forked from qt-creator/qt-creator
QmlDesigner: Update Tooltips for DelayButton Section
This patch update tooltip text for DelayButton section field in Property editor. Fixes: QDS-9071 Change-Id: Iade7261f3552b77542807939804a98f2becbdb07 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Henning Gründl <henning.gruendl@qt.io> 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
5a180618e2
commit
26c3fe0428
@@ -17,7 +17,7 @@ Column {
|
|||||||
SectionLayout {
|
SectionLayout {
|
||||||
PropertyLabel {
|
PropertyLabel {
|
||||||
text: qsTr("Delay")
|
text: qsTr("Delay")
|
||||||
tooltip: qsTr("The delay in milliseconds.")
|
tooltip: qsTr("Sets the delay before the button activates.")
|
||||||
}
|
}
|
||||||
|
|
||||||
SecondColumnLayout {
|
SecondColumnLayout {
|
||||||
@@ -36,6 +36,7 @@ Column {
|
|||||||
|
|
||||||
ControlLabel {
|
ControlLabel {
|
||||||
text: "ms"
|
text: "ms"
|
||||||
|
tooltip: qsTr("Milliseconds.")
|
||||||
elide: Text.ElideNone
|
elide: Text.ElideNone
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user