aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbench/main.qml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/manual/testbench/main.qml b/tests/manual/testbench/main.qml
index d2d05c2f..84c113ec 100644
--- a/tests/manual/testbench/main.qml
+++ b/tests/manual/testbench/main.qml
@@ -38,7 +38,7 @@
**
****************************************************************************/
-import QtQuick 2.3
+import QtQuick 2.6
import QtQuick.Window 2.2
import QtQuick.Layouts 1.0
import Qt.labs.controls 1.0
@@ -56,6 +56,11 @@ ApplicationWindow {
property int controlSpacing: 10
+ Shortcut {
+ sequence: "Ctrl+Q"
+ onActivated: Qt.quit()
+ }
+
header: ToolBar {
RowLayout {
anchors.fill: parent