![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| bool | operator== (const QWizardLayoutInfo &other) const |
| bool | operator!= (const QWizardLayoutInfo &other) const |
| 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==().
|
inline |
Definition at line 222 of file qwizard.cpp.
| bool QWizardLayoutInfo::operator== | ( | const QWizardLayoutInfo & | other | ) | const |
Definition at line 225 of file qwizard.cpp.
Referenced by operator!=().
| bool QWizardLayoutInfo::operator== | ( | const QWizardLayoutInfo & | other | ) | const |
| int QWizardLayoutInfo::buttonSpacing = -1 |
Definition at line 212 of file qwizard.cpp.
Referenced by QWizardPrivate::layoutInfoForCurrentPage().
| int QWizardLayoutInfo::childMarginBottom = -1 |
Definition at line 209 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| int QWizardLayoutInfo::childMarginLeft = -1 |
Definition at line 206 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| int QWizardLayoutInfo::childMarginRight = -1 |
Definition at line 207 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| int QWizardLayoutInfo::childMarginTop = -1 |
Definition at line 208 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| bool QWizardLayoutInfo::extension = false |
Definition at line 218 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| bool QWizardLayoutInfo::header = false |
Definition at line 214 of file qwizard.cpp.
Referenced by QWizardPrivate::layoutInfoForCurrentPage(), QWizardPrivate::recreateLayout(), and QWizardPrivate::updateLayout().
| int QWizardLayoutInfo::hspacing = -1 |
Definition at line 210 of file qwizard.cpp.
| bool QWizardLayoutInfo::sideWidget = false |
Definition at line 219 of file qwizard.cpp.
Referenced by QWizardPrivate::layoutInfoForCurrentPage(), QWizardPrivate::recreateLayout(), QWizardPrivate::updateLayout(), and QWizardPrivate::updateMinMaxSizes().
| bool QWizardLayoutInfo::subTitle = false |
Definition at line 217 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout(), and QWizardPrivate::updateLayout().
| bool QWizardLayoutInfo::title = false |
Definition at line 216 of file qwizard.cpp.
Referenced by QWizardPrivate::layoutInfoForCurrentPage(), QWizardPrivate::recreateLayout(), and QWizardPrivate::updateLayout().
| int QWizardLayoutInfo::topLevelMarginBottom = -1 |
Definition at line 205 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| int QWizardLayoutInfo::topLevelMarginLeft = -1 |
Definition at line 202 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout(), and QWizardHeader::setup().
| int QWizardLayoutInfo::topLevelMarginRight = -1 |
Definition at line 203 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout(), and QWizardHeader::setup().
| int QWizardLayoutInfo::topLevelMarginTop = -1 |
Definition at line 204 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| int QWizardLayoutInfo::vspacing = -1 |
Definition at line 211 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout().
| bool QWizardLayoutInfo::watermark = false |
Definition at line 215 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout(), QWizardPrivate::updateLayout(), and QWizardPrivate::updateMinMaxSizes().
| QWizard::WizardStyle QWizardLayoutInfo::wizStyle = QWizard::ClassicStyle |
Definition at line 213 of file qwizard.cpp.