Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QStyleFactory class creates QStyle objects. More...
#include <QStyleFactory>
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.
Creates a QStyle object that matches key. This is either a built-in style, or a style from a style plugin.
See also keys().
Returns the list of keys this factory can create styles for.
See also create().
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp2 |