ui_formssowelcome.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formssowelcome.ui'
  3. **
  4. ** Created: Mon Apr 22 12:41:55 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_FORMSSOWELCOME_H
  10. #define UI_FORMSSOWELCOME_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHeaderView>
  16. #include <QtGui/QVBoxLayout>
  17. #include <QtGui/QWidget>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_FormSSOWelcome
  20. {
  21. public:
  22. QVBoxLayout *verticalLayout;
  23. void setupUi(QWidget *FormSSOWelcome)
  24. {
  25. if (FormSSOWelcome->objectName().isEmpty())
  26. FormSSOWelcome->setObjectName(QString::fromUtf8("FormSSOWelcome"));
  27. FormSSOWelcome->resize(399, 250);
  28. verticalLayout = new QVBoxLayout(FormSSOWelcome);
  29. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  30. retranslateUi(FormSSOWelcome);
  31. QMetaObject::connectSlotsByName(FormSSOWelcome);
  32. } // setupUi
  33. void retranslateUi(QWidget *FormSSOWelcome)
  34. {
  35. FormSSOWelcome->setWindowTitle(QApplication::translate("FormSSOWelcome", "Form", 0, QApplication::UnicodeUTF8));
  36. } // retranslateUi
  37. };
  38. namespace Ui {
  39. class FormSSOWelcome: public Ui_FormSSOWelcome {};
  40. } // namespace Ui
  41. QT_END_NAMESPACE
  42. #endif // UI_FORMSSOWELCOME_H