![]() |
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_container.h"#include <QtDesigner/qextensionmanager.h>#include <QtDesigner/abstractformeditor.h>#include <QtWidgets/qwizard.h>#include <QtCore/qdebug.h>#include <QtCore/qlist.h>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 QList< QWizardPage * > WizardPageList = QList<QWizardPage *> |
Definition at line 17 of file qwizard_container.cpp.