aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/examples.qdoc
blob: 4a4fdf0454b42e43de7f60b9e66bbe91253a3bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
\group qmlextendingexamples
\title Qt QML Examples
\brief List of Qt QML examples for reference.

The list of examples demonstrating how to extend C++ to QML or the other way
around.

\noautolist

\table
    \row
        \li \l {Extending QML - Adding Types Example}
        \li Exporting C++ Classes
    \row
        \li \l {Extending QML - Object and List Property Types Example}
        \li Exporting C++ Properties
    \row
        \li \l {Extending QML - Extension Objects Example}
        \li Extension Objects
    \row
        \li \l {Extending QML - Inheritance and Coercion Example}
        \li C++ Inheritance and Coercion
    \row
        \li \l {Extending QML - Methods Example}
        \li Methods Support
    \row
        \li \l {Extending QML - Attached Properties Example}
        \li Attached Properties
    \row
        \li \l {Extending QML - Signal Support Example}
        \li Signal Support
    \row
        \li \l {Extending QML - Property Value Source Example}
        \li Property Value Source
    \row
        \li \l {Extending QML - Default Property Example}
        \li Default Property
    \row
        \li \l {Extending QML - Grouped Properties Example}
        \li Grouped Properties
\endtable

*/