QmlDesigner: Update the tooltips for QDS view Components

Update the tooltip text for Qt Design Studio view
type of components.

Fixes: QDS-8310
Change-Id: I1b56e5bc26c6cc3711c304641cce3cbbd6d8c802
Reviewed-by: Mats Honkamaa <mats.honkamaa@qt.io>
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Pranta Dastider
2022-12-13 14:22:58 +01:00
committed by Pranta Ghosh Dastider
parent bfffa32f1e
commit e46141dcd0

View File

@@ -184,6 +184,7 @@ MetaInfo {
version: "2.0"
QmlSource { source: ":/qtquickplugin/source/gridviewv2.qml" }
toolTip: qsTr("Organizes dynamic data sets in a grid.")
}
}
@@ -198,6 +199,7 @@ MetaInfo {
version: "2.0"
QmlSource { source: ":/qtquickplugin/source/listviewv2.qml" }
toolTip: qsTr("Organizes dynamic data sets in a list.")
}
}
@@ -212,6 +214,7 @@ MetaInfo {
version: "2.0"
QmlSource { source: ":/qtquickplugin/source/pathviewv2.qml" }
toolTip: qsTr("Organizes dynamic data sets along a path.")
}
}