![]() |
Qt 6.x
The Qt SDK
|
#include <qquicktextfield_p_p.h>
Collaboration diagram for QQuickTextFieldPrivate::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 102 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::bottomInset = 0 |
Definition at line 112 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasBackgroundHeight = false |
Definition at line 108 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasBackgroundWidth = false |
Definition at line 107 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasBottomInset = false |
Definition at line 106 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasLeftInset = false |
Definition at line 104 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasRightInset = false |
Definition at line 105 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasTopInset = false |
Definition at line 103 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::leftInset = 0 |
Definition at line 110 of file qquicktextfield_p_p.h.
| QFont QQuickTextFieldPrivate::ExtraData::requestedFont |
Definition at line 113 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::rightInset = 0 |
Definition at line 111 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::topInset = 0 |
Definition at line 109 of file qquicktextfield_p_p.h.