forked from qt-creator/qt-creator
QmlDesigner: Update Tooltips for Page Indicator Section
This patch update tooltip text for Page Indicator Section fields in Property editor. Fixes: QDS-9211 Change-Id: I24e2a6c9bb20d62c03457eaf981fa16179d52624 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
e909749e05
commit
e876f79807
@@ -16,7 +16,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Count")
|
text: qsTr("Count")
|
||||||
tooltip: qsTr("The number of pages.")
|
tooltip: qsTr("Sets the number of pages.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -35,7 +35,7 @@ Column {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Current")
|
text: qsTr("Current")
|
||||||
tooltip: qsTr("The index of the current page.")
|
tooltip: qsTr("Sets the current page.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -54,7 +54,7 @@ Column {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Interactive")
|
text: qsTr("Interactive")
|
||||||
tooltip: qsTr("Whether the control is interactive.")
|
tooltip: qsTr("Toggles if the user can interact with the page indicator.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user