Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQStyleFactory class creates TQStyle objects. More...
#include <ntqstylefactory.h>
The style factory creates a TQStyle object for a given key with TQStyleFactory::create(key).
The styles are either built-in or dynamically loaded from a style plugin (see TQStylePlugin).
TQStyleFactory::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.
See also keys().
Example: themes/wood.cpp.
See also create().
Example: themes/themes.cpp.
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|