How can I use self implemented Widget in self implemented QDeclarativeItem ?
QML and Qt Quick
3
Posts
2
Posters
2.1k
Views
1
Watching
-
I know how to use Qt C++ object in Qml (Inherit QDeclarativeItem and implement). I know how to implement my own widget (Inherit QWidget and implement). I also know how to use Qt widget (like QPushButton) on my self implemented QDeclarativeItem and see it in QML.
My problem is - I dont know how to use my own implemented QWidget in my own implemented QDeclarativeItem.