QtBase  v6.3.1
Classes | Functions | Variables
qwizard.cpp File Reference
#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 "qpainter.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"
Include dependency graph for 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

 Q_DECLARE_TYPEINFO (QWizardDefaultProperty, Q_RELOCATABLE_TYPE)
 
 Q_DECLARE_TYPEINFO (QWizardField, Q_RELOCATABLE_TYPE)
 

Variables

QT_BEGIN_NAMESPACE 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
 

Function Documentation

◆ Q_DECLARE_TYPEINFO() [1/2]

Q_DECLARE_TYPEINFO ( QWizardDefaultProperty  ,
Q_RELOCATABLE_TYPE   
)

◆ Q_DECLARE_TYPEINFO() [2/2]

Q_DECLARE_TYPEINFO ( QWizardField  ,
Q_RELOCATABLE_TYPE   
)

Variable Documentation

◆ ClassicHMargin

const int ClassicHMargin = 4

Definition at line 87 of file qwizard.cpp.

◆ className

QPushButton::staticMetaObject className ( )

[1]

[2]

Definition at line 135 of file qwizard.cpp.

◆ 

const { ... } fallbackProperties[]
Initial value:
= {
{ "QAbstractButton", "checked" },
{ "QAbstractSlider", "value" },
{ "QComboBox", "currentIndex" },
{ "QDateTimeEdit", "dateTime" },
{ "QLineEdit", "text" },
{ "QListWidget", "currentRow" },
{ "QSpinBox", "value" },
}

◆ GapBetweenLogoAndRightEdge

QT_BEGIN_NAMESPACE const int GapBetweenLogoAndRightEdge = 5

Definition at line 85 of file qwizard.cpp.

◆ MacButtonTopMargin

const int MacButtonTopMargin = 13

Definition at line 88 of file qwizard.cpp.

◆ MacLayoutBottomMargin

const int MacLayoutBottomMargin = 17

Definition at line 92 of file qwizard.cpp.

◆ MacLayoutLeftMargin

const int MacLayoutLeftMargin = 20

Definition at line 89 of file qwizard.cpp.

◆ MacLayoutRightMargin

const int MacLayoutRightMargin = 20

Definition at line 91 of file qwizard.cpp.

◆ ModernHeaderTopMargin

const int ModernHeaderTopMargin = 2

Definition at line 86 of file qwizard.cpp.

◆ NFallbackDefaultProperties

const size_t NFallbackDefaultProperties = sizeof fallbackProperties / sizeof *fallbackProperties

Definition at line 147 of file qwizard.cpp.

◆ property

const char property[13]

Definition at line 136 of file qwizard.cpp.