6#include "private/qfactoryloader_p.h"
11#if QT_CONFIG(style_fusion)
59#if QT_CONFIG(style_windows)
60 if (style ==
"windows"_L1)
61 ret =
new QWindowsStyle;
64#if QT_CONFIG(style_fusion)
65 if (style ==
"fusion"_L1)
66 ret =
new QFusionStyle;
69#if defined(Q_OS_MACOS) && QT_DEPRECATED_SINCE(6, 0)
70 if (style ==
"macintosh"_L1) {
71 qWarning() <<
"The style key 'macintosh' is deprecated. Please use 'macos' instead.";
77 ret = qLoadPlugin<QStyle, QStylePlugin>(
loader(), style);
79 ret->setObjectName(style);
97 const PluginKeyMap::const_iterator cend =
keyMap.constEnd();
98 for (PluginKeyMap::const_iterator
it =
keyMap.constBegin();
it != cend; ++
it)
100#if QT_CONFIG(style_windows)
102 list <<
"Windows"_L1;
104#if QT_CONFIG(style_fusion)
void append(parameter_type t)
\macro QT_RESTRICTED_CAST_FROM_ASCII
QString toLower() const &
static QStringList keys()
Returns the list of valid keys, i.e.
static QStyle * create(const QString &)
The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.
QSet< QString >::iterator it
Combined button and popup list for selecting options.
#define Q_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS)
#define QStringLiteral(str)
#define QStyleFactoryInterface_iid
static const struct @437 keyMap[]
bool contains(const AT &t) const noexcept