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
AndroidStyle Struct Reference

#include <qandroidplatformtheme.h>

+ Collaboration diagram for AndroidStyle:

Static Public Member Functions

static QJsonObject loadStyleData ()
 

Public Attributes

QJsonObject m_styleData
 
QPalette m_standardPalette
 
QHash< int, QPalettem_palettes
 
QHash< int, QFontm_fonts
 
QHash< QByteArray, QFontm_QWidgetsFonts
 

Detailed Description

Definition at line 21 of file qandroidplatformtheme.h.

Member Function Documentation

◆ loadStyleData()

QJsonObject AndroidStyle::loadStyleData ( )
static

Definition at line 157 of file qandroidplatformtheme.cpp.

References QAndroidPlatformIntegration::colorScheme(), Qt::Dark, error, QJsonDocument::fromJson(), Q_ASSERT, Q_UNLIKELY, qCritical, qgetenv(), and QIODeviceBase::ReadOnly.

Referenced by loadAndroidStyle(), and QAndroidPlatformNativeInterface::nativeResourceForIntegration().

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

Member Data Documentation

◆ m_fonts

QHash<int, QFont> AndroidStyle::m_fonts

Definition at line 27 of file qandroidplatformtheme.h.

◆ m_palettes

QHash<int, QPalette> AndroidStyle::m_palettes

Definition at line 26 of file qandroidplatformtheme.h.

◆ m_QWidgetsFonts

QHash<QByteArray, QFont> AndroidStyle::m_QWidgetsFonts

Definition at line 28 of file qandroidplatformtheme.h.

◆ m_standardPalette

QPalette AndroidStyle::m_standardPalette

Definition at line 25 of file qandroidplatformtheme.h.

◆ m_styleData

QJsonObject AndroidStyle::m_styleData

Definition at line 24 of file qandroidplatformtheme.h.


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