QmlDesigner: Add a few more priority properties

Change-Id: Icee5723c670110d15828a657e8f5546a3b7580ab
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
Thomas Hartmann
2023-08-31 16:29:39 +02:00
parent c00eb87c96
commit e348115237

View File

@@ -101,9 +101,9 @@ const std::vector<PropertyName> priorityListSignals = {"clicked",
"rotationChanged"};
const std::vector<PropertyName> 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<PropertyName> priorityListSlots = {"toggle",
"increase",