QmlDesigner: Update Tooltips for Swipe View Section

This patch update tooltip text for Swipe View Section fields
in Property editor.

Fixes: QDS-9175
Change-Id: I7b8b2328f1294481252998b0396f597bceb957fe
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:21:15 +01:00
committed by Pranta Ghosh Dastider
parent 0a004a428e
commit 294a08b265

View File

@@ -16,7 +16,7 @@ Column {
SectionLayout {
PropertyLabel {
text: qsTr("Interactive")
tooltip: qsTr("Whether the view is interactive.")
tooltip: qsTr("Toggles if the user can interact with the view.")
}
SecondColumnLayout {
@@ -32,7 +32,7 @@ Column {
PropertyLabel {
text: qsTr("Orientation")
tooltip: qsTr("Orientation of the view.")
tooltip: qsTr("Sets the orientation of the view.")
}
SecondColumnLayout {