QGenericPluginFactory Class ReferenceThe QGenericPluginFactory class creates window-system related plugin drivers in Qt QPA. Далее... #include <QGenericPluginFactory> This class was introduced in Qt 4.8. Статические открытые члены
Подробное описаниеThe QGenericPluginFactory class creates window-system related plugin drivers in Qt QPA. Note that this class is only available in Qt QPA. See also QGenericPlugin. Описание функций-членовQObject * QGenericPluginFactory::create ( const QString & key, const QString & specification ) [static]Creates the driver specified by key, using the given specification. Note that the keys are case-insensitive. See also keys(). QStringList QGenericPluginFactory::keys () [static]Returns the list of valid keys, i.e. the available mouse drivers. See also create(). |
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |