summaryrefslogtreecommitdiffstats
path: root/examples/scrollview/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scrollview/README')
-rw-r--r--examples/scrollview/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/scrollview/README b/examples/scrollview/README
new file mode 100644
index 000000000..3bdaa7def
--- /dev/null
+++ b/examples/scrollview/README
@@ -0,0 +1,3 @@
+This example demonstrates the use of QScrollView for displaying large
+widgets. Both techniques are demonstrated: using QScrollView to scroll
+around a large widget, and drawing arbitrary material in a QScrollView.