aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/tabwidget/doc/src/tabwidget.qdoc
blob: d4124b631ae795cc261148ec6c79c687c9c3a363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \title TabWidget Example
    \example customitems/tabwidget
    \brief The TabWidget example shows how to create a tabwidget using property aliases
    and QML Object default properties.

    This example shows how to create a tab widget. It also demonstrates how
    \l {Property aliases}{property aliases} and
    \l {QML Object Attributes#Default Properties}{default properties} can be used to collect and
    assemble the child items declared within an \l Item.

    \image qml-tabwidget-example.png
*/