Structures in QML
-
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.
-
[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.