diff --git a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp index cd51def60a2..073b8214927 100644 --- a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp +++ b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp @@ -102,12 +102,17 @@ const std::vector priorityListSignals = {"clicked", "rotationChanged"}; const std::vector priorityListProperties = {"opacity", + "checked", + "hovered", "visible", "value", + "down", "x", "y", "width", "height", + "from", + "to", "rotation", "color", "scale", @@ -117,12 +122,9 @@ const std::vector priorityListProperties = {"opacity", "text", "pressed", "containsMouse", - "checked", - "hovered", "down", "clip", "parent", - "from", "radius", "smooth", "true",