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
qtquickcontrols-basic.qdoc
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \page qtquickcontrols-basic.html
6 \title Basic Style
7
8 The Basic style is a basic all-round style.
9
10 The Basic style is a simple and light-weight style that offers the maximum
11 performance for Qt Quick Controls. It is built with a minimal amount of Qt
12 Quick primitives, and keeps animations and transitions to the minimum.
13
14 \image qtquickcontrols-basic.png
15 {Gallery of controls in Basic style}
16
17 The style is selected by default when running Qt Quick Controls applications.
18 It is built into the module's resources, so by default it is shipped with
19 any application that depends on the Qt Quick Controls module
20
21 \note The Basic style is used as a fallback for other styles. If a style
22 does not implement a certain control, the Basic style implementation of
23 that control is selected.
24
25 \b {See also} \l {Material Style}, \l {Universal Style}
26
27 \section1 Related Information
28
29 \list
30 \li \l{Styling Qt Quick Controls}
31 \endlist
32*/