Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QPlatformThemeFactory Class Reference

#include <qplatformthemefactory_p.h>

Collaboration diagram for QPlatformThemeFactory:

Static Public Member Functions

static QStringList keys (const QString &platformPluginPath=QString())
 Returns the list of valid keys, i.e.
static QPlatformThemecreate (const QString &key, const QString &platformPluginPath=QString())

Detailed Description

Definition at line 26 of file qplatformthemefactory_p.h.

Member Function Documentation

◆ create()

QPlatformTheme * QPlatformThemeFactory::create ( const QString & key,
const QString & platformPluginPath = QString() )
static

◆ keys()

QStringList QPlatformThemeFactory::keys ( const QString & platformPluginPath = QString())
static

Returns the list of valid keys, i.e.

the keys this factory can create styles for.

See also
create()

Definition at line 39 of file qplatformthemefactory.cpp.


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