From e3481152375bbad54625df3d185341597953a25f Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Thu, 31 Aug 2023 16:29:39 +0200 Subject: [PATCH] QmlDesigner: Add a few more priority properties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icee5723c670110d15828a657e8f5546a3b7580ab Reviewed-by: Henning Gründl Reviewed-by: Qt CI Patch Build Bot --- .../components/connectioneditor/propertytreemodel.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",