The QGenericPluginFactory class creates plugin drivers. 更多...
| 头: | #include <QGenericPluginFactory> | 
| qmake: | QT += gui | 
| QObject * | create (const QString & key , const QString & specification ) | 
| QStringList | keys () | 
The QGenericPluginFactory class creates plugin drivers.
另请参阅 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 ().