Nested QML objects being auto alphabetized.
Unsolved
General and Desktop
-
I am having an issue with a nested QML object data structure that I am using. The objects form a tree that will be used to print out to a text file. The issue is that the objects are being auto alphabetized. I want to print the objects in the order they are assigned. Has anyone come across this before? Is there a property that I can assign to the objects that prevents this?
In the object window I did disable 'Sort Members of Classes and Structs Alphabetically'.