Is qml Window element derived from Item?
QML and Qt Quick
2
Posts
2
Posters
678
Views
1
Watching
-
wrote on 7 Sept 2014, 11:06 last edited by
Hi,
I need to create a window which will have many customized UI elements.
Now, which one I have to pick to create qml gui?
Thanks.
-
Window is not inherited from item. Start with simple rectangle. You can refer to qt assistant for simple basic tutorial on QmL.
1/2