summaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrollbar
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-07-23 07:01:58 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-07-23 07:01:58 (GMT)
commit7465d6fca7ed193f71f2a68cd04e290c4436d4cf (patch)
tree78bf4f9ff97ea9a7499d9016bca58e694e5f0afd /examples/declarative/scrollbar
parentfa9a292388e93f128eac2ba4438f8b1e772a4782 (diff)
parent7fe100b56ccca40de193164d3ce19600cf50bdd4 (diff)
downloadQt-7465d6fca7ed193f71f2a68cd04e290c4436d4cf.zip
Qt-7465d6fca7ed193f71f2a68cd04e290c4436d4cf.tar.gz
Qt-7465d6fca7ed193f71f2a68cd04e290c4436d4cf.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'examples/declarative/scrollbar')
-rw-r--r--examples/declarative/scrollbar/ScrollBar.qml2
-rw-r--r--examples/declarative/scrollbar/display.qml2
2 files changed, 4 insertions, 0 deletions
diff --git a/examples/declarative/scrollbar/ScrollBar.qml b/examples/declarative/scrollbar/ScrollBar.qml
index f329fbe..84dbfd9 100644
--- a/examples/declarative/scrollbar/ScrollBar.qml
+++ b/examples/declarative/scrollbar/ScrollBar.qml
@@ -1,3 +1,5 @@
+import Qt 4.6
+
Item {
id: ScrollBar
// The properties that define the scrollbar's state.
diff --git a/examples/declarative/scrollbar/display.qml b/examples/declarative/scrollbar/display.qml
index ae28ef1..03a40d3 100644
--- a/examples/declarative/scrollbar/display.qml
+++ b/examples/declarative/scrollbar/display.qml
@@ -1,3 +1,5 @@
+import Qt 4.6
+
Rect {
width: 640
height: 480