summaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrollbar
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2009-08-18 00:43:02 (GMT)
committerMartin Jones <martin.jones@nokia.com>2009-08-18 00:43:02 (GMT)
commit8f5e72298fc4b8a5838bee1291a2cc422750b6b8 (patch)
treef7a780127d327c879cb642b8a23c44f081c71556 /examples/declarative/scrollbar
parent41335c52ef2844589030cddb4773c68cf38331af (diff)
downloadQt-8f5e72298fc4b8a5838bee1291a2cc422750b6b8.zip
Qt-8f5e72298fc4b8a5838bee1291a2cc422750b6b8.tar.gz
Qt-8f5e72298fc4b8a5838bee1291a2cc422750b6b8.tar.bz2
MouseRegion API changes following review.
Diffstat (limited to 'examples/declarative/scrollbar')
-rw-r--r--examples/declarative/scrollbar/display.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/scrollbar/display.qml b/examples/declarative/scrollbar/display.qml
index 03a40d3..d8bd187 100644
--- a/examples/declarative/scrollbar/display.qml
+++ b/examples/declarative/scrollbar/display.qml
@@ -44,6 +44,7 @@ Rect {
height: View.height-12
anchors.right: View.right
}
+ /*
ScrollBar {
id: SBH
opacity: 0
@@ -54,4 +55,5 @@ Rect {
width: View.width-12
anchors.bottom: View.bottom
}
+ */
}