Reputation: 22906
Suppose I write the code for a pushbutton widget in Qt (C++).
Is it possible to display that pushbutton in QML window with Qt 4.8?
What do I need to read for that?
Upvotes: 0
Views: 129
Reputation: 14603
http://qt-project.org/doc/qt-4.8/qgraphicsproxywidget.html
http://qt-project.org/wiki/QtDesktopComponents
But the whole idea of QML is to create your own custom buttons with it, a whole custom QML GUI.
Upvotes: 2