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 style factory creates a QStyle object for a given key with create().

The styles are either built-in or dynamically loaded from a style plugin (see QStylePlugin).

keys() returns a list of valid keys, typically including "windows", "motif", "cde", and "plastique". Depending on the platform, "windowsxp" and "macintosh" may be available. Keys are case insensitive.

See also QStyle.


Method Documentation

QStyleFactory.__init__ (self)

QStyleFactory.__init__ (self, QStyleFactory)

QStyle QStyleFactory.create (QString)

Creates a QStyle object that matches key. This is either a built-in style, or a style from a style plugin. Keys are case insensitive.

See also keys().

QStringList QStyleFactory.keys ()

Returns the list of keys this factory can create styles for.

See also create().


PyQt 4.0.1 for X11Copyright © Riverbank Computing Ltd and Trolltech AS 2006Qt 4.1.4