From 19f1c6c32fb5af0969da0a9f94adc277edec6af5 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Fri, 25 Nov 2022 17:04:59 +0100 Subject: [PATCH] QmlDesigner: Add tool tips for positioners Task-number: QDS-8311 Change-Id: Ie981d3a7806381237844707f6018278d5bb05354 Reviewed-by: Miikka Heikkinen Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- src/plugins/qmldesigner/qtquickplugin/quick.metainfo | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/plugins/qmldesigner/qtquickplugin/quick.metainfo b/src/plugins/qmldesigner/qtquickplugin/quick.metainfo index 6420b398651..2e3867bbf5e 100644 --- a/src/plugins/qmldesigner/qtquickplugin/quick.metainfo +++ b/src/plugins/qmldesigner/qtquickplugin/quick.metainfo @@ -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.") } }