aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/scrolling
diff options
context:
space:
mode:
authorCristian Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2021-06-10 22:46:36 +0200
committerCristian Maureira-Fredes <cristian.maureira-fredes@qt.io>2021-06-12 19:31:17 +0000
commit32222315eb32177d4161ee2e417d9910a07f6039 (patch)
tree41981da131e6adec81854066d060315fd2bce3bd /examples/declarative/scrolling
parent5276f9bf787eadd5a336f5f6eb6bcf19865de198 (diff)
examples: add screenshots to widgets and others
Adding screenshots to: - declarative - multimedia - network - widgets Renaming examples to avoid conflict on images names. Task-number: PYSIDE-841 Pick-to: 6.1 Change-Id: I21f403ee62b45c0cb2a45eca6c5c99f11901610e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/declarative/scrolling')
-rw-r--r--examples/declarative/scrolling/doc/scrolling.pngbin0 -> 79 bytes
-rw-r--r--examples/declarative/scrolling/doc/scrolling.rst9
2 files changed, 9 insertions, 0 deletions
diff --git a/examples/declarative/scrolling/doc/scrolling.png b/examples/declarative/scrolling/doc/scrolling.png
new file mode 100644
index 000000000..6058c5930
--- /dev/null
+++ b/examples/declarative/scrolling/doc/scrolling.png
Binary files differ
diff --git a/examples/declarative/scrolling/doc/scrolling.rst b/examples/declarative/scrolling/doc/scrolling.rst
new file mode 100644
index 000000000..a16e39df7
--- /dev/null
+++ b/examples/declarative/scrolling/doc/scrolling.rst
@@ -0,0 +1,9 @@
+Scrolling Example
+=================
+
+A Python application that demonstrates how to use a qml view
+and make it scrollable.
+
+.. image:: scrolling.png
+ :width: 400
+ :alt: Scrolling Screenshot