On 22 May 2014 00:07, Alexander Ivash <elder...@gmail.com> wrote:
> Use-case: Let's say I want to customize ComboBox's TextInput control which
> is not exposed via ComboBox API.

There is some private API for that, but (unless something changed
recently) no official way to search by IDs. What I do in my code is
assign the objects an "objectName", then you can find objects by that
property (QObject::findChildren()).
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to