Plugin Classes¶
Plugin related classes.
These Qt Core classes deal with shared libraries, (for example, .so and DLL files), and with Qt plugins.
See the How to Create Qt Plugins page for more information.
QLibrary
The QLibrary class loads shared libraries at runtime.
qtplugin.html
The <QtPlugin> header file defines macros for defining plugins.
PySide2.QtCore.QPluginLoader
The QPluginLoader class loads a plugin at run-time.
The QAccessibleBridgePlugin class provides an abstract base for accessibility bridge plugins.
QAccessiblePlugin
The QAccessiblePlugin class provides an abstract base class for plugins provinding accessibility information for user interface elements.
QIconEnginePlugin
The QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins.
QImageIOPlugin
The QImageIOPlugin class defines an interface for writing an image format plugin.
QPictureFormatPlugin
The QPictureFormatPlugin class provides an abstract base for custom picture format plugins.
QGenericPlugin
The QGenericPlugin class is an abstract base class for plugins.
QGenericPluginFactory
The QGenericPluginFactory class creates plugin drivers.
QStylePlugin
The QStylePlugin class provides an abstract base for custom QStyle plugins.
QQmlEngineExtensionPlugin
The QQmlEngineExtensionPlugin class provides an abstract base for custom QML extension plugins.
QSqlDriverPlugin
The QSqlDriverPlugin class provides an abstract base for custom QSqlDriver plugins.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.