Does z-index kind property supported in QML?
QML and Qt Quick
3
Posts
2
Posters
6.7k
Views
1
Watching
-
Is their any way I can modify the z-index order of visible UI elements to take them up or down?
Default z-indexing in QML is the order they are created as similar in HTML.
-
Is not z property ok for you? It is well described in Qt Assistant, btw
-
Thanks Denis, I missed to notice that property in documentation.