forked from qt-creator/qt-creator
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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user