![]() |
Qt 6.x
The Qt SDK
|
Public Types | |
enum | Direction { Backward , Forward } |
typedef QMap< int, QWizardPage * > | PageMap |
![]() | |
enum | DrawWidgetFlag { DrawAsRoot = 0x01 , DrawPaintOnScreen = 0x02 , DrawRecursive = 0x04 , DrawInvisible = 0x08 , DontSubtractOpaqueChildren = 0x10 , DontDrawOpaqueChildren = 0x20 , DontDrawNativeChildren = 0x40 , DontSetCompositionMode = 0x80 , UseEffectRegionBounds = 0x100 } |
enum | Direction { DirectionNorth = 0x01 , DirectionEast = 0x10 , DirectionSouth = 0x02 , DirectionWest = 0x20 } |
enum class | WindowHandleMode { Direct , Closest , TopLevel } |
enum | CloseMode { CloseNoEvent , CloseWithEvent , CloseWithSpontaneousEvent } |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Additional Inherited Members | |
![]() | |
static QWidgetPrivate * | get (QWidget *w) |
static const QWidgetPrivate * | get (const QWidget *w) |
static void | checkRestoredGeometry (const QRect &availableGeometry, QRect *restoredGeometry, int frameHeight) |
static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=nullptr) |
static QWidget * | parentGraphicsView (const QWidget *widget) |
static QRect | screenGeometry (const QWidget *widget) |
static QRect | availableScreenGeometry (const QWidget *widget) |
static QScreen * | screen (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static QRect | screenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static QRect | availableScreenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static void | sendComposeStatus (QWidget *w, bool end) |
static void | setWidgetParentHelper (QObject *widgetAsObject, QObject *newParent) |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1 , typename Func2 > | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1 , typename Func2 > | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
![]() | |
static QWidgetMapper * | mapper = nullptr |
static QWidgetSet * | allWidgets = nullptr |
static int | instanceCounter = 0 |
static int | maxInstances = 0 |
![]() | |
virtual int | dialogCode () const |
Definition at line 503 of file qwizard.cpp.
typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 508 of file qwizard.cpp.
Enumerator | |
---|---|
Backward | |
Forward |
Definition at line 510 of file qwizard.cpp.
void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1606 of file qwizard.cpp.
References btns, button, emit, i, QWizard::NButtons, QWizard::NStandardButtons, and QObject::sender().
Referenced by connectButton().
Definition at line 1669 of file qwizard.cpp.
References QList< T >::begin(), QMap< Key, T >::begin(), QList< T >::end(), QMap< Key, T >::end(), QList< T >::erase(), fieldIndexMap, fields, QMap< Key, T >::insert(), it, QMap< Key, T >::iterator::key(), QWizardField::name, QWizardField::object, QMap< Key, T >::remove(), QMap< Key, T >::iterator::value(), and QMap< Key, T >::value().
Referenced by addField(), and removeFieldAt().
void QWizardPrivate::_q_updateButtonStates | ( | ) |
Definition at line 1618 of file qwizard.cpp.
References QList< T >::at(), QWizard::BackButton, btn, buttonLayoutContains(), QWizard::CancelButton, canContinue, canFinish, QWizard::CommitButton, QWizard::DisabledBackButtonOnLastPage, disableUpdates(), enableUpdates(), QWizard::FinishButton, QWizard::HaveFinishButtonOnEarlyPages, QWizard::HaveNextButtonOnLastPage, history, isVistaThemeEnabled(), QWizard::NextButton, QWizard::NoBackButtonOnLastPage, QWizard::NoBackButtonOnStartPage, QWizard::NoCancelButton, QWizard::NoCancelButtonOnLastPage, QWizard::NoDefaultButton, opts, page, and QList< T >::size().
Referenced by setButtonLayout(), switchToPage(), and updateCurrentPage().
void QWizardPrivate::addField | ( | const QWizardField & | field | ) |
Definition at line 720 of file qwizard.cpp.
References _q_handleFieldObjectDestroyed(), QWizardField::changedSignal, QObject::connect(), QMap< Key, T >::contains(), defaultPropertyTable, fieldIndexMap, fields, QMap< Key, T >::insert(), QByteArray::isEmpty(), QWizardField::mandatory, QWizardField::name, QWizardField::object, QWizardField::page, Q_UNLIKELY, qUtf16Printable, qWarning, QWizardField::resolve(), SIGNAL, QList< T >::size(), and SLOT.
bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
Definition at line 1494 of file qwizard.cpp.
References buttonsCustomLayout, buttonsHaveCustomLayout, and QListSpecialMethodsBase< T >::contains().
Referenced by _q_updateButtonStates().
void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
Definition at line 706 of file qwizard.cpp.
References QMap< Key, T >::begin(), QListSpecialMethodsBase< T >::contains(), QMap< Key, T >::end(), history, it, page, and pageMap.
Referenced by reset().
void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1382 of file qwizard.cpp.
References _q_emitCustomButtonClicked(), btns, buttonSlots(), QObject::connect(), QWizard::NStandardButtons, SIGNAL, and SLOT.
void QWizardPrivate::disableUpdates | ( | ) |
Definition at line 1588 of file qwizard.cpp.
References antiFlickerWidget, disableUpdatesCount, and QWidget::hide().
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
void QWizardPrivate::enableUpdates | ( | ) |
Definition at line 1597 of file qwizard.cpp.
References antiFlickerWidget, disableUpdatesCount, and QWidget::show().
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
bool QWizardPrivate::ensureButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1353 of file qwizard.cpp.
References antiFlickerWidget, btns, buttonDefaultText(), connectButton, QWidget::hide(), QWizard::NButtons, QWizard::NStandardButtons, object_name_for_button(), pushButton, QPushButton::setAutoDefault(), QObject::setObjectName(), QWidget::setStyle(), QAbstractButton::setText(), QApplication::style(), and wizStyle.
Referenced by init(), and setButtonLayout().
void QWizardPrivate::init | ( | ) |
Definition at line 642 of file qwizard.cpp.
References QBoxLayout::addItem(), QBoxLayout::addSpacing(), antiFlickerWidget, QList< T >::append(), QWizard::BackButton, btns, buttonLayout, changed_signal(), className, QWizard::CommitButton, defaultPropertyTable, ensureButton(), QSizePolicy::Expanding, fallbackProperties, QWizard::FinishButton, QWizard::HelpButtonOnRight, i, QSizePolicy::Ignored, QWizard::MacStyle, mainLayout, QSizePolicy::MinimumExpanding, QWizard::ModernStyle, QWizard::NButtons, QWizard::NextButton, NFallbackDefaultProperties, QWizard::NoCancelButton, QWizard::NoDefaultButton, opts, pageFrame, pageVBoxLayout, QSizePolicy::Preferred, property, QList< T >::reserve(), QLayout::SetNoConstraint, QLayout::setSizeConstraint(), QWidget::setSizePolicy(), QBoxLayout::setSpacing(), QStyle::SH_WizardStyle, updateButtonLayout(), and wizStyle.
bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
Definition at line 1579 of file qwizard.cpp.
References QWizard::AeroStyle, and wizStyle.
Referenced by _q_updateButtonStates(), buttonDefaultText(), updateButtonTexts(), and updateMinMaxSizes().
QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
Definition at line 857 of file qwizard.cpp.
References QWizard::AeroStyle, QWizard::BackgroundPixmap, QWizard::ClassicStyle, QSizePolicy::DefaultType, QWizard::ExtendedWatermarkPixmap, Qt::Horizontal, QWizard::IgnoreSubTitles, info, QString::isEmpty(), QPixmap::isNull(), QStyle::layoutSpacing(), QWizard::MacStyle, QWizard::ModernStyle, opts, page, QStyle::pixelMetric(), QStyle::PM_LayoutBottomMargin, QStyle::PM_LayoutHorizontalSpacing, QStyle::PM_LayoutLeftMargin, QStyle::PM_LayoutRightMargin, QStyle::PM_LayoutTopMargin, QStyle::PM_LayoutVerticalSpacing, QSizePolicy::PushButton, QT_CONFIG, sideWidget, titleLabel, QWizard::WatermarkPixmap, and wizStyle.
Referenced by updateLayout().
void QWizardPrivate::recreateLayout | ( | const QWizardLayoutInfo & | info | ) |
Definition at line 918 of file qwizard.cpp.
References QGridLayout::addLayout(), QGridLayout::addWidget(), QWizard::AeroStyle, Qt::AlignLeft, Qt::AlignTop, QColor::alpha(), antiFlickerWidget, QPalette::Base, bottomRuler, QFrame::Box, QPalette::brush(), buttonLayout, changeSpacerSize(), ClassicHMargin, QWizard::ClassicStyle, QBrush::color(), QGridLayout::columnCount(), QGridLayout::count(), QSizePolicy::Expanding, QSizePolicy::Fixed, headerWidget, hMargin, i, info, QBoxLayout::insertWidget(), item, layoutInfo, MacButtonTopMargin, MacLayoutBottomMargin, MacLayoutLeftMargin, MacLayoutRightMargin, QWizard::MacStyle, mainLayout, QWizard::ModernStyle, QFrame::NoFrame, pageFrame, pageVBoxLayout, QWidget::palette, placeholderWidget1, placeholderWidget2, QFont::pointSize(), qMin(), QFrame::Raised, QGridLayout::rowCount(), QLabel::setAlignment(), QWidget::setAutoFillBackground(), QWidget::setBackgroundRole(), QFont::setBold(), QPalette::setBrush(), QPalette::setColor(), QGridLayout::setColumnMinimumWidth(), QLayout::setContentsMargins(), QWidget::setContentsMargins(), QWidget::setFixedHeight(), QWidget::setFont(), QFrame::setFrameStyle(), QGridLayout::setHorizontalSpacing(), QLabel::setIndent(), QFrame::setLineWidth(), QFrame::setMidLineWidth(), QWidget::setMinimumHeight(), QWidget::setPalette(), QFont::setPointSize(), QGridLayout::setRowMinimumHeight(), QWidget::setSizePolicy(), QBoxLayout::setSpacing(), QGridLayout::setSpacing(), QGridLayout::setVerticalSpacing(), QWidget::setVisible(), QLabel::setWordWrap(), sideWidget, subTitleLabel, QGridLayout::takeAt(), QPalette::Text, titleLabel, vMargin, watermarkLabel, and QPalette::Window.
Referenced by updateLayout().
void QWizardPrivate::removeFieldAt | ( | int | index | ) |
Definition at line 742 of file qwizard.cpp.
References _q_handleFieldObjectDestroyed(), QList< T >::at(), QWizardField::changedSignal, QObject::disconnect(), fieldIndexMap, fields, QByteArray::isEmpty(), QWizardField::mandatory, QWizardField::name, QWizardField::object, QWizardField::page, QMap< Key, T >::remove(), QList< T >::remove(), SIGNAL, and SLOT.
void QWizardPrivate::reset | ( | ) |
Definition at line 688 of file qwizard.cpp.
References cleanupPagesNotInHistory(), QList< T >::clear(), QList< T >::crbegin(), QList< T >::crend(), current, emit, history, it, page, and pageMap.
void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
int | size | ||
) |
Definition at line 1461 of file qwizard.cpp.
References _q_updateButtonStates(), QBoxLayout::addStretch(), QBoxLayout::addWidget(), QWizard::BackButton, btns, buttonLayout, QWizard::CommitButton, QBoxLayout::count(), ensureButton(), QWizard::FinishButton, QWidget::hide(), i, item, QWizard::NextButton, QWizard::NoButton, pageFrame, QWidget::setTabOrder(), QWidget::show(), QDialogPrivate::size, QWizard::Stretch, QBoxLayout::takeAt(), and widget.
Referenced by updateButtonLayout().
Definition at line 1696 of file qwizard.cpp.
References btns, QMap< Key, T >::constBegin(), QMap< Key, T >::constEnd(), i, it, QWizard::NButtons, pageMap, and QWidget::setStyle().
Definition at line 757 of file qwizard.cpp.
References _q_updateButtonStates(), QList< T >::append(), Backward, btns, canContinue, canFinish, QWizard::CommitButton, QList< T >::constLast(), current, direction, disableUpdates(), emit, enableUpdates(), QWizard::FinishButton, Forward, history, QWizard::IndependentPages, QWizardPage::initializePage(), QWizardPage::isCommitPage(), QWidget::isEnabled(), QWizardPage::isFinalPage(), iWantTheFocus(), QWizard::MacStyle, QWizard::NextButton, QWizard::NoDefaultButton, opts, Q_ASSERT, QList< T >::removeLast(), QWidget::setFocus(), QWidget::show(), updateButtonTexts(), updateLayout(), updatePalette(), and wizStyle.
void QWizardPrivate::updateButtonLayout | ( | ) |
Definition at line 1421 of file qwizard.cpp.
References QWizard::BackButton, buttonsCustomLayout, buttonsHaveCustomLayout, QWizard::CancelButton, QWizard::CancelButtonOnLeft, QList< T >::cbegin(), QList< T >::cend(), QWizard::CommitButton, QWizard::CustomButton1, QWizard::CustomButton2, QWizard::CustomButton3, QWizard::FinishButton, QWizard::HaveCustomButton1, QWizard::HaveCustomButton2, QWizard::HaveCustomButton3, QWizard::HaveHelpButton, QWizard::HelpButton, QWizard::HelpButtonOnRight, i, QWizard::NextButton, QWizard::NoButton, QWizard::NoCancelButton, opts, Q_ASSERT, setButtonLayout(), and QWizard::Stretch.
Referenced by init().
void QWizardPrivate::updateButtonTexts | ( | ) |
Definition at line 1392 of file qwizard.cpp.
References Qt::ALT, animateClick(), btns, buttonCustomTexts, buttonDefaultText(), QMap< Key, T >::contains(), i, isVistaThemeEnabled(), Qt::Key_Right, QWizard::NButtons, QWizard::NextButton, QWizard::NStandardButtons, QAbstractButton::setText(), SLOT, QMap< Key, T >::value(), and wizStyle.
Referenced by switchToPage(), and updateCurrentPage().
void QWizardPrivate::updateCurrentPage | ( | ) |
Definition at line 1313 of file qwizard.cpp.
References _q_updateButtonStates(), canContinue, canFinish, and updateButtonTexts().
void QWizardPrivate::updateLayout | ( | ) |
Definition at line 1192 of file qwizard.cpp.
References QWizard::BannerPixmap, QSpacerItem::changeSize(), QBoxLayout::count(), disableUpdates(), enableUpdates(), QLayoutItem::expandingDirections(), headerWidget, QSizePolicy::Ignored, QLayout::indexOf(), info, QBoxLayout::invalidate(), QBoxLayout::itemAt(), layoutInfo, layoutInfoForCurrentPage(), QWizard::LogoPixmap, QSizePolicy::MinimumExpanding, page, pageVBoxLayout, pix, Q_ASSERT, recreateLayout(), QLabel::setPixmap(), QLabel::setText(), QLabel::setTextFormat(), QWizardHeader::setup(), QLayoutItem::spacerItem(), subTitleFmt, subTitleLabel, titleFmt, titleLabel, updateMinMaxSizes(), Qt::Vertical, watermarkLabel, and QWizard::WatermarkPixmap.
Referenced by switchToPage(), and updatePixmap().
void QWizardPrivate::updateMinMaxSizes | ( | const QWizardLayoutInfo & | info | ) |
Definition at line 1277 of file qwizard.cpp.
References headerWidget, QSize::height(), info, isVistaThemeEnabled(), mainLayout, maximumHeight, maximumWidth, QWidget::maximumWidth, minimumHeight, minimumWidth, QWIDGETSIZE_MAX, QSize::setHeight(), QSize::setWidth(), QLayout::totalMaximumSize(), QLayout::totalMinimumSize(), QLayout::totalSizeHint(), and QSize::width().
Referenced by updateLayout().
void QWizardPrivate::updatePalette | ( | ) |
Definition at line 1253 of file qwizard.cpp.
References QPalette::Base, QPalette::brush(), QBrush::color(), QWizard::MacStyle, pageFrame, QApplication::palette(), QColor::setAlpha(), QPalette::setBrush(), QWidget::setPalette(), QPalette::Window, and wizStyle.
Referenced by switchToPage().
void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
Definition at line 1499 of file qwizard.cpp.
References QWizard::BackgroundPixmap, QWizard::MacStyle, updateLayout(), and wizStyle.
union { ... } QWizardPrivate |
QWizardAntiFlickerWidget* QWizardPrivate::antiFlickerWidget = nullptr |
Definition at line 583 of file qwizard.cpp.
Referenced by disableUpdates(), enableUpdates(), ensureButton(), init(), and recreateLayout().
QAbstractButton* QWizardPrivate::back |
Definition at line 574 of file qwizard.cpp.
QWizardRuler* QWizardPrivate::bottomRuler = nullptr |
Definition at line 592 of file qwizard.cpp.
Referenced by recreateLayout().
struct { ... } QWizardPrivate::btn |
Referenced by _q_updateButtonStates().
|
mutable |
Definition at line 581 of file qwizard.cpp.
Referenced by _q_emitCustomButtonClicked(), connectButton(), ensureButton(), init(), setButtonLayout(), setStyle(), switchToPage(), and updateButtonTexts().
Definition at line 564 of file qwizard.cpp.
Referenced by updateButtonTexts().
QHBoxLayout* QWizardPrivate::buttonLayout = nullptr |
Definition at line 595 of file qwizard.cpp.
Referenced by init(), recreateLayout(), and setButtonLayout().
QList<QWizard::WizardButton> QWizardPrivate::buttonsCustomLayout |
Definition at line 566 of file qwizard.cpp.
Referenced by buttonLayoutContains(), and updateButtonLayout().
bool QWizardPrivate::buttonsHaveCustomLayout = false |
Definition at line 565 of file qwizard.cpp.
Referenced by buttonLayoutContains(), and updateButtonLayout().
QAbstractButton* QWizardPrivate::cancel |
Definition at line 578 of file qwizard.cpp.
bool QWizardPrivate::canContinue = false |
Definition at line 557 of file qwizard.cpp.
Referenced by _q_updateButtonStates(), switchToPage(), and updateCurrentPage().
bool QWizardPrivate::canFinish = false |
Definition at line 558 of file qwizard.cpp.
Referenced by _q_updateButtonStates(), switchToPage(), and updateCurrentPage().
QAbstractButton* QWizardPrivate::commit |
Definition at line 576 of file qwizard.cpp.
int QWizardPrivate::current = -1 |
Definition at line 556 of file qwizard.cpp.
Referenced by reset(), and switchToPage().
|
mutable |
Definition at line 569 of file qwizard.cpp.
QList<QWizardDefaultProperty> QWizardPrivate::defaultPropertyTable |
Definition at line 552 of file qwizard.cpp.
Referenced by addField(), and init().
int QWizardPrivate::disableUpdatesCount = 0 |
Definition at line 560 of file qwizard.cpp.
Referenced by disableUpdates(), and enableUpdates().
Definition at line 551 of file qwizard.cpp.
Referenced by _q_handleFieldObjectDestroyed(), addField(), and removeFieldAt().
QList<QWizardField> QWizardPrivate::fields |
Definition at line 550 of file qwizard.cpp.
Referenced by _q_handleFieldObjectDestroyed(), addField(), and removeFieldAt().
QAbstractButton* QWizardPrivate::finish |
Definition at line 577 of file qwizard.cpp.
QWizardHeader* QWizardPrivate::headerWidget = nullptr |
Definition at line 586 of file qwizard.cpp.
Referenced by recreateLayout(), updateLayout(), and updateMinMaxSizes().
QAbstractButton* QWizardPrivate::help |
Definition at line 579 of file qwizard.cpp.
QList<int> QWizardPrivate::history |
Definition at line 553 of file qwizard.cpp.
Referenced by _q_updateButtonStates(), cleanupPagesNotInHistory(), reset(), and switchToPage().
QWizardLayoutInfo QWizardPrivate::layoutInfo |
Definition at line 559 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
QGridLayout* QWizardPrivate::mainLayout = nullptr |
Definition at line 596 of file qwizard.cpp.
Referenced by init(), recreateLayout(), and updateMinMaxSizes().
int QWizardPrivate::maximumHeight = QWIDGETSIZE_MAX |
Definition at line 611 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
int QWizardPrivate::maximumWidth = QWIDGETSIZE_MAX |
Definition at line 610 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
int QWizardPrivate::minimumHeight = 0 |
Definition at line 609 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
int QWizardPrivate::minimumWidth = 0 |
Definition at line 608 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
QAbstractButton* QWizardPrivate::next |
Definition at line 575 of file qwizard.cpp.
QWizard::WizardOptions QWizardPrivate::opts |
Definition at line 563 of file qwizard.cpp.
Referenced by _q_updateButtonStates(), init(), layoutInfoForCurrentPage(), switchToPage(), and updateButtonLayout().
Definition at line 589 of file qwizard.cpp.
Referenced by init(), recreateLayout(), setButtonLayout(), and updatePalette().
PageMap QWizardPrivate::pageMap |
Definition at line 549 of file qwizard.cpp.
Referenced by cleanupPagesNotInHistory(), reset(), and setStyle().
QVBoxLayout* QWizardPrivate::pageVBoxLayout = nullptr |
Definition at line 594 of file qwizard.cpp.
Referenced by init(), recreateLayout(), and updateLayout().
Definition at line 584 of file qwizard.cpp.
Referenced by recreateLayout().
Definition at line 585 of file qwizard.cpp.
Referenced by recreateLayout().
Definition at line 588 of file qwizard.cpp.
Referenced by layoutInfoForCurrentPage(), and recreateLayout().
int QWizardPrivate::start = -1 |
Definition at line 554 of file qwizard.cpp.
bool QWizardPrivate::startSetByUser = false |
Definition at line 555 of file qwizard.cpp.
Qt::TextFormat QWizardPrivate::subTitleFmt = Qt::AutoText |
Definition at line 568 of file qwizard.cpp.
Referenced by updateLayout().
Definition at line 591 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
Qt::TextFormat QWizardPrivate::titleFmt = Qt::AutoText |
Definition at line 567 of file qwizard.cpp.
Referenced by updateLayout().
Definition at line 590 of file qwizard.cpp.
Referenced by layoutInfoForCurrentPage(), recreateLayout(), and updateLayout().
QWatermarkLabel* QWizardPrivate::watermarkLabel = nullptr |
Definition at line 587 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
QWizard::WizardStyle QWizardPrivate::wizStyle = QWizard::ClassicStyle |
Definition at line 562 of file qwizard.cpp.
Referenced by ensureButton(), init(), isVistaThemeEnabled(), layoutInfoForCurrentPage(), switchToPage(), updateButtonTexts(), updatePalette(), and updatePixmap().