forked from qt-creator/qt-creator
QmlDesigner: Update Tooltips for Tumbler Section
This patch update tooltip text for Tumbler fields in Property editor. Fixes: QDS-9171 Change-Id: I28755273b02f9624c2e8b47a80692f42b17d0e92 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> 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
1a6cc6fa5e
commit
5125407b39
@@ -16,7 +16,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Visible count")
|
text: qsTr("Visible count")
|
||||||
tooltip: qsTr("The count of visible items.")
|
tooltip: qsTr("Sets the number of items in the model.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -34,7 +34,7 @@ Column {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Current index")
|
text: qsTr("Current index")
|
||||||
tooltip: qsTr("The index of the current item.")
|
tooltip: qsTr("Sets the index of the current item.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -52,7 +52,8 @@ Column {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Wrap")
|
text: qsTr("Wrap")
|
||||||
tooltip: qsTr("Whether the tumbler values wrap.")
|
tooltip: qsTr("Toggles if the tumbler wraps around when it reaches the\n"
|
||||||
|
+ "top or bottom.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user