QPluginLoader Class Reference
[QtCore module]
Inherits QObject.
Methods
Static Methods
Detailed Description
Method Documentation
QPluginLoader.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QPluginLoader.__init__ (self, QString, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QString QPluginLoader.errorString (self)
QString QPluginLoader.fileName (self)
QObject QPluginLoader.instance (self)
bool QPluginLoader.isLoaded (self)
bool QPluginLoader.load (self)
QPluginLoader.setFileName (self, QString)
list-of-QObject QPluginLoader.staticInstances ()
bool QPluginLoader.unload (self)