aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/manual/testbench/testbench.qml13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/manual/testbench/testbench.qml b/tests/manual/testbench/testbench.qml
index bdda4c99..78825f9b 100644
--- a/tests/manual/testbench/testbench.qml
+++ b/tests/manual/testbench/testbench.qml
@@ -89,6 +89,13 @@ ApplicationWindow {
enabled: enabledMenuItem.checked
ToolButton {
+ text: "\u2630"
+ onClicked: drawer.open()
+ }
+
+ ToolSeparator {}
+
+ ToolButton {
text: "ToolButton"
hoverEnabled: true
ToolTip.text: text
@@ -250,6 +257,12 @@ ApplicationWindow {
Pane {
anchors.fill: parent
+ Drawer {
+ id: drawer
+ width: parent.width * 0.33
+ height: parent.height
+ }
+
Flickable {
anchors.fill: parent
contentHeight: flow.height