Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtlabsstylekit-qmltypes.qdoc
Go to the documentation of this file.
1// Copyright (C) 2026 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \qmlmodule Qt.labs.StyleKit
6 \preliminary
7 \title Qt Labs StyleKit QML Types
8 \ingroup qmlmodules
9 \brief Provides QML types for declarative styling of Qt Quick Controls.
10
11 The \l{Qt Labs StyleKit} module provides QML types for
12 declarative styling of \l{Qt Quick Controls}. StyleKit lets you define
13 a complete visual style for all your controls from a single Style object,
14 including support for themes, state-based styling, and transitions.
15
16 The QML types can be imported into your application using the
17 following import statement in your .qml file:
18
19 \qml
20 import Qt.labs.StyleKit
21 \endqml
22
23 \section1 QML Types
24
25 \generatelist {qmltypesbymodule Qt.labs.StyleKit}
26
27 \labs
28
29 \section1 Related Information
30
31 \list
32 \li \l {Qt Quick Controls QML Types}
33 \li \l {Styling Qt Quick Controls}
34 \endlist
35
36 \noautolist
37*/