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
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 161 of file qandroidplatformtheme.cpp.

References QAndroidPlatformTheme::instance().

Here is the call 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: