aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/quickshapes/shapes/doc/src/shapes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/quickshapes/shapes/doc/src/shapes.qdoc')
-rw-r--r--examples/quick/quickshapes/shapes/doc/src/shapes.qdoc16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/quick/quickshapes/shapes/doc/src/shapes.qdoc b/examples/quick/quickshapes/shapes/doc/src/shapes.qdoc
new file mode 100644
index 0000000000..eb9f5da52d
--- /dev/null
+++ b/examples/quick/quickshapes/shapes/doc/src/shapes.qdoc
@@ -0,0 +1,16 @@
+// Copyright (C) 2017 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+/*!
+ \title Qt Quick Examples - Shapes
+ \example quickshapes/shapes
+ \image qml-shapes-example.png
+ \brief A Qt Quick example demonstrating the use of shape items.
+ \ingroup qtquickexamples
+ \examplecategory {Graphics}
+
+ This example demonstrates the usage of the \l Shape type in Qt Quick. Shapes
+ allow efficiently rendering stroked and filled lines, curves, and arcs in Qt
+ Quick scenes.
+
+ \include examples-run.qdocinc
+*/