Plugin Classes
These Qt Core classes deal with shared libraries, (e.g. .so and DLL files), and with Qt plugins.
See the How to Create Qt Plugins page for more information.
The QAccessiblePlugin class provides an abstract base class for plugins provinding accessibility information for user interface elements. | |
The QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins. | |
The QImageIOPlugin class defines an interface for writing an image format plugin. | |
The QGenericPlugin class is an abstract base class for plugins. | |
The QGenericPluginFactory class creates plugin drivers. | |
The QStylePlugin class provides an abstract base for custom QStyle plugins. | |
Loads shared libraries at runtime | |
The <QtPlugin> header file defines macros for defining plugins. | |
Loads a plugin at run-time |