>> Alexander, do you have another use case in mind? It might clarify your>> >> requirement. (I haven't played with QML yet but I thought all QObject >> info>> is exposed to javascript and the components anyway - isn't that how >> the>> linkage is achieved?)
The only use-case I have in mind is extending functionality of existing composite QML controls (like ComboBox) in the case if they don't provide enough public API. For example, I'd like to change font of editable area in ComboBox and at the moment I don't see how to achieve it based on the documentation (http://qt-project.org/doc/qt-5/qml-qtquick-controls-styles-comboboxstyle.html). So the only way I see is to find somehow internal InputText control and manipulate its style in run-time.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest