Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qstylefactory.h
Go to the documentation of this file.
1// Copyright (C) 2016 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
4#ifndef QSTYLEFACTORY_H
5#define QSTYLEFACTORY_H
6
7#include <QtWidgets/qtwidgetsglobal.h>
8#include <QtCore/qstringlist.h>
9
11
12
13class QStyle;
14
15class Q_WIDGETS_EXPORT QStyleFactory
16{
17public:
18 static QStringList keys();
19 static QStyle *create(const QString&);
20};
21
23
24#endif // QSTYLEFACTORY_H
\inmodule QtCore
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
The QStyleFactory class creates QStyle objects.
static QStyle * create(const QString &)
The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.
Definition qstyle.h:29
Combined button and popup list for selecting options.
QStringList keys