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
qqstylekitstyleandthemebase.cpp
Go to the documentation of this file.
1// Copyright (C) 2025 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
7
12
13QQStyleKitFont *QQStyleKitStyleAndThemeBase::fonts()
14{
15 return &m_fonts;
16}
17
18QQStyleKitPalette *QQStyleKitStyleAndThemeBase::palettes()
19{
20 return &m_palettes;
21}
22
23QT_END_NAMESPACE
24
25#include "moc_qqstylekitstyleandthemebase_p.cpp"
QObject * parent
Definition qobject.h:73
\inmodule QtCore
Definition qobject.h:105
QQStyleKitPalette * palettes()
QQStyleKitFont * fonts()
Combined button and popup list for selecting options.