ui_formzxsh.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formzxsh.ui'
  3. **
  4. ** Created: Mon Apr 22 12:44:29 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_FORMZXSH_H
  10. #define UI_FORMZXSH_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHBoxLayout>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QTabWidget>
  18. #include <QtGui/QVBoxLayout>
  19. #include <QtGui/QWidget>
  20. QT_BEGIN_NAMESPACE
  21. class Ui_FormZxsh
  22. {
  23. public:
  24. QHBoxLayout *horizontalLayout;
  25. QVBoxLayout *verticalLayoutBody;
  26. QHBoxLayout *horizontalLayoutAccount;
  27. QHBoxLayout *horizontalLayoutCmd;
  28. QTabWidget *tabWidget;
  29. QWidget *tabFree;
  30. QVBoxLayout *verticalLayoutFree;
  31. QWidget *tabHotArea;
  32. QVBoxLayout *verticalLayoutHotArea;
  33. QWidget *tabReserve;
  34. QVBoxLayout *verticalLayoutReserve;
  35. QVBoxLayout *verticalLayoutAd;
  36. void setupUi(QWidget *FormZxsh)
  37. {
  38. if (FormZxsh->objectName().isEmpty())
  39. FormZxsh->setObjectName(QString::fromUtf8("FormZxsh"));
  40. FormZxsh->resize(695, 533);
  41. horizontalLayout = new QHBoxLayout(FormZxsh);
  42. horizontalLayout->setSpacing(9);
  43. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  44. verticalLayoutBody = new QVBoxLayout();
  45. verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
  46. horizontalLayoutAccount = new QHBoxLayout();
  47. horizontalLayoutAccount->setSpacing(0);
  48. horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
  49. verticalLayoutBody->addLayout(horizontalLayoutAccount);
  50. horizontalLayoutCmd = new QHBoxLayout();
  51. horizontalLayoutCmd->setObjectName(QString::fromUtf8("horizontalLayoutCmd"));
  52. verticalLayoutBody->addLayout(horizontalLayoutCmd);
  53. tabWidget = new QTabWidget(FormZxsh);
  54. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  55. tabFree = new QWidget();
  56. tabFree->setObjectName(QString::fromUtf8("tabFree"));
  57. verticalLayoutFree = new QVBoxLayout(tabFree);
  58. verticalLayoutFree->setSpacing(0);
  59. verticalLayoutFree->setContentsMargins(0, 0, 0, 0);
  60. verticalLayoutFree->setObjectName(QString::fromUtf8("verticalLayoutFree"));
  61. tabWidget->addTab(tabFree, QString());
  62. tabHotArea = new QWidget();
  63. tabHotArea->setObjectName(QString::fromUtf8("tabHotArea"));
  64. verticalLayoutHotArea = new QVBoxLayout(tabHotArea);
  65. verticalLayoutHotArea->setSpacing(0);
  66. verticalLayoutHotArea->setContentsMargins(0, 0, 0, 0);
  67. verticalLayoutHotArea->setObjectName(QString::fromUtf8("verticalLayoutHotArea"));
  68. tabWidget->addTab(tabHotArea, QString());
  69. tabReserve = new QWidget();
  70. tabReserve->setObjectName(QString::fromUtf8("tabReserve"));
  71. verticalLayoutReserve = new QVBoxLayout(tabReserve);
  72. verticalLayoutReserve->setSpacing(0);
  73. verticalLayoutReserve->setContentsMargins(0, 0, 0, 0);
  74. verticalLayoutReserve->setObjectName(QString::fromUtf8("verticalLayoutReserve"));
  75. tabWidget->addTab(tabReserve, QString());
  76. verticalLayoutBody->addWidget(tabWidget);
  77. horizontalLayout->addLayout(verticalLayoutBody);
  78. verticalLayoutAd = new QVBoxLayout();
  79. verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
  80. horizontalLayout->addLayout(verticalLayoutAd);
  81. retranslateUi(FormZxsh);
  82. tabWidget->setCurrentIndex(0);
  83. QMetaObject::connectSlotsByName(FormZxsh);
  84. } // setupUi
  85. void retranslateUi(QWidget *FormZxsh)
  86. {
  87. FormZxsh->setWindowTitle(QApplication::translate("FormZxsh", "Form", 0, QApplication::UnicodeUTF8));
  88. tabWidget->setTabText(tabWidget->indexOf(tabFree), QApplication::translate("FormZxsh", "\350\207\252\351\200\211\345\256\236\345\217\267\345\210\227\350\241\250", 0, QApplication::UnicodeUTF8));
  89. tabWidget->setTabText(tabWidget->indexOf(tabHotArea), QApplication::translate("FormZxsh", "\347\203\255\347\202\271\345\214\272\345\237\237", 0, QApplication::UnicodeUTF8));
  90. tabWidget->setTabText(tabWidget->indexOf(tabReserve), QApplication::translate("FormZxsh", "\346\210\221\347\232\204\351\242\204\347\272\246", 0, QApplication::UnicodeUTF8));
  91. } // retranslateUi
  92. };
  93. namespace Ui {
  94. class FormZxsh: public Ui_FormZxsh {};
  95. } // namespace Ui
  96. QT_END_NAMESPACE
  97. #endif // UI_FORMZXSH_H