![]() |
Qt 6.x
The Qt SDK
|
#include <qandroidplatformtheme.h>
Static Public Member Functions | |
static QJsonObject | loadStyleData () |
Public Attributes | |
QJsonObject | m_styleData |
QPalette | m_standardPalette |
QHash< int, QPalette > | m_palettes |
QHash< int, QFont > | m_fonts |
QHash< QByteArray, QFont > | m_QWidgetsFonts |
Definition at line 19 of file qandroidplatformtheme.h.
|
static |
Definition at line 154 of file qandroidplatformtheme.cpp.
References QAndroidPlatformIntegration::colorScheme(), Qt::Dark, QString::endsWith(), error, QFileInfo::exists(), QJsonDocument::fromJson(), QString::isEmpty(), Q_ASSERT, Q_UNLIKELY, qCritical, qgetenv(), and QIODeviceBase::ReadOnly.
Referenced by loadAndroidStyle(), and QAndroidPlatformNativeInterface::nativeResourceForIntegration().
Definition at line 25 of file qandroidplatformtheme.h.
Definition at line 24 of file qandroidplatformtheme.h.
QHash<QByteArray, QFont> AndroidStyle::m_QWidgetsFonts |
Definition at line 26 of file qandroidplatformtheme.h.
QPalette AndroidStyle::m_standardPalette |
Definition at line 23 of file qandroidplatformtheme.h.
QJsonObject AndroidStyle::m_styleData |
Definition at line 22 of file qandroidplatformtheme.h.