![]() |
Qt 6.x
The Qt SDK
|
#include "qquicktheme_p.h"
#include "qquicktheme_p_p.h"
#include <QtGui/qpa/qplatformtheme.h>
#include <QtGui/private/qguiapplication_p.h>
Go to the source code of this file.
Functions | |
static void | cleanup_instance () |
static void | install_instance_cleanuper () |
static QPlatformTheme::Font | platformFont (QQuickTheme::Scope scope) |
static QPlatformTheme::Palette | platformPalette (QQuickTheme::Scope scope) |
|
static |
Definition at line 14 of file qquicktheme.cpp.
References QQuickThemePrivate::instance.
Referenced by install_instance_cleanuper().
|
static |
Definition at line 19 of file qquicktheme.cpp.
References cleanup_instance(), and qAddPostRoutine().
|
static |
Definition at line 26 of file qquicktheme.cpp.
References QQuickTheme::Button, QQuickTheme::CheckBox, QPlatformTheme::CheckBoxFont, QQuickTheme::ComboBox, QPlatformTheme::ComboMenuItemFont, QPlatformTheme::EditorFont, QQuickTheme::GroupBox, QPlatformTheme::GroupBoxTitleFont, QQuickTheme::ItemView, QPlatformTheme::ItemViewFont, QQuickTheme::Label, QPlatformTheme::LabelFont, QQuickTheme::ListView, QPlatformTheme::ListViewFont, QQuickTheme::Menu, QQuickTheme::MenuBar, QPlatformTheme::MenuBarFont, QPlatformTheme::MenuFont, QPlatformTheme::PushButtonFont, QQuickTheme::RadioButton, QPlatformTheme::RadioButtonFont, QQuickTheme::SpinBox, QQuickTheme::Switch, QPlatformTheme::SystemFont, QQuickTheme::TabBar, QPlatformTheme::TabButtonFont, QQuickTheme::TextArea, QQuickTheme::TextField, QPlatformTheme::TipLabelFont, QQuickTheme::ToolBar, QPlatformTheme::ToolButtonFont, QQuickTheme::ToolTip, and QQuickTheme::Tumbler.
Referenced by QComboBox::changeEvent(), and QQuickTheme::font().
|
static |
Definition at line 51 of file qquicktheme.cpp.
References QQuickTheme::Button, QPlatformTheme::ButtonPalette, QQuickTheme::CheckBox, QPlatformTheme::CheckBoxPalette, QQuickTheme::ComboBox, QPlatformTheme::ComboBoxPalette, QQuickTheme::GroupBox, QPlatformTheme::GroupBoxPalette, QQuickTheme::ItemView, QPlatformTheme::ItemViewPalette, QQuickTheme::Label, QPlatformTheme::LabelPalette, QQuickTheme::ListView, QQuickTheme::Menu, QQuickTheme::MenuBar, QPlatformTheme::MenuBarPalette, QPlatformTheme::MenuPalette, QQuickTheme::RadioButton, QPlatformTheme::RadioButtonPalette, QQuickTheme::SpinBox, QQuickTheme::Switch, QPlatformTheme::SystemPalette, QQuickTheme::TabBar, QPlatformTheme::TabBarPalette, QQuickTheme::TextArea, QPlatformTheme::TextEditPalette, QQuickTheme::TextField, QPlatformTheme::TextLineEditPalette, QQuickTheme::ToolBar, QPlatformTheme::ToolButtonPalette, QQuickTheme::ToolTip, QPlatformTheme::ToolTipPalette, and QQuickTheme::Tumbler.
Referenced by QQuickTheme::palette().