summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/src/qml/componentset/uicomponents.qdoc.sample
blob: efbcd95110fa067e15d32bf1225998b3f19445b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \qmlmodule UIComponents 1.0
    \title UI Components
    \brief Basic set of UI components

    This is a listing of a list of UI components implemented by QML types. These
    files are available for general import and they are based off the \l{Qt
    Quick Code Samples}.

    This module is part of the \l{componentset}{UIComponents} example.
*/