forked from qt-creator/qt-creator
QmlDesigner: Adjust priorities
Change-Id: I9e455b40eca108aee869a24606300f38d14b5326 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -102,12 +102,17 @@ const std::vector<PropertyName> priorityListSignals = {"clicked",
|
||||
"rotationChanged"};
|
||||
|
||||
const std::vector<PropertyName> priorityListProperties = {"opacity",
|
||||
"checked",
|
||||
"hovered",
|
||||
"visible",
|
||||
"value",
|
||||
"down",
|
||||
"x",
|
||||
"y",
|
||||
"width",
|
||||
"height",
|
||||
"from",
|
||||
"to",
|
||||
"rotation",
|
||||
"color",
|
||||
"scale",
|
||||
@@ -117,12 +122,9 @@ const std::vector<PropertyName> priorityListProperties = {"opacity",
|
||||
"text",
|
||||
"pressed",
|
||||
"containsMouse",
|
||||
"checked",
|
||||
"hovered",
|
||||
"down",
|
||||
"clip",
|
||||
"parent",
|
||||
"from",
|
||||
"radius",
|
||||
"smooth",
|
||||
"true",
|
||||
|
Reference in New Issue
Block a user