aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst')
-rw-r--r--examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst b/examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst
new file mode 100644
index 000000000..190ab80c2
--- /dev/null
+++ b/examples/quick/scenegraph/scenegraph_customgeometry/doc/scenegraph_customgeometry.rst
@@ -0,0 +1,7 @@
+Scene Graph - Custom Geometry
+=============================
+
+The custom geometry example shows how to create a QQuickItem which uses the
+scene graph API to build a custom geometry for the scene graph. It does this
+by creating a BezierCurve item which is made part of the CustomGeometry module
+and makes use of this in a QML file.