![]() |
Qt 6.x
The Qt SDK
|
#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 |
Definition at line 86 of file qquicklabel_p_p.h.
| qreal QQuickLabelPrivate::ExtraData::bottomInset = 0 |
Definition at line 96 of file qquicklabel_p_p.h.
| bool QQuickLabelPrivate::ExtraData::hasBackgroundHeight = false |
Definition at line 92 of file qquicklabel_p_p.h.
| bool QQuickLabelPrivate::ExtraData::hasBackgroundWidth = false |
Definition at line 91 of file qquicklabel_p_p.h.
| bool QQuickLabelPrivate::ExtraData::hasBottomInset = false |
Definition at line 90 of file qquicklabel_p_p.h.
| bool QQuickLabelPrivate::ExtraData::hasLeftInset = false |
Definition at line 88 of file qquicklabel_p_p.h.
| bool QQuickLabelPrivate::ExtraData::hasRightInset = false |
Definition at line 89 of file qquicklabel_p_p.h.
| bool QQuickLabelPrivate::ExtraData::hasTopInset = false |
Definition at line 87 of file qquicklabel_p_p.h.
| qreal QQuickLabelPrivate::ExtraData::leftInset = 0 |
Definition at line 94 of file qquicklabel_p_p.h.
| QFont QQuickLabelPrivate::ExtraData::requestedFont |
Definition at line 97 of file qquicklabel_p_p.h.
| qreal QQuickLabelPrivate::ExtraData::rightInset = 0 |
Definition at line 95 of file qquicklabel_p_p.h.
| qreal QQuickLabelPrivate::ExtraData::topInset = 0 |
Definition at line 93 of file qquicklabel_p_p.h.