![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
bool | operator== (const QWizardLayoutInfo &other) const |
bool | operator!= (const QWizardLayoutInfo &other) const |
Public Attributes | |
int | topLevelMarginLeft = -1 |
int | topLevelMarginRight = -1 |
int | topLevelMarginTop = -1 |
int | topLevelMarginBottom = -1 |
int | childMarginLeft = -1 |
int | childMarginRight = -1 |
int | childMarginTop = -1 |
int | childMarginBottom = -1 |
int | hspacing = -1 |
int | vspacing = -1 |
int | buttonSpacing = -1 |
QWizard::WizardStyle | wizStyle = QWizard::ClassicStyle |
bool | header = false |
bool | watermark = false |
bool | title = false |
bool | subTitle = false |
bool | extension = false |
bool | sideWidget = false |
Definition at line 199 of file qwizard.cpp.
|
inline |
Definition at line 222 of file qwizard.cpp.
References operator==(), and other().
bool QWizardLayoutInfo::operator== | ( | const QWizardLayoutInfo & | other | ) | const |
Definition at line 225 of file qwizard.cpp.
References buttonSpacing, childMarginBottom, childMarginLeft, childMarginRight, childMarginTop, extension, header, hspacing, other(), sideWidget, subTitle, title, topLevelMarginBottom, topLevelMarginLeft, topLevelMarginRight, topLevelMarginTop, vspacing, watermark, and wizStyle.
Referenced by operator!=().
int QWizardLayoutInfo::buttonSpacing = -1 |
Definition at line 212 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::childMarginBottom = -1 |
Definition at line 209 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::childMarginLeft = -1 |
Definition at line 206 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::childMarginRight = -1 |
Definition at line 207 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::childMarginTop = -1 |
Definition at line 208 of file qwizard.cpp.
Referenced by operator==().
bool QWizardLayoutInfo::extension = false |
Definition at line 218 of file qwizard.cpp.
Referenced by operator==().
bool QWizardLayoutInfo::header = false |
Definition at line 214 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::hspacing = -1 |
Definition at line 210 of file qwizard.cpp.
Referenced by operator==().
bool QWizardLayoutInfo::sideWidget = false |
Definition at line 219 of file qwizard.cpp.
Referenced by operator==().
bool QWizardLayoutInfo::subTitle = false |
Definition at line 217 of file qwizard.cpp.
Referenced by operator==().
bool QWizardLayoutInfo::title = false |
Definition at line 216 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::topLevelMarginBottom = -1 |
Definition at line 205 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::topLevelMarginLeft = -1 |
Definition at line 202 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::topLevelMarginRight = -1 |
Definition at line 203 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::topLevelMarginTop = -1 |
Definition at line 204 of file qwizard.cpp.
Referenced by operator==().
int QWizardLayoutInfo::vspacing = -1 |
Definition at line 211 of file qwizard.cpp.
Referenced by operator==().
bool QWizardLayoutInfo::watermark = false |
Definition at line 215 of file qwizard.cpp.
Referenced by operator==().
QWizard::WizardStyle QWizardLayoutInfo::wizStyle = QWizard::ClassicStyle |
Definition at line 213 of file qwizard.cpp.
Referenced by operator==().