aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/painteditem/doc/painteditem.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/painteditem/doc/painteditem.rst')
-rw-r--r--examples/quick/painteditem/doc/painteditem.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/quick/painteditem/doc/painteditem.rst b/examples/quick/painteditem/doc/painteditem.rst
new file mode 100644
index 000000000..5c3e8935b
--- /dev/null
+++ b/examples/quick/painteditem/doc/painteditem.rst
@@ -0,0 +1,13 @@
+Scene Graph Painted Item Example
+================================
+
+.. tags:: Android
+
+Shows how to implement QPainter-based custom scenegraph items.
+
+The Painted Item example shows how to use the QML Scene Graph framework to
+implement custom scenegraph items using QPainter.
+
+.. image:: painteditem.png
+ :width: 400
+ :alt: Painted Item Screenshot