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
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()

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

Referenced by QXdgDesktopPortalTheme::QXdgDesktopPortalTheme(), and init_platform().

+ Here is the caller graph for this function:

◆ 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: