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

#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
 

Detailed Description

Definition at line 102 of file qquicktextfield_p_p.h.

Member Data Documentation

◆ bottomInset

qreal QQuickTextFieldPrivate::ExtraData::bottomInset = 0

Definition at line 112 of file qquicktextfield_p_p.h.

◆ hasBackgroundHeight

bool QQuickTextFieldPrivate::ExtraData::hasBackgroundHeight = false

Definition at line 108 of file qquicktextfield_p_p.h.

◆ hasBackgroundWidth

bool QQuickTextFieldPrivate::ExtraData::hasBackgroundWidth = false

Definition at line 107 of file qquicktextfield_p_p.h.

◆ hasBottomInset

bool QQuickTextFieldPrivate::ExtraData::hasBottomInset = false

Definition at line 106 of file qquicktextfield_p_p.h.

◆ hasLeftInset

bool QQuickTextFieldPrivate::ExtraData::hasLeftInset = false

Definition at line 104 of file qquicktextfield_p_p.h.

◆ hasRightInset

bool QQuickTextFieldPrivate::ExtraData::hasRightInset = false

Definition at line 105 of file qquicktextfield_p_p.h.

◆ hasTopInset

bool QQuickTextFieldPrivate::ExtraData::hasTopInset = false

Definition at line 103 of file qquicktextfield_p_p.h.

◆ leftInset

qreal QQuickTextFieldPrivate::ExtraData::leftInset = 0

Definition at line 110 of file qquicktextfield_p_p.h.

◆ requestedFont

QFont QQuickTextFieldPrivate::ExtraData::requestedFont

Definition at line 113 of file qquicktextfield_p_p.h.

◆ rightInset

qreal QQuickTextFieldPrivate::ExtraData::rightInset = 0

Definition at line 111 of file qquicktextfield_p_p.h.

◆ topInset

qreal QQuickTextFieldPrivate::ExtraData::topInset = 0

Definition at line 109 of file qquicktextfield_p_p.h.


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