#include <qplatformintegrationfactory_qpa_p.h>
◆ create()
Definition at line 59 of file qplatformintegrationfactory_qpa.cpp.
Referenced by init_platform().
65 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS) 67 if (!platformPluginPath.
isEmpty()) {
70 qobject_cast<QPlatformIntegrationFactoryInterface*>(
directLoader()->instance(platform)))
71 ret = factory->create(key, paramList);
77 ret = factory->create(platform, paramList);
static void addLibraryPath(const QString &)
Prepends path to the beginning of the library path list, ensuring that it is searched for libraries f...
The QString class provides a Unicode character string.
T takeFirst()
Removes the first item in the list and returns it.
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
The QStringList class provides a list of strings.
QString toLower() const Q_REQUIRED_RESULT
Returns a lowercase copy of the string.
QStringList split(const QString &sep, SplitBehavior behavior=KeepEmptyParts, Qt::CaseSensitivity cs=Qt::CaseSensitive) const Q_REQUIRED_RESULT
Splits the string into substrings wherever sep occurs, and returns the list of those strings...
The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.
◆ keys()
Returns the list of valid keys, i.e.
the keys this factory can create styles for.
- See also
- create()
Definition at line 89 of file qplatformintegrationfactory_qpa.cpp.
Referenced by init_platform().
91 #if !defined(QT_NO_LIBRARY) && !defined(QT_NO_SETTINGS) 94 if (!platformPluginPath.
isEmpty()) {
101 list += loader()->keys();
static void addLibraryPath(const QString &)
Prepends path to the beginning of the library path list, ensuring that it is searched for libraries f...
The QString class provides a Unicode character string.
bool isEmpty() const
Returns true if the string has no characters; otherwise returns false.
The QStringList class provides a list of strings.
QString arg(qlonglong a, int fieldwidth=0, int base=10, const QChar &fillChar=QLatin1Char(' ')) const Q_REQUIRED_RESULT
The documentation for this class was generated from the following files: