| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- /********************************************************************************
- ** Form generated from reading UI file 'formssowelcome.ui'
- **
- ** Created: Mon Apr 22 12:41:55 2019
- ** by: Qt User Interface Compiler version 4.8.4
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_FORMSSOWELCOME_H
- #define UI_FORMSSOWELCOME_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHeaderView>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormSSOWelcome
- {
- public:
- QVBoxLayout *verticalLayout;
- void setupUi(QWidget *FormSSOWelcome)
- {
- if (FormSSOWelcome->objectName().isEmpty())
- FormSSOWelcome->setObjectName(QString::fromUtf8("FormSSOWelcome"));
- FormSSOWelcome->resize(399, 250);
- verticalLayout = new QVBoxLayout(FormSSOWelcome);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- retranslateUi(FormSSOWelcome);
- QMetaObject::connectSlotsByName(FormSSOWelcome);
- } // setupUi
- void retranslateUi(QWidget *FormSSOWelcome)
- {
- FormSSOWelcome->setWindowTitle(QApplication::translate("FormSSOWelcome", "Form", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormSSOWelcome: public Ui_FormSSOWelcome {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMSSOWELCOME_H
|