aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/designer/AbstractButtonSection.qml
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2020-11-10 12:00:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2020-11-10 16:27:40 +0000
commita2593ff9cf5d0af885c20c2e9f9faa6ca4f1c1a3 (patch)
treeee4370eba0af8ed9079566736c9f124f59eb7acb /src/imports/controls/designer/AbstractButtonSection.qml
parentc4242c05d0bc1a833487214497df93382293bc36 (diff)
QmlDesigner: Remove duplicate of repeat
The autoRepeat property is already part of AbstractButton. I renamed "Repeat" to "Auto Repeat" Change-Id: I4f22ebc18a2094e67c8f48263f84ab9eb7d497b6 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> (cherry picked from commit abb8f124e11ab056be6dc0221d7fdae485febd04) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/imports/controls/designer/AbstractButtonSection.qml')
-rw-r--r--src/imports/controls/designer/AbstractButtonSection.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/controls/designer/AbstractButtonSection.qml b/src/imports/controls/designer/AbstractButtonSection.qml
index e8aa39c2..35fad2ab 100644
--- a/src/imports/controls/designer/AbstractButtonSection.qml
+++ b/src/imports/controls/designer/AbstractButtonSection.qml
@@ -104,8 +104,8 @@ Section {
}
Label {
- text: qsTr("Repeat")
- tooltip: qsTr("Whether the button repeats while pressed and held down.")
+ text: qsTr("Auto-Repeat")
+ tooltip: qsTr("Whether the button repeats pressed(), released() and clicked() signals while the button is pressed and held down.")
}
SecondColumnLayout {
CheckBox {