diff --git a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp index f9b9fddd640..cd51def60a2 100644 --- a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp +++ b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp @@ -101,13 +101,43 @@ const std::vector priorityListSignals = {"clicked", "opacityChanged", "rotationChanged"}; -const std::vector priorityListProperties - = {"opacity", "visible", "value", "x", "y", - "width", "height", "rotation", "color", "scale", - "state", "enabled", "z", "text", "pressed", - "containsMouse", "checked", "hovered", "down", "clip", - "parent", "from", "radius", "smooth", "true", - "focus", "border.width", "border.color"}; +const std::vector priorityListProperties = {"opacity", + "visible", + "value", + "x", + "y", + "width", + "height", + "rotation", + "color", + "scale", + "state", + "enabled", + "z", + "text", + "pressed", + "containsMouse", + "checked", + "hovered", + "down", + "clip", + "parent", + "from", + "radius", + "smooth", + "true", + "focus", + "border.width", + "border.color", + "eulerRotation.x", + "eulerRotation.y", + "eulerRotation.z", + "scale.x", + "scale.y", + "scale.z", + "position.x", + "position.y", + "position.z"}; const std::vector priorityListSlots = {"toggle", "increase",