![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicktheme_p.h>
Public Types | |
enum | Scope { System , Button , CheckBox , ComboBox , GroupBox , ItemView , Label , ListView , Menu , MenuBar , RadioButton , SpinBox , Switch , TabBar , TextArea , TextField , ToolBar , ToolTip , Tumbler } |
Public Member Functions | |
QQuickTheme () | |
~QQuickTheme () | |
void | setFont (Scope scope, const QFont &font) |
void | setPalette (Scope scope, const QPalette &palette) |
void | setUsePlatformPalette (const bool enable) |
bool | usePlatformPalette () |
Static Public Member Functions | |
static QQuickTheme * | instance () |
static QFont | font (Scope scope) |
static QPalette | palette (Scope scope) |
Definition at line 28 of file qquicktheme_p.h.
enum QQuickTheme::Scope |
Enumerator | |
---|---|
System | |
Button | |
CheckBox | |
ComboBox | |
GroupBox | |
ItemView | |
Label | |
ListView | |
Menu | |
MenuBar | |
RadioButton | |
SpinBox | |
Switch | |
TabBar | |
TextArea | |
TextField | |
ToolBar | |
ToolTip | |
Tumbler |
Definition at line 36 of file qquicktheme_p.h.
QQuickTheme::QQuickTheme | ( | ) |
Definition at line 77 of file qquicktheme.cpp.
QQuickTheme::~QQuickTheme | ( | ) |
Definition at line 82 of file qquicktheme.cpp.
Definition at line 91 of file qquicktheme.cpp.
|
static |
Definition at line 86 of file qquicktheme.cpp.
Definition at line 112 of file qquicktheme.cpp.
Definition at line 152 of file qquicktheme.cpp.
Definition at line 158 of file qquicktheme.cpp.
|
inline |
Definition at line 64 of file qquicktheme_p.h.
|
inline |
Definition at line 65 of file qquicktheme_p.h.