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.
PySide6.QtCore.QLibraryThe QLibrary class loads shared libraries at runtime.
The <QtPlugin> header file defines macros for defining plugins.
PySide6.QtCore.QPluginLoaderThe QPluginLoader class loads a plugin at run-time.
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.
QGenericPluginThe QGenericPlugin class is an abstract base class for plugins.
QGenericPluginFactoryThe QGenericPluginFactory class creates plugin drivers.
PySide6.QtQml.QQmlExtensionPluginThe QQmlExtensionPlugin class provides an abstract base for custom QML extension plugins with custom type registration functions.
QQmlEngineExtensionPluginThe QQmlEngineExtensionPlugin class provides an abstract base for custom QML extension plugins.
QSqlDriverPluginThe QSqlDriverPlugin class provides an abstract base for custom QSqlDriver plugins.
QStylePluginThe QStylePlugin class provides an abstract base for custom QStyle plugins.