Qt 4.8
|
The QStyleFactory class creates QStyle objects. More...
#include <qstylefactory.h>
Static Public Functions | |
static QStyle * | create (const QString &) |
static QStringList | keys () |
Returns the list of valid keys, i.e. More... | |
The QStyleFactory class creates QStyle objects.
The QStyle class is an abstract base class that encapsulates the look and feel of a GUI. QStyleFactory creates a QStyle object using the create() function and a key identifying the style. The styles are either built-in or dynamically loaded from a style plugin (see QStylePlugin).
The valid keys can be retrieved using the keys() function. Typically they include "windows", "motif", "cde", "plastique" and "cleanlooks". Depending on the platform, "windowsxp", "windowsvista" and "macintosh" may be available. Note that keys are case insensitive.
Definition at line 55 of file qstylefactory.h.
|
static |
Returns the list of valid keys, i.e.
the keys this factory can create styles for.
Definition at line 210 of file qstylefactory.cpp.
Referenced by QKde::kdeStyle(), QApplication::style(), and QGuiPlatformPlugin::styleName().