forked from qt-creator/qt-creator
QmlDesigner: Priotize 3D related properties
Task-number: QDS-10682 Change-Id: Ib75877257ea34edfa539a198e56d9499810aca15 Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -101,13 +101,43 @@ const std::vector<PropertyName> priorityListSignals = {"clicked",
|
|||||||
"opacityChanged",
|
"opacityChanged",
|
||||||
"rotationChanged"};
|
"rotationChanged"};
|
||||||
|
|
||||||
const std::vector<PropertyName> priorityListProperties
|
const std::vector<PropertyName> priorityListProperties = {"opacity",
|
||||||
= {"opacity", "visible", "value", "x", "y",
|
"visible",
|
||||||
"width", "height", "rotation", "color", "scale",
|
"value",
|
||||||
"state", "enabled", "z", "text", "pressed",
|
"x",
|
||||||
"containsMouse", "checked", "hovered", "down", "clip",
|
"y",
|
||||||
"parent", "from", "radius", "smooth", "true",
|
"width",
|
||||||
"focus", "border.width", "border.color"};
|
"height",
|
||||||
|
"rotation",
|
||||||
|
"color",
|
||||||
|
"scale",
|
||||||
|
"state",
|
||||||
|
"enabled",
|
||||||
|
"z",
|
||||||
|
"text",
|
||||||
|
"pressed",
|
||||||
|
"containsMouse",
|
||||||
|
"checked",
|
||||||
|
"hovered",
|
||||||
|
"down",
|
||||||
|
"clip",
|
||||||
|
"parent",
|
||||||
|
"from",
|
||||||
|
"radius",
|
||||||
|
"smooth",
|
||||||
|
"true",
|
||||||
|
"focus",
|
||||||
|
"border.width",
|
||||||
|
"border.color",
|
||||||
|
"eulerRotation.x",
|
||||||
|
"eulerRotation.y",
|
||||||
|
"eulerRotation.z",
|
||||||
|
"scale.x",
|
||||||
|
"scale.y",
|
||||||
|
"scale.z",
|
||||||
|
"position.x",
|
||||||
|
"position.y",
|
||||||
|
"position.z"};
|
||||||
|
|
||||||
const std::vector<PropertyName> priorityListSlots = {"toggle",
|
const std::vector<PropertyName> priorityListSlots = {"toggle",
|
||||||
"increase",
|
"increase",
|
||||||
|
Reference in New Issue
Block a user