ui_set.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'set.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 6.2.4
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_SET_H
  9. #define UI_SET_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QGroupBox>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QHeaderView>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QMainWindow>
  19. #include <QtWidgets/QMenuBar>
  20. #include <QtWidgets/QPlainTextEdit>
  21. #include <QtWidgets/QPushButton>
  22. #include <QtWidgets/QSpacerItem>
  23. #include <QtWidgets/QStackedWidget>
  24. #include <QtWidgets/QStatusBar>
  25. #include <QtWidgets/QTextEdit>
  26. #include <QtWidgets/QTreeView>
  27. #include <QtWidgets/QVBoxLayout>
  28. #include <QtWidgets/QWidget>
  29. QT_BEGIN_NAMESPACE
  30. class Ui_set
  31. {
  32. public:
  33. QWidget *centralwidget;
  34. QVBoxLayout *verticalLayout_4;
  35. QVBoxLayout *verticalLayout_2;
  36. QGroupBox *groupBox;
  37. QHBoxLayout *horizontalLayout_4;
  38. QLabel *page_label;
  39. QHBoxLayout *horizontalLayout_2;
  40. QTreeView *tree_set;
  41. QVBoxLayout *verticalLayout;
  42. QGroupBox *groupBox_2;
  43. QHBoxLayout *horizontalLayout;
  44. QSpacerItem *horizontalSpacer;
  45. QLabel *label;
  46. QSpacerItem *horizontalSpacer_2;
  47. QComboBox *situation_switch;
  48. QSpacerItem *horizontalSpacer_3;
  49. QStackedWidget *stackedWidget;
  50. QWidget *page;
  51. QVBoxLayout *verticalLayout_5;
  52. QGroupBox *groupBox_3;
  53. QHBoxLayout *horizontalLayout_7;
  54. QGroupBox *groupBox_7;
  55. QHBoxLayout *horizontalLayout_5;
  56. QLabel *label_2;
  57. QComboBox *situation_wt;
  58. QGroupBox *groupBox_8;
  59. QHBoxLayout *horizontalLayout_8;
  60. QLabel *label_6;
  61. QTextEdit *textEdit;
  62. QGroupBox *groupBox_4;
  63. QVBoxLayout *verticalLayout_3;
  64. QCheckBox *checkBox;
  65. QGroupBox *groupBox_5;
  66. QHBoxLayout *horizontalLayout_3;
  67. QLabel *label_4;
  68. QPlainTextEdit *plainTextEdit;
  69. QSpacerItem *horizontalSpacer_4;
  70. QGroupBox *groupBox_6;
  71. QHBoxLayout *horizontalLayout_6;
  72. QLabel *label_5;
  73. QPlainTextEdit *plainTextEdit_2;
  74. QSpacerItem *horizontalSpacer_5;
  75. QPushButton *pushButton;
  76. QWidget *page_2;
  77. QLabel *label_3;
  78. QComboBox *comboBox_3;
  79. QMenuBar *menubar;
  80. QStatusBar *statusbar;
  81. void setupUi(QMainWindow *set)
  82. {
  83. if (set->objectName().isEmpty())
  84. set->setObjectName(QString::fromUtf8("set"));
  85. set->resize(761, 666);
  86. centralwidget = new QWidget(set);
  87. centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
  88. verticalLayout_4 = new QVBoxLayout(centralwidget);
  89. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  90. verticalLayout_2 = new QVBoxLayout();
  91. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  92. groupBox = new QGroupBox(centralwidget);
  93. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  94. horizontalLayout_4 = new QHBoxLayout(groupBox);
  95. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  96. page_label = new QLabel(groupBox);
  97. page_label->setObjectName(QString::fromUtf8("page_label"));
  98. QFont font;
  99. font.setPointSize(26);
  100. page_label->setFont(font);
  101. page_label->setLayoutDirection(Qt::LeftToRight);
  102. page_label->setAlignment(Qt::AlignCenter);
  103. horizontalLayout_4->addWidget(page_label);
  104. verticalLayout_2->addWidget(groupBox);
  105. horizontalLayout_2 = new QHBoxLayout();
  106. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  107. tree_set = new QTreeView(centralwidget);
  108. tree_set->setObjectName(QString::fromUtf8("tree_set"));
  109. tree_set->setMaximumSize(QSize(150, 16777215));
  110. horizontalLayout_2->addWidget(tree_set);
  111. verticalLayout = new QVBoxLayout();
  112. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  113. groupBox_2 = new QGroupBox(centralwidget);
  114. groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
  115. horizontalLayout = new QHBoxLayout(groupBox_2);
  116. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  117. horizontalSpacer = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
  118. horizontalLayout->addItem(horizontalSpacer);
  119. label = new QLabel(groupBox_2);
  120. label->setObjectName(QString::fromUtf8("label"));
  121. horizontalLayout->addWidget(label);
  122. horizontalSpacer_2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Minimum);
  123. horizontalLayout->addItem(horizontalSpacer_2);
  124. situation_switch = new QComboBox(groupBox_2);
  125. situation_switch->addItem(QString());
  126. situation_switch->addItem(QString());
  127. situation_switch->setObjectName(QString::fromUtf8("situation_switch"));
  128. situation_switch->setMinimumSize(QSize(150, 0));
  129. horizontalLayout->addWidget(situation_switch);
  130. horizontalSpacer_3 = new QSpacerItem(310, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  131. horizontalLayout->addItem(horizontalSpacer_3);
  132. verticalLayout->addWidget(groupBox_2);
  133. stackedWidget = new QStackedWidget(centralwidget);
  134. stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
  135. page = new QWidget();
  136. page->setObjectName(QString::fromUtf8("page"));
  137. verticalLayout_5 = new QVBoxLayout(page);
  138. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  139. groupBox_3 = new QGroupBox(page);
  140. groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
  141. horizontalLayout_7 = new QHBoxLayout(groupBox_3);
  142. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  143. groupBox_7 = new QGroupBox(groupBox_3);
  144. groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
  145. horizontalLayout_5 = new QHBoxLayout(groupBox_7);
  146. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  147. label_2 = new QLabel(groupBox_7);
  148. label_2->setObjectName(QString::fromUtf8("label_2"));
  149. horizontalLayout_5->addWidget(label_2);
  150. situation_wt = new QComboBox(groupBox_7);
  151. situation_wt->setObjectName(QString::fromUtf8("situation_wt"));
  152. horizontalLayout_5->addWidget(situation_wt);
  153. horizontalLayout_7->addWidget(groupBox_7);
  154. groupBox_8 = new QGroupBox(groupBox_3);
  155. groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
  156. horizontalLayout_8 = new QHBoxLayout(groupBox_8);
  157. horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
  158. label_6 = new QLabel(groupBox_8);
  159. label_6->setObjectName(QString::fromUtf8("label_6"));
  160. horizontalLayout_8->addWidget(label_6);
  161. textEdit = new QTextEdit(groupBox_8);
  162. textEdit->setObjectName(QString::fromUtf8("textEdit"));
  163. textEdit->setMaximumSize(QSize(100, 30));
  164. horizontalLayout_8->addWidget(textEdit);
  165. horizontalLayout_7->addWidget(groupBox_8);
  166. horizontalLayout_7->setStretch(0, 1);
  167. horizontalLayout_7->setStretch(1, 1);
  168. verticalLayout_5->addWidget(groupBox_3);
  169. groupBox_4 = new QGroupBox(page);
  170. groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
  171. verticalLayout_3 = new QVBoxLayout(groupBox_4);
  172. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  173. checkBox = new QCheckBox(groupBox_4);
  174. checkBox->setObjectName(QString::fromUtf8("checkBox"));
  175. verticalLayout_3->addWidget(checkBox);
  176. groupBox_5 = new QGroupBox(groupBox_4);
  177. groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
  178. horizontalLayout_3 = new QHBoxLayout(groupBox_5);
  179. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  180. label_4 = new QLabel(groupBox_5);
  181. label_4->setObjectName(QString::fromUtf8("label_4"));
  182. horizontalLayout_3->addWidget(label_4);
  183. plainTextEdit = new QPlainTextEdit(groupBox_5);
  184. plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit"));
  185. plainTextEdit->setMaximumSize(QSize(100, 30));
  186. horizontalLayout_3->addWidget(plainTextEdit);
  187. horizontalSpacer_4 = new QSpacerItem(370, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  188. horizontalLayout_3->addItem(horizontalSpacer_4);
  189. verticalLayout_3->addWidget(groupBox_5);
  190. groupBox_6 = new QGroupBox(groupBox_4);
  191. groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
  192. horizontalLayout_6 = new QHBoxLayout(groupBox_6);
  193. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  194. label_5 = new QLabel(groupBox_6);
  195. label_5->setObjectName(QString::fromUtf8("label_5"));
  196. horizontalLayout_6->addWidget(label_5);
  197. plainTextEdit_2 = new QPlainTextEdit(groupBox_6);
  198. plainTextEdit_2->setObjectName(QString::fromUtf8("plainTextEdit_2"));
  199. plainTextEdit_2->setMaximumSize(QSize(100, 30));
  200. horizontalLayout_6->addWidget(plainTextEdit_2);
  201. horizontalSpacer_5 = new QSpacerItem(370, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  202. horizontalLayout_6->addItem(horizontalSpacer_5);
  203. verticalLayout_3->addWidget(groupBox_6);
  204. verticalLayout_5->addWidget(groupBox_4);
  205. pushButton = new QPushButton(page);
  206. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  207. verticalLayout_5->addWidget(pushButton);
  208. stackedWidget->addWidget(page);
  209. page_2 = new QWidget();
  210. page_2->setObjectName(QString::fromUtf8("page_2"));
  211. label_3 = new QLabel(page_2);
  212. label_3->setObjectName(QString::fromUtf8("label_3"));
  213. label_3->setGeometry(QRect(40, 30, 67, 20));
  214. comboBox_3 = new QComboBox(page_2);
  215. comboBox_3->setObjectName(QString::fromUtf8("comboBox_3"));
  216. comboBox_3->setGeometry(QRect(180, 20, 89, 28));
  217. stackedWidget->addWidget(page_2);
  218. verticalLayout->addWidget(stackedWidget);
  219. verticalLayout->setStretch(0, 3);
  220. verticalLayout->setStretch(1, 10);
  221. horizontalLayout_2->addLayout(verticalLayout);
  222. verticalLayout_2->addLayout(horizontalLayout_2);
  223. verticalLayout_4->addLayout(verticalLayout_2);
  224. set->setCentralWidget(centralwidget);
  225. menubar = new QMenuBar(set);
  226. menubar->setObjectName(QString::fromUtf8("menubar"));
  227. menubar->setGeometry(QRect(0, 0, 761, 25));
  228. set->setMenuBar(menubar);
  229. statusbar = new QStatusBar(set);
  230. statusbar->setObjectName(QString::fromUtf8("statusbar"));
  231. set->setStatusBar(statusbar);
  232. retranslateUi(set);
  233. stackedWidget->setCurrentIndex(0);
  234. QMetaObject::connectSlotsByName(set);
  235. } // setupUi
  236. void retranslateUi(QMainWindow *set)
  237. {
  238. set->setWindowTitle(QCoreApplication::translate("set", "MainWindow", nullptr));
  239. groupBox->setTitle(QString());
  240. page_label->setText(QCoreApplication::translate("set", "\344\273\277\347\234\237\350\256\276\347\275\256", nullptr));
  241. groupBox_2->setTitle(QString());
  242. label->setText(QCoreApplication::translate("set", "\345\267\245\345\206\265\351\200\211\346\213\251", nullptr));
  243. situation_switch->setItemText(0, QCoreApplication::translate("set", "\347\250\263\346\200\201\345\267\245\345\206\265", nullptr));
  244. situation_switch->setItemText(1, QCoreApplication::translate("set", "\345\210\207\346\215\242\345\267\245\345\206\265", nullptr));
  245. groupBox_3->setTitle(QCoreApplication::translate("set", "\345\267\245\345\206\265\350\256\276\347\275\256", nullptr));
  246. groupBox_7->setTitle(QString());
  247. label_2->setText(QCoreApplication::translate("set", "\347\250\263\346\200\201\345\267\245\345\206\265", nullptr));
  248. groupBox_8->setTitle(QString());
  249. label_6->setText(QCoreApplication::translate("set", "\344\273\277\347\234\237\346\227\266\351\227\264", nullptr));
  250. groupBox_4->setTitle(QCoreApplication::translate("set", "\345\271\262\346\211\260\350\256\276\347\275\256", nullptr));
  251. checkBox->setText(QCoreApplication::translate("set", "\345\271\262\346\211\260\345\274\200\345\220\257", nullptr));
  252. groupBox_5->setTitle(QString());
  253. label_4->setText(QCoreApplication::translate("set", "\345\274\200\345\247\213\346\227\266\351\227\264", nullptr));
  254. groupBox_6->setTitle(QString());
  255. label_5->setText(QCoreApplication::translate("set", "\347\273\223\346\235\237\346\227\266\351\227\264", nullptr));
  256. pushButton->setText(QCoreApplication::translate("set", "\347\241\256\350\256\244\350\256\276\347\275\256", nullptr));
  257. label_3->setText(QCoreApplication::translate("set", "TextLabel", nullptr));
  258. } // retranslateUi
  259. };
  260. namespace Ui {
  261. class set: public Ui_set {};
  262. } // namespace Ui
  263. QT_END_NAMESPACE
  264. #endif // UI_SET_H