forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
cdbdde7d37
commit
19f1c6c32f
@@ -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.")
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user