9 #ifndef UI_AUTHENTICATESTEPSWIDGET_H 10 #define UI_AUTHENTICATESTEPSWIDGET_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QApplication> 14 #include <QtWidgets/QStackedWidget> 26 void setupUi(QStackedWidget *AuthenticateStepsWidget)
28 if (AuthenticateStepsWidget->objectName().isEmpty())
29 AuthenticateStepsWidget->setObjectName(QString::fromUtf8(
"AuthenticateStepsWidget"));
30 AuthenticateStepsWidget->resize(803, 483);
35 selfInfoPage->setObjectName(QString::fromUtf8(
"selfInfoPage"));
40 QMetaObject::connectSlotsByName(AuthenticateStepsWidget);
45 Q_UNUSED(AuthenticateStepsWidget);
56 #endif // UI_AUTHENTICATESTEPSWIDGET_H Dialog to display information about the application.
Definition: ui_AboutDialog.h:192