aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/qml.qrc
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-02-21 17:02:08 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-03-07 14:46:56 +0000
commit54bb88bc99a0ea3966b6bde2ba06e4ece237a32c (patch)
tree087adf65b3a8a19caeda7ed4e72cf08952a58ae1 /tests/manual/pointer/qml.qrc
parent95d1ff465c292445d36fa071b1f37a8cdaa2d7aa (diff)
add ScrollBar manual test
It demonstrates that DragHandler's grabs work well enough, so that you can grab the knob and drag it even while the cursor goes outside the window. Also the TapHandler for detecting clicks or taps within the "trough". And for completeness, the FakeFlickable example needed scrollbars, to prove that it's possible to build all the flicking and scrolling behaviors with only PointerHandlers. Change-Id: I9d9323b1f583a02e0157edb85b6bffbe1652711f Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual/pointer/qml.qrc')
-rw-r--r--tests/manual/pointer/qml.qrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/manual/pointer/qml.qrc b/tests/manual/pointer/qml.qrc
index 5bb79176c7..68937a8c4a 100644
--- a/tests/manual/pointer/qml.qrc
+++ b/tests/manual/pointer/qml.qrc
@@ -19,6 +19,7 @@
<file>content/MouseAreaSlider.qml</file>
<file>content/MptaButton.qml</file>
<file>content/MultiButton.qml</file>
+ <file>content/ScrollBar.qml</file>
<file>content/Slider.qml</file>
<file>content/TapHandlerButton.qml</file>
<file>resources/arrowhead.png</file>