aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickshapes/shapes/doc/src/shapes.qdoc
blob: d5aea450c4f6ecac0f93fc1e5b579724b7357a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 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
*/