ui_widget.h 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'widget.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.12.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_WIDGET_H
  9. #define UI_WIDGET_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QComboBox>
  13. #include <QtWidgets/QGridLayout>
  14. #include <QtWidgets/QLabel>
  15. #include <QtWidgets/QLineEdit>
  16. #include <QtWidgets/QPushButton>
  17. #include <QtWidgets/QSpacerItem>
  18. #include <QtWidgets/QTabWidget>
  19. #include <QtWidgets/QWidget>
  20. #include "customegraphicsview.h"
  21. QT_BEGIN_NAMESPACE
  22. class Ui_Widget
  23. {
  24. public:
  25. QGridLayout *gridLayout_13;
  26. QWidget *widget1;
  27. QGridLayout *gridLayout;
  28. QComboBox *comboBox;
  29. QLabel *label11;
  30. QLabel *label_show1;
  31. QLabel *label12;
  32. QLabel *label_show2;
  33. QLabel *label13;
  34. QLabel *label_show3;
  35. QLabel *label14;
  36. QLabel *label_show4;
  37. QLabel *label15;
  38. QLabel *label_show5;
  39. QLabel *label16;
  40. QLabel *label_show6;
  41. QWidget *widget2;
  42. QGridLayout *gridLayout_7;
  43. QWidget *widget3;
  44. QGridLayout *gridLayout_6;
  45. QGridLayout *gridLayout3;
  46. QPushButton *BTN_Measure;
  47. QPushButton *BTN_History;
  48. QLineEdit *lineEdit_Producer;
  49. QLabel *label5;
  50. QLineEdit *lineEdit_ReportNum;
  51. QSpacerItem *horizontalSpacer6;
  52. QSpacerItem *horizontalSpacer7;
  53. QLabel *label6;
  54. QPushButton *BTN_Print;
  55. QSpacerItem *horizontalSpacer5;
  56. QPushButton *BTN_Save;
  57. QTabWidget *tabWidget;
  58. QWidget *tab;
  59. QGridLayout *gridLayout_11;
  60. QLabel *label7;
  61. QGridLayout *gridLayout1;
  62. QLabel *label_Result1;
  63. QLabel *label_Result2;
  64. QLabel *label_Result3;
  65. QLabel *label_Result4;
  66. QLabel *label_Result5;
  67. QLabel *label_Result6;
  68. QGridLayout *gridLayout2;
  69. QLabel *label8;
  70. QLabel *label_Result7;
  71. QLabel *label9;
  72. QLabel *label_Result8;
  73. QLabel *label10;
  74. QLabel *label_Result9;
  75. QSpacerItem *verticalSpacer;
  76. QWidget *widget4;
  77. QGridLayout *gridLayout_4;
  78. QGridLayout *gridLayout4;
  79. QPushButton *BTN_Camera3;
  80. QPushButton *BTN_Camera1;
  81. QLabel *label1;
  82. QLabel *label4;
  83. QPushButton *BTN_OpenImage;
  84. QPushButton *BTN_SaveImage;
  85. QPushButton *BTN_Camera4;
  86. QLabel *label3;
  87. QLabel *label2;
  88. QSpacerItem *horizontalSpacer1;
  89. QPushButton *BTN_Camera2;
  90. QSpacerItem *horizontalSpacer2;
  91. QWidget *widget5;
  92. QGridLayout *gridLayout_3;
  93. QGridLayout *gridLayout5;
  94. CustomeGraphicsview *graphicsView;
  95. void setupUi(QWidget *Widget)
  96. {
  97. if (Widget->objectName().isEmpty())
  98. Widget->setObjectName(QString::fromUtf8("Widget"));
  99. Widget->resize(1427, 802);
  100. Widget->setStyleSheet(QString::fromUtf8("background-color: rgb(37, 37, 37);"));
  101. gridLayout_13 = new QGridLayout(Widget);
  102. gridLayout_13->setSpacing(6);
  103. gridLayout_13->setObjectName(QString::fromUtf8("gridLayout_13"));
  104. gridLayout_13->setContentsMargins(6, 6, 6, 6);
  105. widget1 = new QWidget(Widget);
  106. widget1->setObjectName(QString::fromUtf8("widget1"));
  107. widget1->setMinimumSize(QSize(160, 0));
  108. widget1->setMaximumSize(QSize(16777215, 16777215));
  109. gridLayout = new QGridLayout(widget1);
  110. gridLayout->setSpacing(6);
  111. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  112. gridLayout->setContentsMargins(6, 6, 6, 6);
  113. comboBox = new QComboBox(widget1);
  114. comboBox->addItem(QString());
  115. comboBox->addItem(QString());
  116. comboBox->addItem(QString());
  117. comboBox->addItem(QString());
  118. comboBox->addItem(QString());
  119. comboBox->addItem(QString());
  120. comboBox->setObjectName(QString::fromUtf8("comboBox"));
  121. comboBox->setMinimumSize(QSize(0, 50));
  122. comboBox->setStyleSheet(QString::fromUtf8("QComboBox QAbstractItemView\n"
  123. "{\n"
  124. " border:0px;\n"
  125. " outline:none;\n"
  126. " color: rgb(255, 255, 255); \n"
  127. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  128. " background-color: rgb(37, 37, 37);\n"
  129. "}\n"
  130. "QComboBox\n"
  131. "{\n"
  132. " border:0px;\n"
  133. " border-bottom:2px solid rgb(11, 95, 86);\n"
  134. " background: transparent;\n"
  135. " color: rgb(255, 255, 255); \n"
  136. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  137. "}\n"
  138. "QComboBox QAbstractItemView::item\n"
  139. "{\n"
  140. " height: 50px; \n"
  141. "}\n"
  142. "QComboBox QAbstractItemView::item:hover \n"
  143. "{\n"
  144. " background: rgb(230, 230, 230);\n"
  145. " color: rgb(255, 255, 255); \n"
  146. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  147. "}\n"
  148. "QComboBox QAbstractItemView::item:selected\n"
  149. "{\n"
  150. " background: rgb(58, 58, 58); \n"
  151. " color: rgb(255, 255, 255); \n"
  152. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  153. "}\n"
  154. "QComboBox::down-arrow \n"
  155. "{\n"
  156. " image: url(:/image/logo.png);\n"
  157. "}\n"
  158. ""
  159. "QComboBox::drop-down\n"
  160. "{\n"
  161. " background: transparent; \n"
  162. "}\n"
  163. "\n"
  164. "\n"
  165. ""));
  166. gridLayout->addWidget(comboBox, 0, 0, 1, 1);
  167. label11 = new QLabel(widget1);
  168. label11->setObjectName(QString::fromUtf8("label11"));
  169. label11->setMaximumSize(QSize(16777215, 20));
  170. label11->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
  171. gridLayout->addWidget(label11, 1, 0, 1, 1);
  172. label_show1 = new QLabel(widget1);
  173. label_show1->setObjectName(QString::fromUtf8("label_show1"));
  174. label_show1->setStyleSheet(QString::fromUtf8("border-image: url(:/image/1.png);"));
  175. gridLayout->addWidget(label_show1, 2, 0, 1, 1);
  176. label12 = new QLabel(widget1);
  177. label12->setObjectName(QString::fromUtf8("label12"));
  178. label12->setMaximumSize(QSize(16777215, 20));
  179. label12->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
  180. gridLayout->addWidget(label12, 3, 0, 1, 1);
  181. label_show2 = new QLabel(widget1);
  182. label_show2->setObjectName(QString::fromUtf8("label_show2"));
  183. label_show2->setStyleSheet(QString::fromUtf8("border-image: url(:/image/2.png);"));
  184. gridLayout->addWidget(label_show2, 4, 0, 1, 1);
  185. label13 = new QLabel(widget1);
  186. label13->setObjectName(QString::fromUtf8("label13"));
  187. label13->setMaximumSize(QSize(16777215, 20));
  188. label13->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
  189. gridLayout->addWidget(label13, 5, 0, 1, 1);
  190. label_show3 = new QLabel(widget1);
  191. label_show3->setObjectName(QString::fromUtf8("label_show3"));
  192. label_show3->setStyleSheet(QString::fromUtf8("border-image: url(:/image/3.png);"));
  193. gridLayout->addWidget(label_show3, 6, 0, 1, 1);
  194. label14 = new QLabel(widget1);
  195. label14->setObjectName(QString::fromUtf8("label14"));
  196. label14->setMaximumSize(QSize(16777215, 20));
  197. label14->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
  198. gridLayout->addWidget(label14, 7, 0, 1, 1);
  199. label_show4 = new QLabel(widget1);
  200. label_show4->setObjectName(QString::fromUtf8("label_show4"));
  201. label_show4->setStyleSheet(QString::fromUtf8("border-image: url(:/image/4.png);"));
  202. gridLayout->addWidget(label_show4, 8, 0, 1, 1);
  203. label15 = new QLabel(widget1);
  204. label15->setObjectName(QString::fromUtf8("label15"));
  205. label15->setMaximumSize(QSize(16777215, 20));
  206. label15->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
  207. gridLayout->addWidget(label15, 9, 0, 1, 1);
  208. label_show5 = new QLabel(widget1);
  209. label_show5->setObjectName(QString::fromUtf8("label_show5"));
  210. label_show5->setStyleSheet(QString::fromUtf8("border-image: url(:/image/5.png);"));
  211. gridLayout->addWidget(label_show5, 10, 0, 1, 1);
  212. label16 = new QLabel(widget1);
  213. label16->setObjectName(QString::fromUtf8("label16"));
  214. label16->setMaximumSize(QSize(16777215, 20));
  215. label16->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);"));
  216. gridLayout->addWidget(label16, 11, 0, 1, 1);
  217. label_show6 = new QLabel(widget1);
  218. label_show6->setObjectName(QString::fromUtf8("label_show6"));
  219. label_show6->setStyleSheet(QString::fromUtf8("border-image: url(:/image/6.png);"));
  220. gridLayout->addWidget(label_show6, 12, 0, 1, 1);
  221. gridLayout_13->addWidget(widget1, 0, 0, 1, 1);
  222. widget2 = new QWidget(Widget);
  223. widget2->setObjectName(QString::fromUtf8("widget2"));
  224. widget2->setMaximumSize(QSize(410, 16777215));
  225. gridLayout_7 = new QGridLayout(widget2);
  226. gridLayout_7->setSpacing(0);
  227. gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
  228. gridLayout_7->setContentsMargins(0, 0, 0, 0);
  229. widget3 = new QWidget(widget2);
  230. widget3->setObjectName(QString::fromUtf8("widget3"));
  231. gridLayout_6 = new QGridLayout(widget3);
  232. gridLayout_6->setSpacing(0);
  233. gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
  234. gridLayout_6->setContentsMargins(0, 0, 0, 0);
  235. gridLayout3 = new QGridLayout();
  236. gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
  237. gridLayout3->setHorizontalSpacing(2);
  238. gridLayout3->setVerticalSpacing(15);
  239. gridLayout3->setContentsMargins(-1, -1, -1, 20);
  240. BTN_Measure = new QPushButton(widget3);
  241. BTN_Measure->setObjectName(QString::fromUtf8("BTN_Measure"));
  242. BTN_Measure->setMinimumSize(QSize(100, 45));
  243. BTN_Measure->setMaximumSize(QSize(80, 16777215));
  244. BTN_Measure->setFocusPolicy(Qt::NoFocus);
  245. BTN_Measure->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  246. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  247. "border:0px;\n"
  248. "background-color: rgb(8, 91, 82);\n"
  249. "border-radius:10px;"));
  250. gridLayout3->addWidget(BTN_Measure, 0, 0, 1, 1);
  251. BTN_History = new QPushButton(widget3);
  252. BTN_History->setObjectName(QString::fromUtf8("BTN_History"));
  253. BTN_History->setMinimumSize(QSize(100, 45));
  254. BTN_History->setMaximumSize(QSize(100, 16777215));
  255. BTN_History->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  256. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  257. "border:0px;\n"
  258. "background-color: rgb(8, 91, 82);\n"
  259. "border-radius:10px;"));
  260. gridLayout3->addWidget(BTN_History, 0, 3, 1, 1);
  261. lineEdit_Producer = new QLineEdit(widget3);
  262. lineEdit_Producer->setObjectName(QString::fromUtf8("lineEdit_Producer"));
  263. lineEdit_Producer->setMinimumSize(QSize(0, 40));
  264. lineEdit_Producer->setStyleSheet(QString::fromUtf8("border: 2px solid rgb(60,60,60);\n"
  265. "color: rgb(255, 255, 255);\n"
  266. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  267. gridLayout3->addWidget(lineEdit_Producer, 2, 1, 1, 4);
  268. label5 = new QLabel(widget3);
  269. label5->setObjectName(QString::fromUtf8("label5"));
  270. label5->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  271. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  272. gridLayout3->addWidget(label5, 1, 0, 1, 1);
  273. lineEdit_ReportNum = new QLineEdit(widget3);
  274. lineEdit_ReportNum->setObjectName(QString::fromUtf8("lineEdit_ReportNum"));
  275. lineEdit_ReportNum->setMinimumSize(QSize(0, 40));
  276. lineEdit_ReportNum->setStyleSheet(QString::fromUtf8("border: 2px solid rgb(60,60,60);\n"
  277. "color: rgb(255, 255, 255);\n"
  278. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  279. gridLayout3->addWidget(lineEdit_ReportNum, 1, 1, 1, 4);
  280. horizontalSpacer6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  281. gridLayout3->addItem(horizontalSpacer6, 1, 5, 1, 1);
  282. horizontalSpacer7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  283. gridLayout3->addItem(horizontalSpacer7, 2, 5, 1, 1);
  284. label6 = new QLabel(widget3);
  285. label6->setObjectName(QString::fromUtf8("label6"));
  286. label6->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  287. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  288. gridLayout3->addWidget(label6, 2, 0, 1, 1);
  289. BTN_Print = new QPushButton(widget3);
  290. BTN_Print->setObjectName(QString::fromUtf8("BTN_Print"));
  291. BTN_Print->setMinimumSize(QSize(100, 45));
  292. BTN_Print->setMaximumSize(QSize(100, 16777215));
  293. BTN_Print->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  294. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  295. "border:0px;\n"
  296. "background-color: rgb(8, 91, 82);\n"
  297. "border-radius:10px;"));
  298. gridLayout3->addWidget(BTN_Print, 0, 2, 1, 1);
  299. horizontalSpacer5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  300. gridLayout3->addItem(horizontalSpacer5, 0, 5, 1, 1);
  301. BTN_Save = new QPushButton(widget3);
  302. BTN_Save->setObjectName(QString::fromUtf8("BTN_Save"));
  303. BTN_Save->setMinimumSize(QSize(100, 45));
  304. BTN_Save->setMaximumSize(QSize(100, 16777215));
  305. BTN_Save->setFocusPolicy(Qt::NoFocus);
  306. BTN_Save->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  307. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  308. "border:0px;\n"
  309. "background-color: rgb(8, 91, 82);\n"
  310. "border-radius:10px;"));
  311. gridLayout3->addWidget(BTN_Save, 0, 1, 1, 1);
  312. gridLayout_6->addLayout(gridLayout3, 0, 0, 1, 1);
  313. gridLayout_7->addWidget(widget3, 0, 0, 1, 1);
  314. tabWidget = new QTabWidget(widget2);
  315. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  316. tabWidget->setStyleSheet(QString::fromUtf8("QTabWidget::pane\n"
  317. "{ \n"
  318. " border: 2px solid rgb(60, 60, 60);\n"
  319. "}\n"
  320. "QTabBar::tab\n"
  321. "{\n"
  322. " color: rgb(255, 255, 255);\n"
  323. " background-color: rgb(8, 91, 82);\n"
  324. " height:45px;\n"
  325. " width:120px;\n"
  326. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  327. " border-top-left-radius:10px; \n"
  328. " border-top-right-radius:10px; \n"
  329. "}\n"
  330. ""));
  331. tab = new QWidget();
  332. tab->setObjectName(QString::fromUtf8("tab"));
  333. gridLayout_11 = new QGridLayout(tab);
  334. gridLayout_11->setObjectName(QString::fromUtf8("gridLayout_11"));
  335. label7 = new QLabel(tab);
  336. label7->setObjectName(QString::fromUtf8("label7"));
  337. label7->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  338. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  339. gridLayout_11->addWidget(label7, 0, 0, 1, 1);
  340. gridLayout1 = new QGridLayout();
  341. gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
  342. label_Result1 = new QLabel(tab);
  343. label_Result1->setObjectName(QString::fromUtf8("label_Result1"));
  344. label_Result1->setMinimumSize(QSize(0, 50));
  345. label_Result1->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  346. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  347. "border:0px;"));
  348. gridLayout1->addWidget(label_Result1, 0, 0, 1, 1);
  349. label_Result2 = new QLabel(tab);
  350. label_Result2->setObjectName(QString::fromUtf8("label_Result2"));
  351. label_Result2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  352. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  353. "border:0px;"));
  354. gridLayout1->addWidget(label_Result2, 0, 1, 1, 1);
  355. label_Result3 = new QLabel(tab);
  356. label_Result3->setObjectName(QString::fromUtf8("label_Result3"));
  357. label_Result3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  358. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  359. "border:0px;"));
  360. gridLayout1->addWidget(label_Result3, 0, 2, 1, 1);
  361. label_Result4 = new QLabel(tab);
  362. label_Result4->setObjectName(QString::fromUtf8("label_Result4"));
  363. label_Result4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  364. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  365. "border:0px;"));
  366. gridLayout1->addWidget(label_Result4, 0, 3, 1, 1);
  367. label_Result5 = new QLabel(tab);
  368. label_Result5->setObjectName(QString::fromUtf8("label_Result5"));
  369. label_Result5->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  370. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  371. "border:0px;"));
  372. gridLayout1->addWidget(label_Result5, 0, 4, 1, 1);
  373. label_Result6 = new QLabel(tab);
  374. label_Result6->setObjectName(QString::fromUtf8("label_Result6"));
  375. label_Result6->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  376. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  377. "border:0px;"));
  378. gridLayout1->addWidget(label_Result6, 0, 5, 1, 1);
  379. gridLayout_11->addLayout(gridLayout1, 1, 0, 1, 1);
  380. gridLayout2 = new QGridLayout();
  381. gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
  382. gridLayout2->setHorizontalSpacing(10);
  383. gridLayout2->setVerticalSpacing(50);
  384. label8 = new QLabel(tab);
  385. label8->setObjectName(QString::fromUtf8("label8"));
  386. label8->setMaximumSize(QSize(100, 16777215));
  387. label8->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  388. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  389. gridLayout2->addWidget(label8, 0, 0, 1, 1);
  390. label_Result7 = new QLabel(tab);
  391. label_Result7->setObjectName(QString::fromUtf8("label_Result7"));
  392. label_Result7->setMinimumSize(QSize(0, 50));
  393. label_Result7->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  394. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  395. "border:0px;"));
  396. gridLayout2->addWidget(label_Result7, 0, 1, 1, 1);
  397. label9 = new QLabel(tab);
  398. label9->setObjectName(QString::fromUtf8("label9"));
  399. label9->setMaximumSize(QSize(200, 16777215));
  400. label9->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  401. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  402. gridLayout2->addWidget(label9, 1, 0, 1, 1);
  403. label_Result8 = new QLabel(tab);
  404. label_Result8->setObjectName(QString::fromUtf8("label_Result8"));
  405. label_Result8->setMinimumSize(QSize(0, 50));
  406. label_Result8->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  407. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  408. "border:0px;"));
  409. gridLayout2->addWidget(label_Result8, 1, 1, 1, 1);
  410. label10 = new QLabel(tab);
  411. label10->setObjectName(QString::fromUtf8("label10"));
  412. label10->setMaximumSize(QSize(200, 16777215));
  413. label10->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  414. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  415. gridLayout2->addWidget(label10, 2, 0, 1, 1);
  416. label_Result9 = new QLabel(tab);
  417. label_Result9->setObjectName(QString::fromUtf8("label_Result9"));
  418. label_Result9->setMinimumSize(QSize(0, 50));
  419. label_Result9->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  420. "font: 12pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  421. "border:0px;"));
  422. gridLayout2->addWidget(label_Result9, 2, 1, 1, 1);
  423. gridLayout_11->addLayout(gridLayout2, 2, 0, 1, 1);
  424. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  425. gridLayout_11->addItem(verticalSpacer, 3, 0, 1, 1);
  426. tabWidget->addTab(tab, QString());
  427. gridLayout_7->addWidget(tabWidget, 1, 0, 1, 1);
  428. gridLayout_13->addWidget(widget2, 0, 2, 1, 1);
  429. widget4 = new QWidget(Widget);
  430. widget4->setObjectName(QString::fromUtf8("widget4"));
  431. gridLayout_4 = new QGridLayout(widget4);
  432. gridLayout_4->setSpacing(0);
  433. gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
  434. gridLayout_4->setContentsMargins(0, 0, 0, 0);
  435. gridLayout4 = new QGridLayout();
  436. gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
  437. gridLayout4->setHorizontalSpacing(2);
  438. gridLayout4->setVerticalSpacing(10);
  439. gridLayout4->setContentsMargins(-1, -1, -1, 10);
  440. BTN_Camera3 = new QPushButton(widget4);
  441. BTN_Camera3->setObjectName(QString::fromUtf8("BTN_Camera3"));
  442. BTN_Camera3->setMinimumSize(QSize(100, 45));
  443. BTN_Camera3->setMaximumSize(QSize(16777215, 16777215));
  444. BTN_Camera3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  445. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  446. "border:0px;\n"
  447. "background-color: rgb(8, 91, 82);\n"
  448. "border-radius:10px;"));
  449. gridLayout4->addWidget(BTN_Camera3, 0, 2, 1, 1);
  450. BTN_Camera1 = new QPushButton(widget4);
  451. BTN_Camera1->setObjectName(QString::fromUtf8("BTN_Camera1"));
  452. BTN_Camera1->setMinimumSize(QSize(100, 45));
  453. BTN_Camera1->setMaximumSize(QSize(100, 16777215));
  454. BTN_Camera1->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  455. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  456. "border:0px;\n"
  457. "background-color: rgb(8, 91, 82);\n"
  458. "border-radius:10px;"));
  459. gridLayout4->addWidget(BTN_Camera1, 0, 0, 1, 1);
  460. label1 = new QLabel(widget4);
  461. label1->setObjectName(QString::fromUtf8("label1"));
  462. label1->setMinimumSize(QSize(100, 35));
  463. label1->setMaximumSize(QSize(16777215, 35));
  464. label1->setLayoutDirection(Qt::LeftToRight);
  465. label1->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  466. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  467. label1->setAlignment(Qt::AlignCenter);
  468. gridLayout4->addWidget(label1, 2, 0, 1, 1);
  469. label4 = new QLabel(widget4);
  470. label4->setObjectName(QString::fromUtf8("label4"));
  471. label4->setMinimumSize(QSize(100, 35));
  472. label4->setMaximumSize(QSize(16777215, 35));
  473. label4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  474. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  475. label4->setAlignment(Qt::AlignCenter);
  476. gridLayout4->addWidget(label4, 2, 3, 1, 1);
  477. BTN_OpenImage = new QPushButton(widget4);
  478. BTN_OpenImage->setObjectName(QString::fromUtf8("BTN_OpenImage"));
  479. BTN_OpenImage->setMinimumSize(QSize(100, 45));
  480. BTN_OpenImage->setMaximumSize(QSize(16777215, 50));
  481. BTN_OpenImage->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  482. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  483. "border:0px;\n"
  484. "background-color: rgb(8, 91, 82);\n"
  485. "border-radius:10px;"));
  486. gridLayout4->addWidget(BTN_OpenImage, 0, 5, 1, 1);
  487. BTN_SaveImage = new QPushButton(widget4);
  488. BTN_SaveImage->setObjectName(QString::fromUtf8("BTN_SaveImage"));
  489. BTN_SaveImage->setMinimumSize(QSize(100, 45));
  490. BTN_SaveImage->setMaximumSize(QSize(16777215, 50));
  491. BTN_SaveImage->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  492. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  493. "border:0px;\n"
  494. "background-color: rgb(8, 91, 82);\n"
  495. "border-radius:10px;"));
  496. gridLayout4->addWidget(BTN_SaveImage, 0, 4, 1, 1);
  497. BTN_Camera4 = new QPushButton(widget4);
  498. BTN_Camera4->setObjectName(QString::fromUtf8("BTN_Camera4"));
  499. BTN_Camera4->setMinimumSize(QSize(100, 45));
  500. BTN_Camera4->setMaximumSize(QSize(16777215, 16777215));
  501. BTN_Camera4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  502. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  503. "border:0px;\n"
  504. "background-color: rgb(8, 91, 82);\n"
  505. "border-radius:10px;"));
  506. gridLayout4->addWidget(BTN_Camera4, 0, 3, 1, 1);
  507. label3 = new QLabel(widget4);
  508. label3->setObjectName(QString::fromUtf8("label3"));
  509. label3->setMinimumSize(QSize(100, 35));
  510. label3->setMaximumSize(QSize(16777215, 35));
  511. label3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  512. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  513. label3->setAlignment(Qt::AlignCenter);
  514. gridLayout4->addWidget(label3, 2, 2, 1, 1);
  515. label2 = new QLabel(widget4);
  516. label2->setObjectName(QString::fromUtf8("label2"));
  517. label2->setMinimumSize(QSize(100, 35));
  518. label2->setMaximumSize(QSize(16777215, 35));
  519. label2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  520. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  521. label2->setAlignment(Qt::AlignCenter);
  522. gridLayout4->addWidget(label2, 2, 1, 1, 1);
  523. horizontalSpacer1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  524. gridLayout4->addItem(horizontalSpacer1, 2, 7, 1, 1);
  525. BTN_Camera2 = new QPushButton(widget4);
  526. BTN_Camera2->setObjectName(QString::fromUtf8("BTN_Camera2"));
  527. BTN_Camera2->setMinimumSize(QSize(100, 45));
  528. BTN_Camera2->setMaximumSize(QSize(16777215, 16777215));
  529. BTN_Camera2->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  530. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  531. "border:0px;\n"
  532. "background-color: rgb(8, 91, 82);\n"
  533. "border-radius:10px;"));
  534. gridLayout4->addWidget(BTN_Camera2, 0, 1, 1, 1);
  535. horizontalSpacer2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  536. gridLayout4->addItem(horizontalSpacer2, 0, 7, 1, 1);
  537. gridLayout_4->addLayout(gridLayout4, 0, 0, 1, 1);
  538. widget5 = new QWidget(widget4);
  539. widget5->setObjectName(QString::fromUtf8("widget5"));
  540. gridLayout_3 = new QGridLayout(widget5);
  541. gridLayout_3->setSpacing(0);
  542. gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
  543. gridLayout_3->setContentsMargins(0, 0, 0, 0);
  544. gridLayout5 = new QGridLayout();
  545. gridLayout5->setSpacing(3);
  546. gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
  547. graphicsView = new CustomeGraphicsview(widget5);
  548. graphicsView->setObjectName(QString::fromUtf8("graphicsView"));
  549. gridLayout5->addWidget(graphicsView, 0, 0, 1, 1);
  550. gridLayout_3->addLayout(gridLayout5, 0, 0, 1, 1);
  551. gridLayout_4->addWidget(widget5, 1, 0, 1, 1);
  552. gridLayout_13->addWidget(widget4, 0, 1, 1, 1);
  553. retranslateUi(Widget);
  554. QMetaObject::connectSlotsByName(Widget);
  555. } // setupUi
  556. void retranslateUi(QWidget *Widget)
  557. {
  558. Widget->setWindowTitle(QApplication::translate("Widget", "Widget", nullptr));
  559. comboBox->setItemText(0, QApplication::translate("Widget", "\346\250\241\345\236\2131", nullptr));
  560. comboBox->setItemText(1, QApplication::translate("Widget", "\346\250\241\345\236\2132", nullptr));
  561. comboBox->setItemText(2, QApplication::translate("Widget", "\346\250\241\345\236\2133", nullptr));
  562. comboBox->setItemText(3, QApplication::translate("Widget", "\346\250\241\345\236\2134", nullptr));
  563. comboBox->setItemText(4, QApplication::translate("Widget", "\346\250\241\345\236\2135", nullptr));
  564. comboBox->setItemText(5, QApplication::translate("Widget", "\346\250\241\345\236\2136", nullptr));
  565. label11->setText(QApplication::translate("Widget", "\346\250\241\345\236\2131", nullptr));
  566. label_show1->setText(QString());
  567. label12->setText(QApplication::translate("Widget", "\346\250\241\345\236\2132", nullptr));
  568. label_show2->setText(QString());
  569. label13->setText(QApplication::translate("Widget", "\346\250\241\345\236\2133", nullptr));
  570. label_show3->setText(QString());
  571. label14->setText(QApplication::translate("Widget", "\346\250\241\345\236\2134", nullptr));
  572. label_show4->setText(QString());
  573. label15->setText(QApplication::translate("Widget", "\346\250\241\345\236\2135", nullptr));
  574. label_show5->setText(QString());
  575. label16->setText(QApplication::translate("Widget", "\346\250\241\345\236\2136", nullptr));
  576. label_show6->setText(QString());
  577. BTN_Measure->setText(QApplication::translate("Widget", "\346\265\213\351\207\217", nullptr));
  578. BTN_History->setText(QApplication::translate("Widget", "\345\216\206\345\217\262", nullptr));
  579. lineEdit_Producer->setText(QString());
  580. label5->setText(QApplication::translate("Widget", "\346\212\245\345\221\212\347\274\226\345\217\267", nullptr));
  581. label6->setText(QApplication::translate("Widget", "\347\224\237\344\272\247\345\216\202\345\256\266", nullptr));
  582. BTN_Print->setText(QApplication::translate("Widget", "\346\211\223\345\215\260", nullptr));
  583. BTN_Save->setText(QApplication::translate("Widget", "\344\277\235\345\255\230", nullptr));
  584. label7->setText(QApplication::translate("Widget", "\345\205\255\345\210\206\347\202\271(mm):", nullptr));
  585. #ifndef QT_NO_WHATSTHIS
  586. label_Result1->setWhatsThis(QApplication::translate("Widget", "<html><head/><body><p>border: 2px solid rgb(60,60,60);</p><p>color: rgb(255, 255, 255);</p><p>font: 10pt &quot;\345\276\256\350\275\257\351\233\205\351\273\221&quot;;</p></body></html>", nullptr));
  587. #endif // QT_NO_WHATSTHIS
  588. label_Result1->setText(QString());
  589. label_Result2->setText(QString());
  590. label_Result3->setText(QString());
  591. label_Result4->setText(QString());
  592. label_Result5->setText(QString());
  593. label_Result6->setText(QString());
  594. label8->setText(QApplication::translate("Widget", "\346\234\200\350\226\204\347\202\271(mm):", nullptr));
  595. label_Result7->setText(QString());
  596. label9->setText(QApplication::translate("Widget", "\345\205\255\345\210\206\347\202\271\345\271\263\345\235\207\345\216\232\345\272\246(mm):", nullptr));
  597. label_Result8->setText(QString());
  598. label10->setText(QApplication::translate("Widget", "\346\225\264\344\275\223\345\271\263\345\235\207\345\216\232\345\272\246(mm):", nullptr));
  599. label_Result9->setText(QString());
  600. tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("Widget", "\346\243\200\346\265\213\347\273\223\346\236\234\350\276\223\345\207\272", nullptr));
  601. BTN_Camera3->setText(QApplication::translate("Widget", "\347\233\270\346\234\2723", nullptr));
  602. BTN_Camera1->setText(QApplication::translate("Widget", "\347\233\270\346\234\2721", nullptr));
  603. label1->setText(QApplication::translate("Widget", "0-9mm", nullptr));
  604. label4->setText(QApplication::translate("Widget", "55-160mm", nullptr));
  605. BTN_OpenImage->setText(QApplication::translate("Widget", "\346\211\223\345\274\200\345\233\276\347\211\207", nullptr));
  606. BTN_SaveImage->setText(QApplication::translate("Widget", "\344\277\235\345\255\230\345\233\276\347\211\207", nullptr));
  607. BTN_Camera4->setText(QApplication::translate("Widget", "\347\233\270\346\234\2724", nullptr));
  608. label3->setText(QApplication::translate("Widget", "19-55mm", nullptr));
  609. label2->setText(QApplication::translate("Widget", "9-19mm", nullptr));
  610. BTN_Camera2->setText(QApplication::translate("Widget", "\347\233\270\346\234\2722", nullptr));
  611. } // retranslateUi
  612. };
  613. namespace Ui {
  614. class Widget: public Ui_Widget {};
  615. } // namespace Ui
  616. QT_END_NAMESPACE
  617. #endif // UI_WIDGET_H