From bfffa32f1e1338e17cd1a73d83f2e2e97afb1b95 Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Tue, 13 Dec 2022 14:11:46 +0100 Subject: [PATCH] QmlDesigner: Update the tooltips for QDS Component Components Update the tooltip text for Qt Design Studio component type of components. Fixes: QDS-8313 Change-Id: I503e10a60f1d59f9a2e6b693c9f886254c3dabcd Reviewed-by: Mats Honkamaa Reviewed-by: Thomas Hartmann --- src/plugins/qmldesigner/qtquickplugin/quick.metainfo | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/qmldesigner/qtquickplugin/quick.metainfo b/src/plugins/qmldesigner/qtquickplugin/quick.metainfo index 655a3b0841a..7dff75aed6c 100644 --- a/src/plugins/qmldesigner/qtquickplugin/quick.metainfo +++ b/src/plugins/qmldesigner/qtquickplugin/quick.metainfo @@ -547,6 +547,7 @@ MetaInfo { version: "2.0" QmlSource { source: ":/qtquickplugin/source/component.qml" } + toolTip: qsTr("Allows you to define components inline, within a QML document.") } } @@ -581,6 +582,7 @@ MetaInfo { version: "2.0" Property { name: "width"; type: "int"; value: 200; } Property { name: "height"; type: "int"; value: 200; } + toolTip: qsTr("Allows you to load components dynamically.") } } @@ -598,6 +600,7 @@ MetaInfo { category: "e.Qt Quick - Component" libraryIcon: ":/qtquickplugin/images/repeater-icon.png" version: "2.0" + toolTip: qsTr("Creates a number of copies of the same item.") } }