![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicktextarea_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 |
| QPalette | requestedPalette |
Definition at line 108 of file qquicktextarea_p_p.h.
| qreal QQuickTextAreaPrivate::ExtraData::bottomInset = 0 |
Definition at line 118 of file qquicktextarea_p_p.h.
| bool QQuickTextAreaPrivate::ExtraData::hasBackgroundHeight = false |
Definition at line 114 of file qquicktextarea_p_p.h.
| bool QQuickTextAreaPrivate::ExtraData::hasBackgroundWidth = false |
Definition at line 113 of file qquicktextarea_p_p.h.
| bool QQuickTextAreaPrivate::ExtraData::hasBottomInset = false |
Definition at line 112 of file qquicktextarea_p_p.h.
| bool QQuickTextAreaPrivate::ExtraData::hasLeftInset = false |
Definition at line 110 of file qquicktextarea_p_p.h.
| bool QQuickTextAreaPrivate::ExtraData::hasRightInset = false |
Definition at line 111 of file qquicktextarea_p_p.h.
| bool QQuickTextAreaPrivate::ExtraData::hasTopInset = false |
Definition at line 109 of file qquicktextarea_p_p.h.
| qreal QQuickTextAreaPrivate::ExtraData::leftInset = 0 |
Definition at line 116 of file qquicktextarea_p_p.h.
| QFont QQuickTextAreaPrivate::ExtraData::requestedFont |
Definition at line 119 of file qquicktextarea_p_p.h.
| QPalette QQuickTextAreaPrivate::ExtraData::requestedPalette |
Definition at line 120 of file qquicktextarea_p_p.h.
| qreal QQuickTextAreaPrivate::ExtraData::rightInset = 0 |
Definition at line 117 of file qquicktextarea_p_p.h.
| qreal QQuickTextAreaPrivate::ExtraData::topInset = 0 |
Definition at line 115 of file qquicktextarea_p_p.h.