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.QLibrary

The QLibrary class loads shared libraries at runtime.

qtplugin.html

The <QtPlugin> header file defines macros for defining plugins.

PySide6.QtCore.QPluginLoader

The QPluginLoader class loads a plugin at run-time.