Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QStyleFactory Class Reference

The QStyleFactory class creates QStyle objects. More...

#include <qstylefactory.h>

+ Collaboration diagram for QStyleFactory:

Static Public Member Functions

static QStringList keys ()
 Returns the list of valid keys, i.e.
 
static QStylecreate (const QString &)
 

Detailed Description

The QStyleFactory class creates QStyle objects.

\inmodule QtWidgets

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" and "fusion". Depending on the platform, "windowsvista" and "macos" may be available. Note that keys are case insensitive.

See also
QStyle

Definition at line 15 of file qstylefactory.h.

Member Function Documentation

◆ create()

static QStyle * QStyleFactory::create ( const QString & )
static

Referenced by QProxyStylePrivate::ensureBaseStyle(), QApplicationPrivate::initialize(), QApplication::setStyle(), and QApplication::style().

+ Here is the caller graph for this function:

◆ keys()

QStringList QStyleFactory::keys ( )
static

Returns the list of valid keys, i.e.

the keys this factory can create styles for.

See also
create()

Definition at line 91 of file qstylefactory.cpp.

References QList< T >::append(), QListSpecialMethodsBase< T >::contains(), it, keyMap, and list.

Referenced by QApplicationPrivate::desktopStyleKey(), QApplicationPrivate::initialize(), and QApplication::style().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: