ui_preprocessing.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'preprocessing.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.14.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_PREPROCESSING_H
  9. #define UI_PREPROCESSING_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QFrame>
  15. #include <QtWidgets/QGridLayout>
  16. #include <QtWidgets/QGroupBox>
  17. #include <QtWidgets/QHBoxLayout>
  18. #include <QtWidgets/QHeaderView>
  19. #include <QtWidgets/QLabel>
  20. #include <QtWidgets/QPushButton>
  21. #include <QtWidgets/QSpacerItem>
  22. #include <QtWidgets/QStackedWidget>
  23. #include <QtWidgets/QTableWidget>
  24. #include <QtWidgets/QVBoxLayout>
  25. #include <QtWidgets/QWidget>
  26. QT_BEGIN_NAMESPACE
  27. class Ui_PreprocessWindow
  28. {
  29. public:
  30. QVBoxLayout *verticalLayout;
  31. QWidget *widget;
  32. QVBoxLayout *verticalLayout_2;
  33. QWidget *widget_2;
  34. QHBoxLayout *horizontalLayout_4;
  35. QStackedWidget *stackedWidget;
  36. QWidget *page_main;
  37. QVBoxLayout *verticalLayout_5;
  38. QGroupBox *groupC;
  39. QVBoxLayout *verticalLayout_6;
  40. QGridLayout *gridLayout_3;
  41. QFrame *frame;
  42. QHBoxLayout *horizontalLayout_2;
  43. QLabel *label;
  44. QLabel *lblType;
  45. QPushButton *btnMenu;
  46. QSpacerItem *horizontalSpacer_4;
  47. QCheckBox *checkRealTime;
  48. QHBoxLayout *horizontalLayout_3;
  49. QFrame *frame_3;
  50. QVBoxLayout *verticalLayout_3;
  51. QTableWidget *tableWidgetType;
  52. QFrame *frame_4;
  53. QVBoxLayout *verticalLayout_4;
  54. QPushButton *btnAddType;
  55. QPushButton *btnDeleteType;
  56. QPushButton *btnMoveUp;
  57. QPushButton *btnMoveDown;
  58. QSpacerItem *verticalSpacer_3;
  59. QLabel *label_2;
  60. QHBoxLayout *horizontalLayout;
  61. QSpacerItem *horizontalSpacer_8;
  62. QPushButton *btnExecute_2;
  63. QPushButton *btnExecute;
  64. QSpacerItem *horizontalSpacer_2;
  65. void setupUi(QDialog *PreprocessWindow)
  66. {
  67. if (PreprocessWindow->objectName().isEmpty())
  68. PreprocessWindow->setObjectName(QString::fromUtf8("PreprocessWindow"));
  69. PreprocessWindow->resize(837, 524);
  70. verticalLayout = new QVBoxLayout(PreprocessWindow);
  71. verticalLayout->setSpacing(0);
  72. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  73. verticalLayout->setContentsMargins(0, 0, 0, 0);
  74. widget = new QWidget(PreprocessWindow);
  75. widget->setObjectName(QString::fromUtf8("widget"));
  76. verticalLayout_2 = new QVBoxLayout(widget);
  77. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  78. widget_2 = new QWidget(widget);
  79. widget_2->setObjectName(QString::fromUtf8("widget_2"));
  80. horizontalLayout_4 = new QHBoxLayout(widget_2);
  81. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  82. stackedWidget = new QStackedWidget(widget_2);
  83. stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
  84. page_main = new QWidget();
  85. page_main->setObjectName(QString::fromUtf8("page_main"));
  86. verticalLayout_5 = new QVBoxLayout(page_main);
  87. verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
  88. groupC = new QGroupBox(page_main);
  89. groupC->setObjectName(QString::fromUtf8("groupC"));
  90. QFont font;
  91. font.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
  92. font.setPointSize(10);
  93. groupC->setFont(font);
  94. groupC->setStyleSheet(QString::fromUtf8(""));
  95. verticalLayout_6 = new QVBoxLayout(groupC);
  96. verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
  97. gridLayout_3 = new QGridLayout();
  98. gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  99. gridLayout_3->setHorizontalSpacing(1);
  100. gridLayout_3->setVerticalSpacing(0);
  101. frame = new QFrame(groupC);
  102. frame->setObjectName(QString::fromUtf8("frame"));
  103. QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
  104. sizePolicy.setHorizontalStretch(0);
  105. sizePolicy.setVerticalStretch(0);
  106. sizePolicy.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
  107. frame->setSizePolicy(sizePolicy);
  108. frame->setStyleSheet(QString::fromUtf8("border: 1px solid;\n"
  109. "border-color: rgba(173, 173, 173, 155);"));
  110. frame->setFrameShape(QFrame::StyledPanel);
  111. frame->setFrameShadow(QFrame::Raised);
  112. horizontalLayout_2 = new QHBoxLayout(frame);
  113. horizontalLayout_2->setSpacing(0);
  114. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  115. horizontalLayout_2->setContentsMargins(0, 0, 1, 0);
  116. label = new QLabel(frame);
  117. label->setObjectName(QString::fromUtf8("label"));
  118. QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Preferred);
  119. sizePolicy1.setHorizontalStretch(0);
  120. sizePolicy1.setVerticalStretch(0);
  121. sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
  122. label->setSizePolicy(sizePolicy1);
  123. label->setFont(font);
  124. label->setStyleSheet(QString::fromUtf8("color: rgb(30, 30, 30);"));
  125. horizontalLayout_2->addWidget(label);
  126. lblType = new QLabel(frame);
  127. lblType->setObjectName(QString::fromUtf8("lblType"));
  128. sizePolicy1.setHeightForWidth(lblType->sizePolicy().hasHeightForWidth());
  129. lblType->setSizePolicy(sizePolicy1);
  130. lblType->setMinimumSize(QSize(136, 0));
  131. lblType->setMaximumSize(QSize(136, 16777215));
  132. lblType->setFont(font);
  133. lblType->setStyleSheet(QString::fromUtf8("color: rgb(0, 0, 255);"));
  134. lblType->setAlignment(Qt::AlignCenter);
  135. horizontalLayout_2->addWidget(lblType);
  136. btnMenu = new QPushButton(frame);
  137. btnMenu->setObjectName(QString::fromUtf8("btnMenu"));
  138. QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Fixed);
  139. sizePolicy2.setHorizontalStretch(0);
  140. sizePolicy2.setVerticalStretch(0);
  141. sizePolicy2.setHeightForWidth(btnMenu->sizePolicy().hasHeightForWidth());
  142. btnMenu->setSizePolicy(sizePolicy2);
  143. btnMenu->setMinimumSize(QSize(42, 35));
  144. btnMenu->setMaximumSize(QSize(42, 35));
  145. btnMenu->setStyleSheet(QString::fromUtf8("QWidget{border: none}\n"
  146. "QPushButton::menu-indicator{image:none}\n"
  147. "QPushButton:hover{background-color: rgb(188, 199, 228)}\n"
  148. "QPushButton:pressed{background-color: rgb(139, 158, 210)}\n"
  149. ""));
  150. btnMenu->setIconSize(QSize(42, 35));
  151. horizontalLayout_2->addWidget(btnMenu);
  152. horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::MinimumExpanding, QSizePolicy::Minimum);
  153. horizontalLayout_2->addItem(horizontalSpacer_4);
  154. checkRealTime = new QCheckBox(frame);
  155. checkRealTime->setObjectName(QString::fromUtf8("checkRealTime"));
  156. sizePolicy2.setHeightForWidth(checkRealTime->sizePolicy().hasHeightForWidth());
  157. checkRealTime->setSizePolicy(sizePolicy2);
  158. checkRealTime->setFont(font);
  159. checkRealTime->setStyleSheet(QString::fromUtf8("QCheckBox{\n"
  160. " color: rgb(30, 30, 30);\n"
  161. " border-style: flat;\n"
  162. " background: transparent;\n"
  163. "}\n"
  164. "QCheckBox::indicator {\n"
  165. " width: 17px;\n"
  166. " height: 17px; \n"
  167. "}\n"
  168. "QCheckBox::indicator::unchecked {\n"
  169. " image: url(:/resource/untick.png);\n"
  170. "}\n"
  171. "QCheckBox::indicator::checked {\n"
  172. " image: url(:/resource/tick.png);\n"
  173. "};"));
  174. horizontalLayout_2->addWidget(checkRealTime);
  175. gridLayout_3->addWidget(frame, 0, 0, 1, 1);
  176. verticalLayout_6->addLayout(gridLayout_3);
  177. horizontalLayout_3 = new QHBoxLayout();
  178. horizontalLayout_3->setSpacing(3);
  179. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  180. frame_3 = new QFrame(groupC);
  181. frame_3->setObjectName(QString::fromUtf8("frame_3"));
  182. frame_3->setStyleSheet(QString::fromUtf8("border: 1px solid;\n"
  183. "border-color: rgba(173, 173, 173, 155);"));
  184. frame_3->setFrameShape(QFrame::StyledPanel);
  185. frame_3->setFrameShadow(QFrame::Raised);
  186. verticalLayout_3 = new QVBoxLayout(frame_3);
  187. verticalLayout_3->setSpacing(0);
  188. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  189. verticalLayout_3->setContentsMargins(0, 0, 0, 0);
  190. tableWidgetType = new QTableWidget(frame_3);
  191. if (tableWidgetType->columnCount() < 1)
  192. tableWidgetType->setColumnCount(1);
  193. QFont font1;
  194. font1.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
  195. font1.setPointSize(9);
  196. QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
  197. __qtablewidgetitem->setFont(font1);
  198. tableWidgetType->setHorizontalHeaderItem(0, __qtablewidgetitem);
  199. tableWidgetType->setObjectName(QString::fromUtf8("tableWidgetType"));
  200. QFont font2;
  201. font2.setFamily(QString::fromUtf8("\345\276\256\350\275\257\351\233\205\351\273\221"));
  202. tableWidgetType->setFont(font2);
  203. tableWidgetType->setStyleSheet(QString::fromUtf8(""));
  204. tableWidgetType->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded);
  205. tableWidgetType->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded);
  206. tableWidgetType->setGridStyle(Qt::DashLine);
  207. tableWidgetType->horizontalHeader()->setMinimumSectionSize(29);
  208. tableWidgetType->horizontalHeader()->setDefaultSectionSize(338);
  209. tableWidgetType->verticalHeader()->setDefaultSectionSize(30);
  210. verticalLayout_3->addWidget(tableWidgetType);
  211. horizontalLayout_3->addWidget(frame_3);
  212. frame_4 = new QFrame(groupC);
  213. frame_4->setObjectName(QString::fromUtf8("frame_4"));
  214. frame_4->setStyleSheet(QString::fromUtf8(""));
  215. frame_4->setFrameShape(QFrame::StyledPanel);
  216. frame_4->setFrameShadow(QFrame::Raised);
  217. verticalLayout_4 = new QVBoxLayout(frame_4);
  218. verticalLayout_4->setSpacing(17);
  219. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  220. verticalLayout_4->setContentsMargins(1, 2, 1, 1);
  221. btnAddType = new QPushButton(frame_4);
  222. btnAddType->setObjectName(QString::fromUtf8("btnAddType"));
  223. sizePolicy2.setHeightForWidth(btnAddType->sizePolicy().hasHeightForWidth());
  224. btnAddType->setSizePolicy(sizePolicy2);
  225. btnAddType->setMinimumSize(QSize(60, 30));
  226. btnAddType->setFont(font1);
  227. btnAddType->setStyleSheet(QString::fromUtf8(""));
  228. verticalLayout_4->addWidget(btnAddType);
  229. btnDeleteType = new QPushButton(frame_4);
  230. btnDeleteType->setObjectName(QString::fromUtf8("btnDeleteType"));
  231. sizePolicy2.setHeightForWidth(btnDeleteType->sizePolicy().hasHeightForWidth());
  232. btnDeleteType->setSizePolicy(sizePolicy2);
  233. btnDeleteType->setMinimumSize(QSize(60, 30));
  234. btnDeleteType->setFont(font1);
  235. btnDeleteType->setStyleSheet(QString::fromUtf8(""));
  236. verticalLayout_4->addWidget(btnDeleteType);
  237. btnMoveUp = new QPushButton(frame_4);
  238. btnMoveUp->setObjectName(QString::fromUtf8("btnMoveUp"));
  239. sizePolicy2.setHeightForWidth(btnMoveUp->sizePolicy().hasHeightForWidth());
  240. btnMoveUp->setSizePolicy(sizePolicy2);
  241. btnMoveUp->setMinimumSize(QSize(60, 30));
  242. btnMoveUp->setFont(font2);
  243. btnMoveUp->setStyleSheet(QString::fromUtf8(""));
  244. verticalLayout_4->addWidget(btnMoveUp);
  245. btnMoveDown = new QPushButton(frame_4);
  246. btnMoveDown->setObjectName(QString::fromUtf8("btnMoveDown"));
  247. sizePolicy2.setHeightForWidth(btnMoveDown->sizePolicy().hasHeightForWidth());
  248. btnMoveDown->setSizePolicy(sizePolicy2);
  249. btnMoveDown->setMinimumSize(QSize(60, 30));
  250. btnMoveDown->setFont(font2);
  251. btnMoveDown->setStyleSheet(QString::fromUtf8(""));
  252. verticalLayout_4->addWidget(btnMoveDown);
  253. verticalSpacer_3 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  254. verticalLayout_4->addItem(verticalSpacer_3);
  255. horizontalLayout_3->addWidget(frame_4);
  256. verticalLayout_6->addLayout(horizontalLayout_3);
  257. verticalLayout_6->setStretch(0, 1);
  258. verticalLayout_6->setStretch(1, 8);
  259. verticalLayout_5->addWidget(groupC);
  260. stackedWidget->addWidget(page_main);
  261. horizontalLayout_4->addWidget(stackedWidget);
  262. label_2 = new QLabel(widget_2);
  263. label_2->setObjectName(QString::fromUtf8("label_2"));
  264. horizontalLayout_4->addWidget(label_2);
  265. horizontalLayout_4->setStretch(0, 5);
  266. horizontalLayout_4->setStretch(1, 5);
  267. verticalLayout_2->addWidget(widget_2);
  268. horizontalLayout = new QHBoxLayout();
  269. horizontalLayout->setSpacing(0);
  270. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  271. horizontalLayout->setContentsMargins(-1, -1, -1, 6);
  272. horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  273. horizontalLayout->addItem(horizontalSpacer_8);
  274. btnExecute_2 = new QPushButton(widget);
  275. btnExecute_2->setObjectName(QString::fromUtf8("btnExecute_2"));
  276. btnExecute_2->setMinimumSize(QSize(90, 37));
  277. btnExecute_2->setFont(font);
  278. btnExecute_2->setStyleSheet(QString::fromUtf8("QWidget{ background-color: rgb(85, 135, 127);}\n"
  279. "QWidget{ color: rgb(235, 235, 235);}\n"
  280. "QWidget{ border: 2px groove gray;border-radius: 8px;padding: 2px 4px;}\n"
  281. "QPushButton:hover{ background-color: rgb(85, 155, 127);}\n"
  282. "QPushButton:pressed{background-color: rgb(85, 175, 127);}"));
  283. horizontalLayout->addWidget(btnExecute_2);
  284. btnExecute = new QPushButton(widget);
  285. btnExecute->setObjectName(QString::fromUtf8("btnExecute"));
  286. btnExecute->setMinimumSize(QSize(90, 37));
  287. btnExecute->setFont(font);
  288. btnExecute->setStyleSheet(QString::fromUtf8("QWidget{ background-color: rgb(85, 135, 127);}\n"
  289. "QWidget{ color: rgb(235, 235, 235);}\n"
  290. "QWidget{ border: 2px groove gray;border-radius: 8px;padding: 2px 4px;}\n"
  291. "QPushButton:hover{ background-color: rgb(85, 155, 127);}\n"
  292. "QPushButton:pressed{background-color: rgb(85, 175, 127);}"));
  293. horizontalLayout->addWidget(btnExecute);
  294. horizontalSpacer_2 = new QSpacerItem(6, 20, QSizePolicy::Fixed, QSizePolicy::Minimum);
  295. horizontalLayout->addItem(horizontalSpacer_2);
  296. verticalLayout_2->addLayout(horizontalLayout);
  297. verticalLayout_2->setStretch(0, 10);
  298. verticalLayout_2->setStretch(1, 1);
  299. verticalLayout->addWidget(widget);
  300. retranslateUi(PreprocessWindow);
  301. stackedWidget->setCurrentIndex(0);
  302. QMetaObject::connectSlotsByName(PreprocessWindow);
  303. } // setupUi
  304. void retranslateUi(QDialog *PreprocessWindow)
  305. {
  306. PreprocessWindow->setWindowTitle(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206", nullptr));
  307. groupC->setTitle(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206\345\217\202\346\225\260", nullptr));
  308. label->setText(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206\347\261\273\345\236\213\357\274\232", nullptr));
  309. lblType->setText(QString());
  310. #if QT_CONFIG(tooltip)
  311. btnMenu->setToolTip(QCoreApplication::translate("PreprocessWindow", "\346\267\273\345\212\240\351\242\204\345\244\204\347\220\206", nullptr));
  312. #endif // QT_CONFIG(tooltip)
  313. btnMenu->setText(QCoreApplication::translate("PreprocessWindow", "All", nullptr));
  314. checkRealTime->setText(QCoreApplication::translate("PreprocessWindow", "\345\256\236\346\227\266", nullptr));
  315. QTableWidgetItem *___qtablewidgetitem = tableWidgetType->horizontalHeaderItem(0);
  316. ___qtablewidgetitem->setText(QCoreApplication::translate("PreprocessWindow", "\351\242\204\345\244\204\347\220\206\351\241\271\347\233\256", nullptr));
  317. btnAddType->setText(QCoreApplication::translate("PreprocessWindow", "\346\267\273\345\212\240", nullptr));
  318. btnDeleteType->setText(QCoreApplication::translate("PreprocessWindow", "\345\210\240\351\231\244", nullptr));
  319. btnMoveUp->setText(QCoreApplication::translate("PreprocessWindow", "\344\270\212\347\247\273", nullptr));
  320. btnMoveDown->setText(QCoreApplication::translate("PreprocessWindow", "\344\270\213\347\247\273", nullptr));
  321. label_2->setText(QCoreApplication::translate("PreprocessWindow", "TextLabel", nullptr));
  322. btnExecute_2->setText(QCoreApplication::translate("PreprocessWindow", "\344\277\235\345\255\230", nullptr));
  323. btnExecute->setText(QCoreApplication::translate("PreprocessWindow", "\346\211\247\350\241\214", nullptr));
  324. } // retranslateUi
  325. };
  326. namespace Ui {
  327. class PreprocessWindow: public Ui_PreprocessWindow {};
  328. } // namespace Ui
  329. QT_END_NAMESPACE
  330. #endif // UI_PREPROCESSING_H