forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
bfffa32f1e
commit
e46141dcd0
@@ -184,6 +184,7 @@ MetaInfo {
|
|||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
QmlSource { source: ":/qtquickplugin/source/gridviewv2.qml" }
|
QmlSource { source: ":/qtquickplugin/source/gridviewv2.qml" }
|
||||||
|
toolTip: qsTr("Organizes dynamic data sets in a grid.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -198,6 +199,7 @@ MetaInfo {
|
|||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
QmlSource { source: ":/qtquickplugin/source/listviewv2.qml" }
|
QmlSource { source: ":/qtquickplugin/source/listviewv2.qml" }
|
||||||
|
toolTip: qsTr("Organizes dynamic data sets in a list.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -212,6 +214,7 @@ MetaInfo {
|
|||||||
version: "2.0"
|
version: "2.0"
|
||||||
|
|
||||||
QmlSource { source: ":/qtquickplugin/source/pathviewv2.qml" }
|
QmlSource { source: ":/qtquickplugin/source/pathviewv2.qml" }
|
||||||
|
toolTip: qsTr("Organizes dynamic data sets along a path.")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user