aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp')
-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",