QmlDesigner: Update Tooltips for Container Section

This patch update tooltip text for Container fields
in Property editor.

Fixes: QDS-9174
Change-Id: I2496c3c07328becbc5c7c94fbbc4eca09d076245
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-16 19:01:23 +01:00
committed by Pranta Ghosh Dastider
parent 68a77477c1
commit c74d99e4cf

View File

@@ -14,7 +14,7 @@ Section {
SectionLayout { SectionLayout {
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 {