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:
Pranta Dastider
2023-02-08 18:19:29 +01:00
committed by Pranta Ghosh Dastider
parent 5a180618e2
commit 26c3fe0428

View File

@@ -17,7 +17,7 @@ Column {
SectionLayout {
PropertyLabel {
text: qsTr("Delay")
tooltip: qsTr("The delay in milliseconds.")
tooltip: qsTr("Sets the delay before the button activates.")
}
SecondColumnLayout {
@@ -36,6 +36,7 @@ Column {
ControlLabel {
text: "ms"
tooltip: qsTr("Milliseconds.")
elide: Text.ElideNone
}