![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qwizard.h"#include <QtWidgets/private/qtwidgetsglobal_p.h>#include "qalgorithms.h"#include "qapplication.h"#include "qboxlayout.h"#include "qlayoutitem.h"#include "qevent.h"#include "qframe.h"#include "qlabel.h"#include <qpointer.h>#include "qstylepainter.h"#include "qwindow.h"#include "qpushbutton.h"#include "qset.h"#include "qstyle.h"#include "qstyleoption.h"#include "qvarlengtharray.h"#include "private/qdialog_p.h"#include <qdebug.h>#include <string.h>#include <algorithm>#include "moc_qwizard.cpp"Go to the source code of this file.
Classes | |
| class | QWizardDefaultProperty |
| class | QWizardField |
| class | QWizardLayoutInfo |
| class | QWizardHeader |
| class | QWizardRuler |
| class | QWatermarkLabel |
| class | QWizardPagePrivate |
| class | QWizardAntiFlickerWidget |
| class | QWizardPrivate |
Functions | |
| static void | changeSpacerSize (QLayout *layout, int index, int width, int height) |
| static QWidget * | iWantTheFocus (QWidget *ancestor) |
| static bool | objectInheritsXAndXIsCloserThanY (const QObject *object, const QByteArray &classX, const QByteArray &classY) |
| static const char * | changed_signal (int which) |
| Q_DECLARE_TYPEINFO (QWizardDefaultProperty, Q_RELOCATABLE_TYPE) | |
| Q_DECLARE_TYPEINFO (QWizardField, Q_RELOCATABLE_TYPE) | |
| static QString | buttonDefaultText (int wstyle, int which, const QWizardPrivate *wizardPrivate) |
| static const char * | buttonSlots (QWizard::WizardButton which) |
| static QString | object_name_for_button (QWizard::WizardButton which) |
Variables | |
| const int | GapBetweenLogoAndRightEdge = 5 |
| const int | ModernHeaderTopMargin = 2 |
| const int | ClassicHMargin = 4 |
| const int | MacButtonTopMargin = 13 |
| const int | MacLayoutLeftMargin = 20 |
| const int | MacLayoutRightMargin = 20 |
| const int | MacLayoutBottomMargin = 17 |
| struct { | |
| const char className [16] | |
| const char property [13] | |
| } | fallbackProperties [] |
| const size_t | NFallbackDefaultProperties = sizeof fallbackProperties / sizeof *fallbackProperties |
|
static |
Definition at line 631 of file qwizard.cpp.
References QWizardPrivate::isVistaThemeEnabled().
|
static |
Definition at line 850 of file qwizard.cpp.
|
static |
Definition at line 114 of file qwizard.cpp.
Definition at line 59 of file qwizard.cpp.
Definition at line 67 of file qwizard.cpp.
References QPainter::QWidget.
|
static |
Definition at line 1344 of file qwizard.cpp.
|
static |
Definition at line 85 of file qwizard.cpp.
| Q_DECLARE_TYPEINFO | ( | QWizardDefaultProperty | , |
| Q_RELOCATABLE_TYPE | ) |
| Q_DECLARE_TYPEINFO | ( | QWizardField | , |
| Q_RELOCATABLE_TYPE | ) |
| const int ClassicHMargin = 4 |
Definition at line 52 of file qwizard.cpp.
Referenced by QWizardPrivate::recreateLayout(), and QWizardHeader::setup().
| const char className[16] |
Definition at line 100 of file qwizard.cpp.
| const struct { ... } fallbackProperties |
| const int GapBetweenLogoAndRightEdge = 5 |
Definition at line 50 of file qwizard.cpp.
| const int MacButtonTopMargin = 13 |
Definition at line 53 of file qwizard.cpp.
| const int MacLayoutBottomMargin = 17 |
Definition at line 57 of file qwizard.cpp.
| const int MacLayoutLeftMargin = 20 |
Definition at line 54 of file qwizard.cpp.
| const int MacLayoutRightMargin = 20 |
Definition at line 56 of file qwizard.cpp.
| const int ModernHeaderTopMargin = 2 |
Definition at line 51 of file qwizard.cpp.
| const size_t NFallbackDefaultProperties = sizeof fallbackProperties / sizeof *fallbackProperties |
Definition at line 112 of file qwizard.cpp.
| managed property | ( | ) |
Definition at line 101 of file qwizard.cpp.