Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The QStyleFactory class creates QStyle objects. More...
#include <qstylefactory.h>
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. Qt currently ships with "windows", "motif", "cde", "platinum", "sgi" and "motifplus".
See also keys().
Example: themes/wood.cpp.
See also create().
Example: themes/themes.cpp.
This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.
Copyright © 2002 Trolltech | Trademarks | Qt version 3.0.4
|