CopperSpice API
1.9.2
|
Creates QStyle objects. More...
Static Public Methods | |
static QStyle * | create (const QString &key) |
static QStringList | keys () |
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() method. Typically they include "windows", "windowsxp", "windowsvista", "macintosh", "gtk", and "fusion". The keys are case insensitive.
|
static |
Returns the list of valid keys, i.e. the keys this factory can create styles for.