QmlDesigner: Add tool tips for positioners

Task-number: QDS-8311
Change-Id: Ie981d3a7806381237844707f6018278d5bb05354
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
Thomas Hartmann
2022-11-25 17:04:59 +01:00
committed by Pranta Ghosh Dastider
parent cdbdde7d37
commit 19f1c6c32f

View File

@@ -232,6 +232,8 @@ MetaInfo {
Property { name: "width"; type: "int"; value: 200; }
Property { name: "height"; type: "int"; value: 400; }
toolTip: qsTr("Organizes items in a column.")
}
}
@@ -244,6 +246,7 @@ MetaInfo {
category: "c.Qt Quick - Positioner"
libraryIcon: ":/qtquickplugin/images/row-positioner-icon.png"
version: "2.0"
toolTip: qsTr("Organizes items in a row.")
Property { name: "width"; type: "int"; value: 200; }
Property { name: "height"; type: "int"; value: 400; }
@@ -262,6 +265,7 @@ MetaInfo {
Property { name: "width"; type: "int"; value: 400; }
Property { name: "height"; type: "int"; value: 400; }
toolTip: qsTr("Organizes items in a fixed grid.")
}
}
@@ -277,6 +281,7 @@ MetaInfo {
Property { name: "width"; type: "int"; value: 400; }
Property { name: "height"; type: "int"; value: 400; }
toolTip: qsTr("Organizes items in free-flowing rows.")
}
}