aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2023-09-18 16:33:36 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2023-09-18 15:53:03 +0000
commitffa4aba2c8d3b5cf30ddf609d7a9d8d6409551bd (patch)
treef4d4c7ea8b9cf19fe3a53b76d520e579d3ad4d62
parent0547cff092209e8680c8adf6d90952169e5bbf0b (diff)
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>
-rw-r--r--src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
index cd51def60a..073b821492 100644
--- a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
+++ b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
@@ -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",