forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
68a77477c1
commit
c74d99e4cf
@@ -14,7 +14,7 @@ Section {
|
||||
SectionLayout {
|
||||
PropertyLabel {
|
||||
text: qsTr("Current index")
|
||||
tooltip: qsTr("The index of the current item.")
|
||||
tooltip: qsTr("Sets the index of the current item.")
|
||||
}
|
||||
|
||||
SecondColumnLayout {
|
||||
|
Reference in New Issue
Block a user