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

#include <qquicktextarea_p_p.h>

+ Collaboration diagram for QQuickTextAreaPrivate::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
 
QPalette requestedPalette
 

Detailed Description

Definition at line 104 of file qquicktextarea_p_p.h.

Member Data Documentation

◆ bottomInset

qreal QQuickTextAreaPrivate::ExtraData::bottomInset = 0

Definition at line 114 of file qquicktextarea_p_p.h.

◆ hasBackgroundHeight

bool QQuickTextAreaPrivate::ExtraData::hasBackgroundHeight = false

Definition at line 110 of file qquicktextarea_p_p.h.

◆ hasBackgroundWidth

bool QQuickTextAreaPrivate::ExtraData::hasBackgroundWidth = false

Definition at line 109 of file qquicktextarea_p_p.h.

◆ hasBottomInset

bool QQuickTextAreaPrivate::ExtraData::hasBottomInset = false

Definition at line 108 of file qquicktextarea_p_p.h.

◆ hasLeftInset

bool QQuickTextAreaPrivate::ExtraData::hasLeftInset = false

Definition at line 106 of file qquicktextarea_p_p.h.

◆ hasRightInset

bool QQuickTextAreaPrivate::ExtraData::hasRightInset = false

Definition at line 107 of file qquicktextarea_p_p.h.

◆ hasTopInset

bool QQuickTextAreaPrivate::ExtraData::hasTopInset = false

Definition at line 105 of file qquicktextarea_p_p.h.

◆ leftInset

qreal QQuickTextAreaPrivate::ExtraData::leftInset = 0

Definition at line 112 of file qquicktextarea_p_p.h.

◆ requestedFont

QFont QQuickTextAreaPrivate::ExtraData::requestedFont

Definition at line 115 of file qquicktextarea_p_p.h.

◆ requestedPalette

QPalette QQuickTextAreaPrivate::ExtraData::requestedPalette

Definition at line 116 of file qquicktextarea_p_p.h.

◆ rightInset

qreal QQuickTextAreaPrivate::ExtraData::rightInset = 0

Definition at line 113 of file qquicktextarea_p_p.h.

◆ topInset

qreal QQuickTextAreaPrivate::ExtraData::topInset = 0

Definition at line 111 of file qquicktextarea_p_p.h.


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