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
QQuickLabelPrivate::ExtraData Struct Reference

#include <qquicklabel_p_p.h>

+ Collaboration diagram for QQuickLabelPrivate::ExtraData:

Public Attributes

bool hasTopInset = false
 
bool hasLeftInset = false
 
bool hasRightInset = false
 
bool hasBottomInset = false
 
bool hasBackgroundWidth = false
 
bool hasBackgroundHeight = false
 
qreal topInset = 0
 
qreal leftInset = 0
 
qreal rightInset = 0
 
qreal bottomInset = 0
 
QFont requestedFont
 

Detailed Description

Definition at line 86 of file qquicklabel_p_p.h.

Member Data Documentation

◆ bottomInset

qreal QQuickLabelPrivate::ExtraData::bottomInset = 0

Definition at line 96 of file qquicklabel_p_p.h.

◆ hasBackgroundHeight

bool QQuickLabelPrivate::ExtraData::hasBackgroundHeight = false

Definition at line 92 of file qquicklabel_p_p.h.

◆ hasBackgroundWidth

bool QQuickLabelPrivate::ExtraData::hasBackgroundWidth = false

Definition at line 91 of file qquicklabel_p_p.h.

◆ hasBottomInset

bool QQuickLabelPrivate::ExtraData::hasBottomInset = false

Definition at line 90 of file qquicklabel_p_p.h.

◆ hasLeftInset

bool QQuickLabelPrivate::ExtraData::hasLeftInset = false

Definition at line 88 of file qquicklabel_p_p.h.

◆ hasRightInset

bool QQuickLabelPrivate::ExtraData::hasRightInset = false

Definition at line 89 of file qquicklabel_p_p.h.

◆ hasTopInset

bool QQuickLabelPrivate::ExtraData::hasTopInset = false

Definition at line 87 of file qquicklabel_p_p.h.

◆ leftInset

qreal QQuickLabelPrivate::ExtraData::leftInset = 0

Definition at line 94 of file qquicklabel_p_p.h.

◆ requestedFont

QFont QQuickLabelPrivate::ExtraData::requestedFont

Definition at line 97 of file qquicklabel_p_p.h.

◆ rightInset

qreal QQuickLabelPrivate::ExtraData::rightInset = 0

Definition at line 95 of file qquicklabel_p_p.h.

◆ topInset

qreal QQuickLabelPrivate::ExtraData::topInset = 0

Definition at line 93 of file qquicklabel_p_p.h.


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