QmlDesigner: Update Tooltips for Page Section

This patch update tooltip text for Page section fields
in Property editor.

Fixes: QDS-9210
Change-Id: I5ceb1fb970e1122c2042894dbd2c143807c313f3
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-20 17:03:55 +01:00
committed by Pranta Ghosh Dastider
parent d7898d9659
commit e909749e05

View File

@@ -17,7 +17,7 @@ Column {
SectionLayout {
PropertyLabel {
text: qsTr("Title")
tooltip: qsTr("Title of the page.")
tooltip: qsTr("Sets the title of the page.")
}
SecondColumnLayout {
@@ -33,7 +33,8 @@ Column {
PropertyLabel {
text: qsTr("Content size")
tooltip: qsTr("Content width and height used for calculating the total implicit size.")
tooltip: qsTr("Sets the size of the page. This is used to\n"
+ "calculate the total implicit size.")
}
SecondColumnLayout {