forked from qt-creator/qt-creator
QmlDesigner: Define order for more properties
Change-Id: I24795a8eeee31e8826dbd262c0b6f8f98f5974a5 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -362,10 +362,24 @@ PropertyNameList ModelToTextMerger::propertyOrder()
|
||||
PropertyName("y"),
|
||||
PropertyName("width"),
|
||||
PropertyName("height"),
|
||||
PropertyName("opacity"),
|
||||
PropertyName("visible"),
|
||||
PropertyName("position"),
|
||||
PropertyName("color"),
|
||||
PropertyName("radius"),
|
||||
PropertyName("text"),
|
||||
PropertyName("elide"),
|
||||
PropertyName("border.color"),
|
||||
PropertyName("border.width"),
|
||||
PropertyName("anchors.verticalCenter"),
|
||||
PropertyName("anchors.left"),
|
||||
PropertyName("anchors.right"),
|
||||
PropertyName("anchors.top"),
|
||||
PropertyName("anchors.bottom"),
|
||||
PropertyName("anchors.fill"),
|
||||
PropertyName("anchors.margins"),
|
||||
PropertyName("horizontalAlignment"),
|
||||
PropertyName("verticalAlignment"),
|
||||
PropertyName(),
|
||||
PropertyName("states"),
|
||||
PropertyName("transitions")
|
||||
|
Reference in New Issue
Block a user