The QGenericPluginFactory class creates window-system related plugin drivers in Qt QPA. 更多...
| 头: | #include <QGenericPluginFactory> |
| Since: | Qt 4.8 |
| QObject * | create (const QString & key , const QString & specification ) |
| QStringList | keys () |
The QGenericPluginFactory class creates window-system related plugin drivers in Qt QPA.
Note that this class is only available in Qt QPA.
另请参阅 QGenericPlugin .
[static]
QObject
* QGenericPluginFactory::
create
(const
QString
&
key
, const
QString
&
specification
)
Creates the driver specified by key ,使用给定 specification .
Note that the keys are case-insensitive.
另请参阅 keys ().
[static]
QStringList
QGenericPluginFactory::
keys
()
Returns the list of valid keys, i.e. the available mouse drivers.
另请参阅 create ().