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..
See also the ActiveQt framework for Windows.
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 |