ui_CGH_ProjectView.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'CGH_ProjectViewjoNhWc.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef CGH_PROJECTVIEWJONHWC_H
  9. #define CGH_PROJECTVIEWJONHWC_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QGridLayout>
  14. #include <QtWidgets/QGroupBox>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QLabel>
  17. #include <QtWidgets/QLineEdit>
  18. #include <QtWidgets/QPushButton>
  19. #include <QtWidgets/QSpacerItem>
  20. #include <QtWidgets/QVBoxLayout>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_CGH_ProjectView
  23. {
  24. public:
  25. QVBoxLayout *verticalLayout;
  26. QGroupBox *groupBox_6;
  27. QHBoxLayout *horizontalLayout;
  28. QLabel *label_14;
  29. QLineEdit *ViewName;
  30. QGroupBox *groupBox;
  31. QGridLayout *gridLayout_3;
  32. QGroupBox *groupBox_2;
  33. QGridLayout *gridLayout;
  34. QLabel *label;
  35. QLineEdit *ViewLSpacing;
  36. QLabel *label_2;
  37. QLabel *label_3;
  38. QLineEdit *ViewCSpacing;
  39. QLabel *label_4;
  40. QGroupBox *groupBox_3;
  41. QGridLayout *gridLayout_2;
  42. QLabel *label_5;
  43. QLineEdit *ViewLine;
  44. QLabel *label_6;
  45. QLineEdit *ViewColumn;
  46. QGroupBox *groupBox_4;
  47. QGridLayout *gridLayout_4;
  48. QLabel *label_7;
  49. QLineEdit *ViewPrefix;
  50. QLabel *label_8;
  51. QLineEdit *ViewExpose;
  52. QLabel *label_10;
  53. QLabel *label_9;
  54. QLineEdit *ViewQuiet;
  55. QLabel *label_11;
  56. QGroupBox *groupBox_5;
  57. QGridLayout *gridLayout_5;
  58. QLabel *label_12;
  59. QLabel *label_13;
  60. QLineEdit *ViewResource;
  61. QPushButton *ButtonViewResource;
  62. QLineEdit *ViewSave;
  63. QGroupBox *groupBox_7;
  64. QHBoxLayout *horizontalLayout_2;
  65. QSpacerItem *horizontalSpacer;
  66. QPushButton *ButtonViewOk;
  67. QPushButton *ButtonViewCancel;
  68. void setupUi(QDialog *CGH_ProjectView)
  69. {
  70. if (CGH_ProjectView->objectName().isEmpty())
  71. CGH_ProjectView->setObjectName(QString::fromUtf8("CGH_ProjectView"));
  72. CGH_ProjectView->resize(400, 600);
  73. CGH_ProjectView->setMinimumSize(QSize(400, 600));
  74. CGH_ProjectView->setMaximumSize(QSize(400, 600));
  75. verticalLayout = new QVBoxLayout(CGH_ProjectView);
  76. verticalLayout->setSpacing(6);
  77. verticalLayout->setContentsMargins(11, 11, 11, 11);
  78. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  79. groupBox_6 = new QGroupBox(CGH_ProjectView);
  80. groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
  81. horizontalLayout = new QHBoxLayout(groupBox_6);
  82. horizontalLayout->setSpacing(6);
  83. horizontalLayout->setContentsMargins(11, 11, 11, 11);
  84. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  85. label_14 = new QLabel(groupBox_6);
  86. label_14->setObjectName(QString::fromUtf8("label_14"));
  87. label_14->setAlignment(Qt::AlignCenter);
  88. horizontalLayout->addWidget(label_14);
  89. ViewName = new QLineEdit(groupBox_6);
  90. ViewName->setObjectName(QString::fromUtf8("ViewName"));
  91. ViewName->setAlignment(Qt::AlignCenter);
  92. horizontalLayout->addWidget(ViewName);
  93. verticalLayout->addWidget(groupBox_6);
  94. groupBox = new QGroupBox(CGH_ProjectView);
  95. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  96. QFont font;
  97. font.setPointSize(12);
  98. groupBox->setFont(font);
  99. gridLayout_3 = new QGridLayout(groupBox);
  100. gridLayout_3->setSpacing(6);
  101. gridLayout_3->setContentsMargins(11, 11, 11, 11);
  102. gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  103. groupBox_2 = new QGroupBox(groupBox);
  104. groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
  105. QFont font1;
  106. font1.setPointSize(9);
  107. groupBox_2->setFont(font1);
  108. gridLayout = new QGridLayout(groupBox_2);
  109. gridLayout->setSpacing(6);
  110. gridLayout->setContentsMargins(11, 11, 11, 11);
  111. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  112. label = new QLabel(groupBox_2);
  113. label->setObjectName(QString::fromUtf8("label"));
  114. label->setAlignment(Qt::AlignCenter);
  115. gridLayout->addWidget(label, 0, 0, 1, 1);
  116. ViewLSpacing = new QLineEdit(groupBox_2);
  117. ViewLSpacing->setObjectName(QString::fromUtf8("ViewLSpacing"));
  118. ViewLSpacing->setAlignment(Qt::AlignCenter);
  119. gridLayout->addWidget(ViewLSpacing, 0, 1, 1, 1);
  120. label_2 = new QLabel(groupBox_2);
  121. label_2->setObjectName(QString::fromUtf8("label_2"));
  122. label_2->setAlignment(Qt::AlignCenter);
  123. gridLayout->addWidget(label_2, 0, 2, 1, 1);
  124. label_3 = new QLabel(groupBox_2);
  125. label_3->setObjectName(QString::fromUtf8("label_3"));
  126. label_3->setAlignment(Qt::AlignCenter);
  127. gridLayout->addWidget(label_3, 1, 0, 1, 1);
  128. ViewCSpacing = new QLineEdit(groupBox_2);
  129. ViewCSpacing->setObjectName(QString::fromUtf8("ViewCSpacing"));
  130. ViewCSpacing->setAlignment(Qt::AlignCenter);
  131. gridLayout->addWidget(ViewCSpacing, 1, 1, 1, 1);
  132. label_4 = new QLabel(groupBox_2);
  133. label_4->setObjectName(QString::fromUtf8("label_4"));
  134. label_4->setAlignment(Qt::AlignCenter);
  135. gridLayout->addWidget(label_4, 1, 2, 1, 1);
  136. gridLayout_3->addWidget(groupBox_2, 0, 0, 1, 1);
  137. groupBox_3 = new QGroupBox(groupBox);
  138. groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
  139. groupBox_3->setFont(font1);
  140. gridLayout_2 = new QGridLayout(groupBox_3);
  141. gridLayout_2->setSpacing(6);
  142. gridLayout_2->setContentsMargins(11, 11, 11, 11);
  143. gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
  144. label_5 = new QLabel(groupBox_3);
  145. label_5->setObjectName(QString::fromUtf8("label_5"));
  146. label_5->setAlignment(Qt::AlignCenter);
  147. gridLayout_2->addWidget(label_5, 0, 0, 1, 1);
  148. ViewLine = new QLineEdit(groupBox_3);
  149. ViewLine->setObjectName(QString::fromUtf8("ViewLine"));
  150. ViewLine->setAlignment(Qt::AlignCenter);
  151. gridLayout_2->addWidget(ViewLine, 0, 1, 1, 1);
  152. label_6 = new QLabel(groupBox_3);
  153. label_6->setObjectName(QString::fromUtf8("label_6"));
  154. label_6->setAlignment(Qt::AlignCenter);
  155. gridLayout_2->addWidget(label_6, 1, 0, 1, 1);
  156. ViewColumn = new QLineEdit(groupBox_3);
  157. ViewColumn->setObjectName(QString::fromUtf8("ViewColumn"));
  158. ViewColumn->setAlignment(Qt::AlignCenter);
  159. gridLayout_2->addWidget(ViewColumn, 1, 1, 1, 1);
  160. gridLayout_3->addWidget(groupBox_3, 0, 1, 1, 1);
  161. verticalLayout->addWidget(groupBox);
  162. groupBox_4 = new QGroupBox(CGH_ProjectView);
  163. groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
  164. groupBox_4->setFont(font);
  165. gridLayout_4 = new QGridLayout(groupBox_4);
  166. gridLayout_4->setSpacing(6);
  167. gridLayout_4->setContentsMargins(11, 11, 11, 11);
  168. gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
  169. label_7 = new QLabel(groupBox_4);
  170. label_7->setObjectName(QString::fromUtf8("label_7"));
  171. label_7->setFont(font1);
  172. label_7->setAlignment(Qt::AlignCenter);
  173. gridLayout_4->addWidget(label_7, 0, 0, 1, 1);
  174. ViewPrefix = new QLineEdit(groupBox_4);
  175. ViewPrefix->setObjectName(QString::fromUtf8("ViewPrefix"));
  176. ViewPrefix->setFont(font1);
  177. ViewPrefix->setAlignment(Qt::AlignCenter);
  178. gridLayout_4->addWidget(ViewPrefix, 0, 1, 1, 1);
  179. label_8 = new QLabel(groupBox_4);
  180. label_8->setObjectName(QString::fromUtf8("label_8"));
  181. label_8->setFont(font1);
  182. label_8->setAlignment(Qt::AlignCenter);
  183. gridLayout_4->addWidget(label_8, 1, 0, 1, 1);
  184. ViewExpose = new QLineEdit(groupBox_4);
  185. ViewExpose->setObjectName(QString::fromUtf8("ViewExpose"));
  186. ViewExpose->setFont(font1);
  187. ViewExpose->setAlignment(Qt::AlignCenter);
  188. gridLayout_4->addWidget(ViewExpose, 1, 1, 1, 1);
  189. label_10 = new QLabel(groupBox_4);
  190. label_10->setObjectName(QString::fromUtf8("label_10"));
  191. label_10->setFont(font1);
  192. label_10->setAlignment(Qt::AlignCenter);
  193. gridLayout_4->addWidget(label_10, 1, 2, 1, 1);
  194. label_9 = new QLabel(groupBox_4);
  195. label_9->setObjectName(QString::fromUtf8("label_9"));
  196. label_9->setFont(font1);
  197. label_9->setAlignment(Qt::AlignCenter);
  198. gridLayout_4->addWidget(label_9, 2, 0, 1, 1);
  199. ViewQuiet = new QLineEdit(groupBox_4);
  200. ViewQuiet->setObjectName(QString::fromUtf8("ViewQuiet"));
  201. ViewQuiet->setFont(font1);
  202. ViewQuiet->setAlignment(Qt::AlignCenter);
  203. gridLayout_4->addWidget(ViewQuiet, 2, 1, 1, 1);
  204. label_11 = new QLabel(groupBox_4);
  205. label_11->setObjectName(QString::fromUtf8("label_11"));
  206. label_11->setFont(font1);
  207. label_11->setAlignment(Qt::AlignCenter);
  208. gridLayout_4->addWidget(label_11, 2, 2, 1, 1);
  209. verticalLayout->addWidget(groupBox_4);
  210. groupBox_5 = new QGroupBox(CGH_ProjectView);
  211. groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
  212. groupBox_5->setFont(font);
  213. gridLayout_5 = new QGridLayout(groupBox_5);
  214. gridLayout_5->setSpacing(6);
  215. gridLayout_5->setContentsMargins(11, 11, 11, 11);
  216. gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
  217. label_12 = new QLabel(groupBox_5);
  218. label_12->setObjectName(QString::fromUtf8("label_12"));
  219. label_12->setFont(font1);
  220. label_12->setAlignment(Qt::AlignCenter);
  221. gridLayout_5->addWidget(label_12, 0, 0, 1, 1);
  222. label_13 = new QLabel(groupBox_5);
  223. label_13->setObjectName(QString::fromUtf8("label_13"));
  224. label_13->setFont(font1);
  225. label_13->setAlignment(Qt::AlignCenter);
  226. gridLayout_5->addWidget(label_13, 1, 0, 1, 1);
  227. ViewResource = new QLineEdit(groupBox_5);
  228. ViewResource->setObjectName(QString::fromUtf8("ViewResource"));
  229. ViewResource->setFont(font1);
  230. gridLayout_5->addWidget(ViewResource, 1, 1, 1, 1);
  231. ButtonViewResource = new QPushButton(groupBox_5);
  232. ButtonViewResource->setObjectName(QString::fromUtf8("ButtonViewResource"));
  233. ButtonViewResource->setFont(font1);
  234. gridLayout_5->addWidget(ButtonViewResource, 1, 2, 1, 1);
  235. ViewSave = new QLineEdit(groupBox_5);
  236. ViewSave->setObjectName(QString::fromUtf8("ViewSave"));
  237. ViewSave->setFont(font1);
  238. ViewSave->setReadOnly(true);
  239. gridLayout_5->addWidget(ViewSave, 0, 1, 1, 2);
  240. verticalLayout->addWidget(groupBox_5);
  241. groupBox_7 = new QGroupBox(CGH_ProjectView);
  242. groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
  243. horizontalLayout_2 = new QHBoxLayout(groupBox_7);
  244. horizontalLayout_2->setSpacing(6);
  245. horizontalLayout_2->setContentsMargins(11, 11, 11, 11);
  246. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  247. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  248. horizontalLayout_2->addItem(horizontalSpacer);
  249. ButtonViewOk = new QPushButton(groupBox_7);
  250. ButtonViewOk->setObjectName(QString::fromUtf8("ButtonViewOk"));
  251. horizontalLayout_2->addWidget(ButtonViewOk);
  252. ButtonViewCancel = new QPushButton(groupBox_7);
  253. ButtonViewCancel->setObjectName(QString::fromUtf8("ButtonViewCancel"));
  254. horizontalLayout_2->addWidget(ButtonViewCancel);
  255. verticalLayout->addWidget(groupBox_7);
  256. retranslateUi(CGH_ProjectView);
  257. QMetaObject::connectSlotsByName(CGH_ProjectView);
  258. } // setupUi
  259. void retranslateUi(QDialog *CGH_ProjectView)
  260. {
  261. CGH_ProjectView->setWindowTitle(QCoreApplication::translate("CGH_ProjectView", "\345\210\233\345\273\272\345\267\245\347\250\213", nullptr));
  262. groupBox_6->setTitle(QString());
  263. label_14->setText(QCoreApplication::translate("CGH_ProjectView", "\346\226\207\344\273\266\345\220\215", nullptr));
  264. groupBox->setTitle(QCoreApplication::translate("CGH_ProjectView", "\346\216\247\345\210\266\350\256\276\347\275\256", nullptr));
  265. groupBox_2->setTitle(QCoreApplication::translate("CGH_ProjectView", "\346\255\245\350\277\233\344\275\215\347\247\273", nullptr));
  266. label->setText(QCoreApplication::translate("CGH_ProjectView", "\350\241\214\350\267\235", nullptr));
  267. label_2->setText(QCoreApplication::translate("CGH_ProjectView", "mm", nullptr));
  268. label_3->setText(QCoreApplication::translate("CGH_ProjectView", "\345\210\227\350\267\235", nullptr));
  269. label_4->setText(QCoreApplication::translate("CGH_ProjectView", "mm", nullptr));
  270. groupBox_3->setTitle(QCoreApplication::translate("CGH_ProjectView", "\345\233\276\347\211\207\350\256\276\347\275\256", nullptr));
  271. label_5->setText(QCoreApplication::translate("CGH_ProjectView", "\350\241\214\346\225\260", nullptr));
  272. label_6->setText(QCoreApplication::translate("CGH_ProjectView", "\345\210\227\346\225\260", nullptr));
  273. groupBox_4->setTitle(QCoreApplication::translate("CGH_ProjectView", "\346\233\235\345\205\211\350\256\276\347\275\256", nullptr));
  274. label_7->setText(QCoreApplication::translate("CGH_ProjectView", "\345\211\215\347\274\200", nullptr));
  275. label_8->setText(QCoreApplication::translate("CGH_ProjectView", "\346\233\235\345\205\211\346\227\266\351\227\264", nullptr));
  276. label_10->setText(QCoreApplication::translate("CGH_ProjectView", "ms", nullptr));
  277. label_9->setText(QCoreApplication::translate("CGH_ProjectView", "\351\235\231\345\217\260\346\227\266\351\227\264", nullptr));
  278. label_11->setText(QCoreApplication::translate("CGH_ProjectView", "ms", nullptr));
  279. groupBox_5->setTitle(QCoreApplication::translate("CGH_ProjectView", "\350\267\257\345\276\204\350\256\276\347\275\256", nullptr));
  280. label_12->setText(QCoreApplication::translate("CGH_ProjectView", "\345\255\230\345\202\250\350\267\257\345\276\204", nullptr));
  281. label_13->setText(QCoreApplication::translate("CGH_ProjectView", "\350\265\204\346\272\220\350\267\257\345\276\204", nullptr));
  282. ButtonViewResource->setText(QCoreApplication::translate("CGH_ProjectView", "\351\200\211\346\213\251", nullptr));
  283. groupBox_7->setTitle(QString());
  284. ButtonViewOk->setText(QCoreApplication::translate("CGH_ProjectView", "\347\241\256\345\256\232", nullptr));
  285. ButtonViewCancel->setText(QCoreApplication::translate("CGH_ProjectView", "\345\217\226\346\266\210", nullptr));
  286. } // retranslateUi
  287. };
  288. namespace Ui {
  289. class CGH_ProjectView: public Ui_CGH_ProjectView {};
  290. } // namespace Ui
  291. QT_END_NAMESPACE
  292. #endif // CGH_PROJECTVIEWJONHWC_H