aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPranta Dastider <pranta.dastider@qt.io>2023-05-15 15:03:20 +0200
committerPranta Dastider <pranta.dastider@qt.io>2023-05-16 15:34:52 +0200
commit8151ddcf88b32257e1510ed19d998335797d85fe (patch)
tree55959cdd016310b9fde42ae51533f6c90cb65cf6
parent8510fc415c16a16f880122ec9c42816c831b90de (diff)
QmlDesigner: Update Tooltips for Qt Quick Studio Components
This patch update tooltip text for Qt Quick Studio Components. Fixes: QDS-9890 Change-Id: Ib91b667e5cf5d30d58983d77af91b6ccb408fa5c Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
-rw-r--r--src/imports/components/designer/components.metainfo10
1 files changed, 10 insertions, 0 deletions
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.")
}
}