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-fallbackstyle.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 \page qtlabsstylekit-fallbackstyle.html
6 \title Reference Fallback Style
7 \brief A reference fallback style
8
9 The following listing shows a fallback style similar to the one that
10 StyleKit uses when a \l {Style::}{fallbackStyle} is not explicitly set.
11 It provides a basic appearance similar to the Basic style, and serves as the
12 baseline for any properties not overridden by your style or its active theme.
13
14 \note This listing may not reflect the exact fallback style shipped with
15 the latest version of Qt. It is intended to illustrate how the controls
16 are styled by default, which can be helpful when styling your own controls
17 on top.
18
19 \snippet ReferenceFallbackStyle.qml 1
20
21 \sa {Style::fallbackStyle}{Style.fallbackStyle}, {qtlabsstylekit-property-resolution.html}{Property Resolution}
22*/