![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicktextfield_p_p.h>
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 96 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::bottomInset = 0 |
Definition at line 106 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasBackgroundHeight = false |
Definition at line 102 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasBackgroundWidth = false |
Definition at line 101 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasBottomInset = false |
Definition at line 100 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasLeftInset = false |
Definition at line 98 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasRightInset = false |
Definition at line 99 of file qquicktextfield_p_p.h.
| bool QQuickTextFieldPrivate::ExtraData::hasTopInset = false |
Definition at line 97 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::leftInset = 0 |
Definition at line 104 of file qquicktextfield_p_p.h.
| QFont QQuickTextFieldPrivate::ExtraData::requestedFont |
Definition at line 107 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::rightInset = 0 |
Definition at line 105 of file qquicktextfield_p_p.h.
| qreal QQuickTextFieldPrivate::ExtraData::topInset = 0 |
Definition at line 103 of file qquicktextfield_p_p.h.