forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
0a004a428e
commit
294a08b265
@@ -16,7 +16,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Interactive")
|
text: qsTr("Interactive")
|
||||||
tooltip: qsTr("Whether the view is interactive.")
|
tooltip: qsTr("Toggles if the user can interact with the view.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -32,7 +32,7 @@ Column {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Orientation")
|
text: qsTr("Orientation")
|
||||||
tooltip: qsTr("Orientation of the view.")
|
tooltip: qsTr("Sets the orientation of the view.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user