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.
QLibraryThe QLibrary class loads shared libraries at runtime.
qtplugin.html
The <QtPlugin> header file defines macros for defining plugins.
PySide2.QtCore.QPluginLoaderThe QPluginLoader class loads a plugin at run-time.
The QAccessibleBridgePlugin class provides an abstract base for accessibility bridge plugins.
QAccessiblePluginThe QAccessiblePlugin class provides an abstract base class for plugins provinding accessibility information for user interface elements.
QIconEnginePluginThe QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins.
QImageIOPluginThe QImageIOPlugin class defines an interface for writing an image format plugin.
QPictureFormatPluginThe QPictureFormatPlugin class provides an abstract base for custom picture format plugins.
QGenericPluginThe QGenericPlugin class is an abstract base class for plugins.
QGenericPluginFactoryThe QGenericPluginFactory class creates plugin drivers.
QStylePluginThe QStylePlugin class provides an abstract base for custom QStyle plugins.
QQmlEngineExtensionPluginThe QQmlEngineExtensionPlugin class provides an abstract base for custom QML extension plugins.
QSqlDriverPluginThe 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.