Eneboo - Documentación para desarrolladores
|
The QStyleFactory class creates QStyle objects. Más...
#include <qstylefactory.h>
Métodos públicos estáticos | |
static QStringList | keys () |
static QStyle * | create (const QString &) |
static QStringList | keys () |
static QStyle * | create (const QString &) |
The QStyleFactory class creates QStyle objects.
The style factory creates a QStyle object for a given key with QStyleFactory::create(key).
The styles are either built-in or dynamically loaded from a style plugin (see QStylePlugin).
QStyleFactory::keys() returns a list of valid keys, typically including "Windows", "Motif", "CDE", "MotifPlus", "Platinum", "SGI" and "Compact". Depending on the platform, "WindowsXP", "Aqua" or "Macintosh" may be available.
static QStringList QStyleFactory::keys | ( | ) | [static] |
QStringList QStyleFactory::keys | ( | ) | [static] |
Returns the list of keys this factory can create styles for.