forked from qt-creator/qt-creator
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:
committed by
Pranta Ghosh Dastider
parent
d7898d9659
commit
e909749e05
@@ -17,7 +17,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Title")
|
text: qsTr("Title")
|
||||||
tooltip: qsTr("Title of the page.")
|
tooltip: qsTr("Sets the title of the page.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -33,7 +33,8 @@ Column {
|
|||||||
|
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Content size")
|
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 {
|
SecondColumnLayout {
|
||||||
|
Reference in New Issue
Block a user