Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwizard_container.cpp File Reference

(7b27f46f27cedf651836002878b35d2afdeb43de)

#include "qwizard_container.h"
#include <QtDesigner/qextensionmanager.h>
#include <QtDesigner/abstractformeditor.h>
#include <QtWidgets/qwizard.h>
#include <QtCore/qdebug.h>
#include <QtCore/qlist.h>
+ Include dependency graph for qwizard_container.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Typedefs

using WizardPageList = QList<QWizardPage *>
 

Variables

static const char qdesigner_internal::msgWrongType [] = "** WARNING Attempt to add oject that is not of class WizardPage to a QWizard"
 

Typedef Documentation

◆ WizardPageList

Definition at line 17 of file qwizard_container.cpp.