From ffa4aba2c8d3b5cf30ddf609d7a9d8d6409551bd Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 18 Sep 2023 16:33:36 +0200 Subject: [PATCH] QmlDesigner: Adjust priorities Change-Id: I9e455b40eca108aee869a24606300f38d14b5326 Reviewed-by: Qt CI Patch Build Bot Reviewed-by: Thomas Hartmann --- .../components/connectioneditor/propertytreemodel.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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",