Structures in QML
QML and Qt Quick
2
Posts
1
Posters
2.4k
Views
1
Watching
-
wrote on 13 Mar 2011, 17:06 last edited by
Hi to all
Does someone know if there is a way to create in the QML sources under Qt Quick project a sort of structured grouping coherent properties ?
Thank you.
-
wrote on 13 Mar 2011, 22:07 last edited by
[possible solution]
I tried to solve this problem in QML: created and Item containing only properties that has a default value but can also be changed. The same QML file with the Item object containing the properties can have a xml reader to get (or save) the properties on a file.
1/2