diff --git a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp index d5b5e754af3..14a4a9ca814 100644 --- a/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp +++ b/src/plugins/qmldesigner/components/connectioneditor/propertytreemodel.cpp @@ -101,9 +101,9 @@ const std::vector priorityListSignals = {"clicked", "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"}; + = {"opacity", "visible", "value", "x", "y", "width", "height", "rotation", + "color", "scale", "state", "enabled", "z", "text", "pressed", "containsMouse", + "checked", "hovered", "down", "clip", "parent", "from", "true", "focus"}; const std::vector priorityListSlots = {"toggle", "increase",