Home · All Classes · Modules

QStyleFactory Class Reference
[QtGui module]

The QStyleFactory class creates QStyle objects. More...

Methods

Static Methods


Detailed Description

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", and "plastique" and "cleanlooks". Depending on the platform, "windowsxp" and "macintosh" may be available. Note that keys are case insensitive.

See also QStyle.


Method Documentation

QStyleFactory.__init__ (self)

QStyleFactory.__init__ (self, QStyleFactory other)

QStyle QStyleFactory.create (QString)

Creates a QStyle object that matches the given key. This is either a built-in style, or a style from a style plugin.

Note that keys are case insensitive.

See also keys().

QStringList QStyleFactory.keys ()

Returns the list of valid keys, i.e. the leys this factory can create styles for.

See also create().


PyQt 4.3.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2007Qt 4.3.0