33 QML_VALUE_TYPE(typescale)
40 Q_PROPERTY(qint32
wght READ
wght CONSTANT FINAL)
41 Q_PROPERTY(qint32
grad READ
grad CONSTANT FINAL)
42 Q_PROPERTY(qint32
wdth READ
wdth CONSTANT FINAL)
43 Q_PROPERTY(qint32
rond READ
rond CONSTANT FINAL)
44 Q_PROPERTY(qint32
opsz READ
opsz CONSTANT FINAL)
45 Q_PROPERTY(qint32
crsv READ
crsv CONSTANT FINAL)
46 Q_PROPERTY(qint32
slnt READ
slnt CONSTANT FINAL)
47 Q_PROPERTY(qint32
fill READ
fill CONSTANT FINAL)
48 Q_PROPERTY(qint32
hexp READ
hexp CONSTANT FINAL)
53 QFont::Weight
fontWeight = QFont::Weight::Normal;
144 explicit
TypeScale(QObject *parent =
nullptr);
Material Design 3 emphasized type scale tokens.
Definition typescale.h:202
Material Design 3 type scale tokens.
Definition typescale.h:123
TypeScaleValue m_titleSmall
Definition typescale.h:171
TypeScaleValue m_displayMedium
Definition typescale.h:164
TypeScaleValue titleMedium
Definition typescale.h:135
TypeScaleValue m_bodySmall
Definition typescale.h:174
TypeScaleValue labelMedium
Definition typescale.h:141
TypeScaleValue m_headlineSmall
Definition typescale.h:168
TypeScaleValue m_displayLarge
Definition typescale.h:163
TypeScaleValue headlineLarge
Definition typescale.h:131
TypeScaleValue m_bodyMedium
Definition typescale.h:173
TypeScaleValue titleSmall
Definition typescale.h:136
TypeScaleValue bodyMedium
Definition typescale.h:138
TypeScaleValue m_bodyLarge
Definition typescale.h:172
TypeScaleValue m_titleLarge
Definition typescale.h:169
TypeScaleValue m_labelMedium
Definition typescale.h:176
TypeScaleValue bodyLarge
Definition typescale.h:137
TypeScaleValue displaySmall
Definition typescale.h:130
TypeScaleValue bodySmall
Definition typescale.h:139
TypeScaleValue m_titleMedium
Definition typescale.h:170
TypeScaleValue m_headlineMedium
Definition typescale.h:167
TypeScaleValue titleLarge
Definition typescale.h:134
TypeScaleValue labelLarge
Definition typescale.h:140
TypeScaleValue m_labelSmall
Definition typescale.h:177
TypeScaleValue headlineMedium
Definition typescale.h:132
TypeScaleValue m_headlineLarge
Definition typescale.h:166
TypeScaleValue m_displaySmall
Definition typescale.h:165
TypeScaleValue displayMedium
Definition typescale.h:129
TypeScaleValue labelSmall
Definition typescale.h:142
TypeScaleValue headlineSmall
Definition typescale.h:133
QML_SINGLETONTypeScaleValue displayLarge
Definition typescale.h:128
TypeScaleValue m_labelLarge
Definition typescale.h:175
Definition elevationmaterial.cpp:27
Type scale definition for typography tokens.
Definition typescale.h:30
qint32 wdth() const
Definition typescale.h:66
qint32 crsv
Definition typescale.h:45
qint32 slnt
Definition typescale.h:46
qint32 opsz() const
Definition typescale.h:76
qint32 wdth
Definition typescale.h:42
qint32 lineHeight
Definition typescale.h:37
qint32 opsz
Definition typescale.h:44
qint32 wght
Definition typescale.h:40
qint32 slnt() const
Definition typescale.h:86
qint32 rond
Definition typescale.h:43
QFont::Weight fontWeight
Definition typescale.h:38
qint32 hexp
Definition typescale.h:48
qint32 grad
Definition typescale.h:41
qint32 crsv() const
Definition typescale.h:81
qreal tracking
Definition typescale.h:39
QML_ELEMENTStyle::TypeFace face
Definition typescale.h:35
qint32 hexp() const
Definition typescale.h:96
qint32 grad() const
Definition typescale.h:61
qint32 fontSize
Definition typescale.h:36
qint32 rond() const
Definition typescale.h:71
qint32 fill() const
Definition typescale.h:91
qint32 fill
Definition typescale.h:47