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
qstyleplugin.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 QSTYLEPLUGIN_H
5#define QSTYLEPLUGIN_H
6
7#include <QtWidgets/qtwidgetsglobal.h>
8#include <QtCore/qplugin.h>
9#include <QtCore/qfactoryinterface.h>
10
12
13
14class QStyle;
15
16#define QStyleFactoryInterface_iid "org.qt-project.Qt.QStyleFactoryInterface"
17
18class Q_WIDGETS_EXPORT QStylePlugin : public QObject
19{
21public:
22 explicit QStylePlugin(QObject *parent = nullptr);
24
25 virtual QStyle *create(const QString &key) = 0;
26};
27
29
30#endif // QSTYLEPLUGIN_H
\inmodule QtCore
Definition qobject.h:103
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
The QStylePlugin class provides an abstract base for custom QStyle plugins.
virtual QStyle * create(const QString &key)=0
Creates and returns a QStyle object for the given style key.
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.
GLuint64 key
#define Q_OBJECT