From 8151ddcf88b32257e1510ed19d998335797d85fe Mon Sep 17 00:00:00 2001 From: Pranta Dastider Date: Mon, 15 May 2023 15:03:20 +0200 Subject: QmlDesigner: Update Tooltips for Qt Quick Studio Components MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch update tooltip text for Qt Quick Studio Components. Fixes: QDS-9890 Change-Id: Ib91b667e5cf5d30d58983d77af91b6ccb408fa5c Reviewed-by: Henning Gründl --- src/imports/components/designer/components.metainfo | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/imports/components/designer/components.metainfo b/src/imports/components/designer/components.metainfo index b773455..b964910 100644 --- a/src/imports/components/designer/components.metainfo +++ b/src/imports/components/designer/components.metainfo @@ -9,6 +9,7 @@ MetaInfo { libraryIcon: "images/group-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("Groups several Studio Components.") } } @@ -23,6 +24,7 @@ MetaInfo { version: "1.0" requiredImport: "QtQuick.Studio.Components" Property { name: "fillColor"; type: "QColor"; value: "transparent"; } + toolTip: qsTr("An arc that begins and ends at given positions.") } } @@ -36,6 +38,7 @@ MetaInfo { libraryIcon: "images/item-pie-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("A pie slice or a pie with a slice missing from it.") } } @@ -49,6 +52,7 @@ MetaInfo { libraryIcon: "images/item-triangle-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("A triangle with different dimensions and shapes is enclosed in an invisible rectangle.") } } @@ -62,6 +66,7 @@ MetaInfo { libraryIcon: "images/item-svg-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("Allows to implement vector shape paths from another design tool such as Adobe Illustrator or Figma.") } } @@ -75,6 +80,7 @@ MetaInfo { libraryIcon: "images/item-flippable-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("A component that can be visibly flipped between its front and back sides, like a card.") } } @@ -89,6 +95,7 @@ MetaInfo { version: "1.0" requiredImport: "QtQuick.Studio.Components" Property { name: "adjustBorderRadius"; type: "bool"; value: "true"; } + toolTip: qsTr("An extended rectangle painted with a solid fill color or linear, conical, or radial gradients and corners that you can shape independently of each other.") } } @@ -102,6 +109,7 @@ MetaInfo { libraryIcon: "images/polygon-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("A regular polygon with a variable amount of edges painted with a solid fill color or linear gradient and an optional border.") } } @@ -115,6 +123,7 @@ MetaInfo { libraryIcon: "images/ellipse-24px.png" version: "1.0" requiredImport: "QtQuick.Studio.Components" + toolTip: qsTr("An ellipse painted with a solid fill color or linear gradient and an optional border.") } } @@ -129,6 +138,7 @@ MetaInfo { version: "1.0" requiredImport: "QtQuick.Studio.Components" Property { name: "adjustBorderRadius"; type: "bool"; value: "true"; } + toolTip: qsTr("An extended border painted without solid fill color, having corners that you can shape independently of each other.") } } -- cgit v1.2.3