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:
Pranta Dastider
2023-02-20 16:43:53 +01:00
committed by Pranta Ghosh Dastider
parent e909749e05
commit e876f79807

View File

@@ -16,7 +16,7 @@ Column {
SectionLayout {
PropertyLabel {
text: qsTr("Count")
tooltip: qsTr("The number of pages.")
tooltip: qsTr("Sets the number of pages.")
}
SecondColumnLayout {
@@ -35,7 +35,7 @@ Column {
PropertyLabel {
text: qsTr("Current")
tooltip: qsTr("The index of the current page.")
tooltip: qsTr("Sets the current page.")
}
SecondColumnLayout {
@@ -54,7 +54,7 @@ Column {
PropertyLabel {
text: qsTr("Interactive")
tooltip: qsTr("Whether the control is interactive.")
tooltip: qsTr("Toggles if the user can interact with the page indicator.")
}
SecondColumnLayout {