Aquarius_Girl
Aquarius_Girl

Reputation: 22906

How to embedd a Qt widget in QML?

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

Answers (1)

user1095108
user1095108

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

Related Questions