Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
16 The style is selected by default when running Qt Quick Controls applications.
17 It is built into the module's resources, so by default it is shipped with
18 any application that depends on the Qt Quick Controls module
19
20 \note The Basic style is used as a fallback for other styles. If a style
21 does not implement a certain control, the Basic style implementation of
22 that control is selected.
23
24 \b {See also} \l {Material Style}, \l {Universal Style}
25
26 \section1 Related Information
27
28 \list
29 \li \l{Styling Qt Quick Controls}
30 \endlist
31*/