ui_camerapar.h 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'camerapar.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_CAMERAPAR_H
  9. #define UI_CAMERAPAR_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QComboBox>
  13. #include <QtWidgets/QDoubleSpinBox>
  14. #include <QtWidgets/QHBoxLayout>
  15. #include <QtWidgets/QLabel>
  16. #include <QtWidgets/QProgressBar>
  17. #include <QtWidgets/QPushButton>
  18. #include <QtWidgets/QSpacerItem>
  19. #include <QtWidgets/QSpinBox>
  20. #include <QtWidgets/QVBoxLayout>
  21. #include <QtWidgets/QWidget>
  22. #include <camshowlabel.h>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_CameraPar
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout_3;
  28. QWidget *widget;
  29. QHBoxLayout *horizontalLayout_3;
  30. QWidget *widget_2;
  31. QWidget *layoutWidget;
  32. QVBoxLayout *verticalLayout;
  33. QHBoxLayout *horizontalLayout;
  34. QLabel *label_8;
  35. QSpacerItem *horizontalSpacer;
  36. QComboBox *cbboxCamType;
  37. QHBoxLayout *horizontalLayout_8;
  38. QLabel *label;
  39. QComboBox *CBX_camSn;
  40. QPushButton *BTN_cameraSearch;
  41. QWidget *WGT_cam;
  42. QVBoxLayout *verticalLayout_2;
  43. QHBoxLayout *horizontalLayout_9;
  44. QSpacerItem *horizontalSpacer_8;
  45. QPushButton *BTN_connCamera;
  46. QSpacerItem *horizontalSpacer_2;
  47. QPushButton *BTN_disconnCamera;
  48. QSpacerItem *horizontalSpacer_9;
  49. QWidget *WGT_camConfig;
  50. QVBoxLayout *verticalLayout_4;
  51. QHBoxLayout *horizontalLayout_2;
  52. QLabel *label_3;
  53. QSpacerItem *horizontalSpacer_3;
  54. QDoubleSpinBox *DSPB_exp;
  55. QHBoxLayout *horizontalLayout_4;
  56. QLabel *label_10;
  57. QSpacerItem *horizontalSpacer_4;
  58. QDoubleSpinBox *DSPB_gain;
  59. QHBoxLayout *horizontalLayout_5;
  60. QLabel *label_4;
  61. QSpacerItem *horizontalSpacer_5;
  62. QSpinBox *SPB_delay;
  63. QHBoxLayout *horizontalLayout_6;
  64. QLabel *label_6;
  65. QSpacerItem *horizontalSpacer_6;
  66. QComboBox *CBBOX_triggerMode;
  67. QWidget *layoutWidget1;
  68. QHBoxLayout *horizontalLayout_7;
  69. QLabel *label_5;
  70. QProgressBar *PGB_imgSharpness;
  71. CamShowLabel *LABEL_showWindow;
  72. QWidget *Tool_widget;
  73. QHBoxLayout *horizontalLayout_10;
  74. QLabel *LABLE_logIcon;
  75. QLabel *LABLE_log;
  76. QSpacerItem *horizontalSpacer_11;
  77. QPushButton *BTN_saveConfig;
  78. QPushButton *BTN_softTriggerOnce;
  79. void setupUi(QWidget *CameraPar)
  80. {
  81. if (CameraPar->objectName().isEmpty())
  82. CameraPar->setObjectName(QString::fromUtf8("CameraPar"));
  83. CameraPar->resize(1000, 600);
  84. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
  85. sizePolicy.setHorizontalStretch(0);
  86. sizePolicy.setVerticalStretch(0);
  87. sizePolicy.setHeightForWidth(CameraPar->sizePolicy().hasHeightForWidth());
  88. CameraPar->setSizePolicy(sizePolicy);
  89. CameraPar->setMinimumSize(QSize(1000, 600));
  90. CameraPar->setMaximumSize(QSize(1000, 600));
  91. CameraPar->setStyleSheet(QString::fromUtf8("background-color: rgb(37, 37, 37);\n"
  92. "color:rgb(255,255,255);"));
  93. verticalLayout_3 = new QVBoxLayout(CameraPar);
  94. verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
  95. widget = new QWidget(CameraPar);
  96. widget->setObjectName(QString::fromUtf8("widget"));
  97. horizontalLayout_3 = new QHBoxLayout(widget);
  98. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  99. widget_2 = new QWidget(widget);
  100. widget_2->setObjectName(QString::fromUtf8("widget_2"));
  101. widget_2->setMinimumSize(QSize(0, 0));
  102. layoutWidget = new QWidget(widget_2);
  103. layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
  104. layoutWidget->setGeometry(QRect(30, 70, 291, 381));
  105. verticalLayout = new QVBoxLayout(layoutWidget);
  106. verticalLayout->setSpacing(10);
  107. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  108. verticalLayout->setContentsMargins(0, 0, 0, 0);
  109. horizontalLayout = new QHBoxLayout();
  110. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  111. label_8 = new QLabel(layoutWidget);
  112. label_8->setObjectName(QString::fromUtf8("label_8"));
  113. label_8->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  114. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  115. horizontalLayout->addWidget(label_8);
  116. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  117. horizontalLayout->addItem(horizontalSpacer);
  118. cbboxCamType = new QComboBox(layoutWidget);
  119. cbboxCamType->addItem(QString());
  120. cbboxCamType->setObjectName(QString::fromUtf8("cbboxCamType"));
  121. cbboxCamType->setStyleSheet(QString::fromUtf8("QComboBox QAbstractItemView\n"
  122. "{\n"
  123. " border:0px;\n"
  124. " outline:none;\n"
  125. " color: rgb(255, 255, 255); \n"
  126. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  127. " background-color: rgb(37, 37, 37);\n"
  128. "}\n"
  129. "QComboBox\n"
  130. "{\n"
  131. " border:0px;\n"
  132. " border-bottom:2px solid rgb(11, 95, 86);\n"
  133. " background: transparent;\n"
  134. " color: rgb(255, 255, 255); \n"
  135. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  136. "}\n"
  137. "QComboBox QAbstractItemView::item\n"
  138. "{\n"
  139. " height: 50px; \n"
  140. "}\n"
  141. "QComboBox QAbstractItemView::item:hover \n"
  142. "{\n"
  143. " background: rgb(230, 230, 230);\n"
  144. " color: rgb(255, 255, 255); \n"
  145. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  146. "}\n"
  147. "QComboBox QAbstractItemView::item:selected\n"
  148. "{\n"
  149. " background: rgb(58, 58, 58); \n"
  150. " color: rgb(255, 255, 255); \n"
  151. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  152. "}\n"
  153. "QComboBox::down-arrow \n"
  154. "{\n"
  155. " image: url(:/image/logo.png);\n"
  156. "}\n"
  157. ""
  158. "QComboBox::drop-down\n"
  159. "{\n"
  160. " background: transparent; \n"
  161. "}\n"
  162. "\n"
  163. "\n"
  164. ""));
  165. cbboxCamType->setEditable(false);
  166. horizontalLayout->addWidget(cbboxCamType);
  167. horizontalLayout->setStretch(0, 1);
  168. horizontalLayout->setStretch(1, 1);
  169. horizontalLayout->setStretch(2, 1);
  170. verticalLayout->addLayout(horizontalLayout);
  171. horizontalLayout_8 = new QHBoxLayout();
  172. horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8"));
  173. label = new QLabel(layoutWidget);
  174. label->setObjectName(QString::fromUtf8("label"));
  175. QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
  176. sizePolicy1.setHorizontalStretch(0);
  177. sizePolicy1.setVerticalStretch(0);
  178. sizePolicy1.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
  179. label->setSizePolicy(sizePolicy1);
  180. label->setMinimumSize(QSize(0, 0));
  181. label->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  182. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  183. label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
  184. horizontalLayout_8->addWidget(label);
  185. CBX_camSn = new QComboBox(layoutWidget);
  186. CBX_camSn->setObjectName(QString::fromUtf8("CBX_camSn"));
  187. sizePolicy1.setHeightForWidth(CBX_camSn->sizePolicy().hasHeightForWidth());
  188. CBX_camSn->setSizePolicy(sizePolicy1);
  189. CBX_camSn->setMinimumSize(QSize(0, 0));
  190. CBX_camSn->setStyleSheet(QString::fromUtf8("QComboBox QAbstractItemView\n"
  191. "{\n"
  192. " border:0px;\n"
  193. " outline:none;\n"
  194. " color: rgb(255, 255, 255); \n"
  195. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  196. " background-color: rgb(37, 37, 37);\n"
  197. "}\n"
  198. "QComboBox\n"
  199. "{\n"
  200. " border:0px;\n"
  201. " border-bottom:2px solid rgb(11, 95, 86);\n"
  202. " background: transparent;\n"
  203. " color: rgb(255, 255, 255); \n"
  204. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  205. "}\n"
  206. "QComboBox QAbstractItemView::item\n"
  207. "{\n"
  208. " height: 50px; \n"
  209. "}\n"
  210. "QComboBox QAbstractItemView::item:hover \n"
  211. "{\n"
  212. " background: rgb(230, 230, 230);\n"
  213. " color: rgb(255, 255, 255); \n"
  214. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  215. "}\n"
  216. "QComboBox QAbstractItemView::item:selected\n"
  217. "{\n"
  218. " background: rgb(58, 58, 58); \n"
  219. " color: rgb(255, 255, 255); \n"
  220. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  221. "}\n"
  222. "QComboBox::down-arrow \n"
  223. "{\n"
  224. " image: url(:/Assets/View/logo.png);\n"
  225. ""
  226. "}\n"
  227. "QComboBox::drop-down\n"
  228. "{\n"
  229. " background: transparent; \n"
  230. "}\n"
  231. "\n"
  232. "\n"
  233. ""));
  234. horizontalLayout_8->addWidget(CBX_camSn);
  235. BTN_cameraSearch = new QPushButton(layoutWidget);
  236. BTN_cameraSearch->setObjectName(QString::fromUtf8("BTN_cameraSearch"));
  237. sizePolicy1.setHeightForWidth(BTN_cameraSearch->sizePolicy().hasHeightForWidth());
  238. BTN_cameraSearch->setSizePolicy(sizePolicy1);
  239. BTN_cameraSearch->setMinimumSize(QSize(0, 0));
  240. BTN_cameraSearch->setStyleSheet(QString::fromUtf8(""));
  241. horizontalLayout_8->addWidget(BTN_cameraSearch);
  242. horizontalLayout_8->setStretch(0, 1);
  243. horizontalLayout_8->setStretch(1, 2);
  244. horizontalLayout_8->setStretch(2, 1);
  245. verticalLayout->addLayout(horizontalLayout_8);
  246. WGT_cam = new QWidget(layoutWidget);
  247. WGT_cam->setObjectName(QString::fromUtf8("WGT_cam"));
  248. verticalLayout_2 = new QVBoxLayout(WGT_cam);
  249. verticalLayout_2->setSpacing(10);
  250. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  251. verticalLayout_2->setContentsMargins(0, 0, 0, 0);
  252. horizontalLayout_9 = new QHBoxLayout();
  253. horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
  254. horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  255. horizontalLayout_9->addItem(horizontalSpacer_8);
  256. BTN_connCamera = new QPushButton(WGT_cam);
  257. BTN_connCamera->setObjectName(QString::fromUtf8("BTN_connCamera"));
  258. sizePolicy1.setHeightForWidth(BTN_connCamera->sizePolicy().hasHeightForWidth());
  259. BTN_connCamera->setSizePolicy(sizePolicy1);
  260. horizontalLayout_9->addWidget(BTN_connCamera);
  261. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  262. horizontalLayout_9->addItem(horizontalSpacer_2);
  263. BTN_disconnCamera = new QPushButton(WGT_cam);
  264. BTN_disconnCamera->setObjectName(QString::fromUtf8("BTN_disconnCamera"));
  265. sizePolicy1.setHeightForWidth(BTN_disconnCamera->sizePolicy().hasHeightForWidth());
  266. BTN_disconnCamera->setSizePolicy(sizePolicy1);
  267. horizontalLayout_9->addWidget(BTN_disconnCamera);
  268. horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  269. horizontalLayout_9->addItem(horizontalSpacer_9);
  270. horizontalLayout_9->setStretch(0, 1);
  271. horizontalLayout_9->setStretch(1, 2);
  272. horizontalLayout_9->setStretch(2, 1);
  273. horizontalLayout_9->setStretch(3, 2);
  274. horizontalLayout_9->setStretch(4, 1);
  275. verticalLayout_2->addLayout(horizontalLayout_9);
  276. verticalLayout_2->setStretch(0, 1);
  277. verticalLayout->addWidget(WGT_cam);
  278. WGT_camConfig = new QWidget(layoutWidget);
  279. WGT_camConfig->setObjectName(QString::fromUtf8("WGT_camConfig"));
  280. verticalLayout_4 = new QVBoxLayout(WGT_camConfig);
  281. verticalLayout_4->setSpacing(10);
  282. verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
  283. verticalLayout_4->setContentsMargins(0, 0, 0, 0);
  284. horizontalLayout_2 = new QHBoxLayout();
  285. horizontalLayout_2->setSpacing(0);
  286. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  287. label_3 = new QLabel(WGT_camConfig);
  288. label_3->setObjectName(QString::fromUtf8("label_3"));
  289. label_3->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  290. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  291. horizontalLayout_2->addWidget(label_3);
  292. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  293. horizontalLayout_2->addItem(horizontalSpacer_3);
  294. DSPB_exp = new QDoubleSpinBox(WGT_camConfig);
  295. DSPB_exp->setObjectName(QString::fromUtf8("DSPB_exp"));
  296. sizePolicy1.setHeightForWidth(DSPB_exp->sizePolicy().hasHeightForWidth());
  297. DSPB_exp->setSizePolicy(sizePolicy1);
  298. DSPB_exp->setMaximum(100000000.000000000000000);
  299. horizontalLayout_2->addWidget(DSPB_exp);
  300. horizontalLayout_2->setStretch(0, 1);
  301. horizontalLayout_2->setStretch(1, 1);
  302. horizontalLayout_2->setStretch(2, 2);
  303. verticalLayout_4->addLayout(horizontalLayout_2);
  304. horizontalLayout_4 = new QHBoxLayout();
  305. horizontalLayout_4->setSpacing(0);
  306. horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4"));
  307. label_10 = new QLabel(WGT_camConfig);
  308. label_10->setObjectName(QString::fromUtf8("label_10"));
  309. label_10->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  310. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  311. horizontalLayout_4->addWidget(label_10);
  312. horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  313. horizontalLayout_4->addItem(horizontalSpacer_4);
  314. DSPB_gain = new QDoubleSpinBox(WGT_camConfig);
  315. DSPB_gain->setObjectName(QString::fromUtf8("DSPB_gain"));
  316. sizePolicy1.setHeightForWidth(DSPB_gain->sizePolicy().hasHeightForWidth());
  317. DSPB_gain->setSizePolicy(sizePolicy1);
  318. DSPB_gain->setMaximum(100000000.000000000000000);
  319. horizontalLayout_4->addWidget(DSPB_gain);
  320. horizontalLayout_4->setStretch(0, 1);
  321. horizontalLayout_4->setStretch(1, 1);
  322. horizontalLayout_4->setStretch(2, 2);
  323. verticalLayout_4->addLayout(horizontalLayout_4);
  324. horizontalLayout_5 = new QHBoxLayout();
  325. horizontalLayout_5->setSpacing(0);
  326. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  327. label_4 = new QLabel(WGT_camConfig);
  328. label_4->setObjectName(QString::fromUtf8("label_4"));
  329. label_4->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  330. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  331. horizontalLayout_5->addWidget(label_4);
  332. horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  333. horizontalLayout_5->addItem(horizontalSpacer_5);
  334. SPB_delay = new QSpinBox(WGT_camConfig);
  335. SPB_delay->setObjectName(QString::fromUtf8("SPB_delay"));
  336. sizePolicy1.setHeightForWidth(SPB_delay->sizePolicy().hasHeightForWidth());
  337. SPB_delay->setSizePolicy(sizePolicy1);
  338. SPB_delay->setMaximum(10000);
  339. horizontalLayout_5->addWidget(SPB_delay);
  340. horizontalLayout_5->setStretch(0, 1);
  341. horizontalLayout_5->setStretch(1, 1);
  342. horizontalLayout_5->setStretch(2, 2);
  343. verticalLayout_4->addLayout(horizontalLayout_5);
  344. horizontalLayout_6 = new QHBoxLayout();
  345. horizontalLayout_6->setSpacing(0);
  346. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  347. label_6 = new QLabel(WGT_camConfig);
  348. label_6->setObjectName(QString::fromUtf8("label_6"));
  349. label_6->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  350. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  351. horizontalLayout_6->addWidget(label_6);
  352. horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  353. horizontalLayout_6->addItem(horizontalSpacer_6);
  354. CBBOX_triggerMode = new QComboBox(WGT_camConfig);
  355. CBBOX_triggerMode->addItem(QString());
  356. CBBOX_triggerMode->addItem(QString());
  357. CBBOX_triggerMode->addItem(QString());
  358. CBBOX_triggerMode->addItem(QString());
  359. CBBOX_triggerMode->addItem(QString());
  360. CBBOX_triggerMode->addItem(QString());
  361. CBBOX_triggerMode->setObjectName(QString::fromUtf8("CBBOX_triggerMode"));
  362. sizePolicy1.setHeightForWidth(CBBOX_triggerMode->sizePolicy().hasHeightForWidth());
  363. CBBOX_triggerMode->setSizePolicy(sizePolicy1);
  364. CBBOX_triggerMode->setStyleSheet(QString::fromUtf8("QComboBox QAbstractItemView\n"
  365. "{\n"
  366. " border:0px;\n"
  367. " outline:none;\n"
  368. " color: rgb(255, 255, 255); \n"
  369. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  370. " background-color: rgb(37, 37, 37);\n"
  371. "}\n"
  372. "QComboBox\n"
  373. "{\n"
  374. " border:0px;\n"
  375. " border-bottom:2px solid rgb(11, 95, 86);\n"
  376. " background: transparent;\n"
  377. " color: rgb(255, 255, 255); \n"
  378. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  379. "}\n"
  380. "QComboBox QAbstractItemView::item\n"
  381. "{\n"
  382. " height: 50px; \n"
  383. "}\n"
  384. "QComboBox QAbstractItemView::item:hover \n"
  385. "{\n"
  386. " background: rgb(230, 230, 230);\n"
  387. " color: rgb(255, 255, 255); \n"
  388. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  389. "}\n"
  390. "QComboBox QAbstractItemView::item:selected\n"
  391. "{\n"
  392. " background: rgb(58, 58, 58); \n"
  393. " color: rgb(255, 255, 255); \n"
  394. " font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";\n"
  395. "}\n"
  396. "QComboBox::down-arrow \n"
  397. "{\n"
  398. " image: url(:/image/logo.png);\n"
  399. "}\n"
  400. ""
  401. "QComboBox::drop-down\n"
  402. "{\n"
  403. " background: transparent; \n"
  404. "}\n"
  405. "\n"
  406. "\n"
  407. ""));
  408. horizontalLayout_6->addWidget(CBBOX_triggerMode);
  409. horizontalLayout_6->setStretch(0, 1);
  410. horizontalLayout_6->setStretch(1, 1);
  411. horizontalLayout_6->setStretch(2, 2);
  412. verticalLayout_4->addLayout(horizontalLayout_6);
  413. verticalLayout_4->setStretch(0, 1);
  414. verticalLayout_4->setStretch(1, 1);
  415. verticalLayout_4->setStretch(2, 1);
  416. verticalLayout_4->setStretch(3, 1);
  417. verticalLayout->addWidget(WGT_camConfig);
  418. verticalLayout->setStretch(0, 1);
  419. verticalLayout->setStretch(1, 1);
  420. verticalLayout->setStretch(2, 1);
  421. verticalLayout->setStretch(3, 5);
  422. layoutWidget1 = new QWidget(widget_2);
  423. layoutWidget1->setObjectName(QString::fromUtf8("layoutWidget1"));
  424. layoutWidget1->setGeometry(QRect(30, 471, 291, 31));
  425. horizontalLayout_7 = new QHBoxLayout(layoutWidget1);
  426. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  427. horizontalLayout_7->setContentsMargins(0, 0, 0, 0);
  428. label_5 = new QLabel(layoutWidget1);
  429. label_5->setObjectName(QString::fromUtf8("label_5"));
  430. label_5->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  431. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  432. horizontalLayout_7->addWidget(label_5);
  433. PGB_imgSharpness = new QProgressBar(layoutWidget1);
  434. PGB_imgSharpness->setObjectName(QString::fromUtf8("PGB_imgSharpness"));
  435. PGB_imgSharpness->setValue(24);
  436. horizontalLayout_7->addWidget(PGB_imgSharpness);
  437. horizontalLayout_3->addWidget(widget_2);
  438. LABEL_showWindow = new CamShowLabel(widget);
  439. LABEL_showWindow->setObjectName(QString::fromUtf8("LABEL_showWindow"));
  440. LABEL_showWindow->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 0, 0);"));
  441. horizontalLayout_3->addWidget(LABEL_showWindow);
  442. horizontalLayout_3->setStretch(0, 3);
  443. horizontalLayout_3->setStretch(1, 5);
  444. verticalLayout_3->addWidget(widget);
  445. Tool_widget = new QWidget(CameraPar);
  446. Tool_widget->setObjectName(QString::fromUtf8("Tool_widget"));
  447. Tool_widget->setMinimumSize(QSize(0, 42));
  448. Tool_widget->setMaximumSize(QSize(16777215, 42));
  449. Tool_widget->setStyleSheet(QString::fromUtf8(""));
  450. horizontalLayout_10 = new QHBoxLayout(Tool_widget);
  451. horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
  452. horizontalLayout_10->setContentsMargins(6, 6, 6, 6);
  453. LABLE_logIcon = new QLabel(Tool_widget);
  454. LABLE_logIcon->setObjectName(QString::fromUtf8("LABLE_logIcon"));
  455. horizontalLayout_10->addWidget(LABLE_logIcon);
  456. LABLE_log = new QLabel(Tool_widget);
  457. LABLE_log->setObjectName(QString::fromUtf8("LABLE_log"));
  458. LABLE_log->setEnabled(true);
  459. LABLE_log->setMinimumSize(QSize(200, 0));
  460. LABLE_log->setStyleSheet(QString::fromUtf8("color: rgb(255, 255, 255);\n"
  461. "font: 10pt \"\345\276\256\350\275\257\351\233\205\351\273\221\";"));
  462. horizontalLayout_10->addWidget(LABLE_log);
  463. horizontalSpacer_11 = new QSpacerItem(553, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  464. horizontalLayout_10->addItem(horizontalSpacer_11);
  465. BTN_saveConfig = new QPushButton(Tool_widget);
  466. BTN_saveConfig->setObjectName(QString::fromUtf8("BTN_saveConfig"));
  467. sizePolicy1.setHeightForWidth(BTN_saveConfig->sizePolicy().hasHeightForWidth());
  468. BTN_saveConfig->setSizePolicy(sizePolicy1);
  469. horizontalLayout_10->addWidget(BTN_saveConfig);
  470. BTN_softTriggerOnce = new QPushButton(Tool_widget);
  471. BTN_softTriggerOnce->setObjectName(QString::fromUtf8("BTN_softTriggerOnce"));
  472. sizePolicy1.setHeightForWidth(BTN_softTriggerOnce->sizePolicy().hasHeightForWidth());
  473. BTN_softTriggerOnce->setSizePolicy(sizePolicy1);
  474. horizontalLayout_10->addWidget(BTN_softTriggerOnce);
  475. horizontalLayout_10->setStretch(0, 1);
  476. horizontalLayout_10->setStretch(1, 9);
  477. horizontalLayout_10->setStretch(2, 9);
  478. horizontalLayout_10->setStretch(3, 2);
  479. horizontalLayout_10->setStretch(4, 2);
  480. verticalLayout_3->addWidget(Tool_widget);
  481. retranslateUi(CameraPar);
  482. QMetaObject::connectSlotsByName(CameraPar);
  483. } // setupUi
  484. void retranslateUi(QWidget *CameraPar)
  485. {
  486. CameraPar->setWindowTitle(QCoreApplication::translate("CameraPar", "\347\233\270\346\234\272\351\205\215\347\275\256", nullptr));
  487. label_8->setText(QCoreApplication::translate("CameraPar", "\347\233\270\346\234\272\345\223\201\347\211\214", nullptr));
  488. cbboxCamType->setItemText(0, QCoreApplication::translate("CameraPar", "HikCam", nullptr));
  489. label->setText(QCoreApplication::translate("CameraPar", "\347\233\270\346\234\272 SN", nullptr));
  490. CBX_camSn->setCurrentText(QString());
  491. BTN_cameraSearch->setText(QCoreApplication::translate("CameraPar", "\346\220\234\347\264\242\347\233\270\346\234\272", nullptr));
  492. BTN_connCamera->setText(QCoreApplication::translate("CameraPar", "\350\277\236\346\216\245\347\233\270\346\234\272", nullptr));
  493. BTN_disconnCamera->setText(QCoreApplication::translate("CameraPar", "\346\226\255\345\274\200\347\233\270\346\234\272", nullptr));
  494. label_3->setText(QCoreApplication::translate("CameraPar", "\346\233\235\345\205\211(us)", nullptr));
  495. label_10->setText(QCoreApplication::translate("CameraPar", "\345\242\236\347\233\212(dB)", nullptr));
  496. label_4->setText(QCoreApplication::translate("CameraPar", "\345\273\266\346\227\266(ms)", nullptr));
  497. label_6->setText(QCoreApplication::translate("CameraPar", "\350\247\246\345\217\221\346\250\241\345\274\217", nullptr));
  498. CBBOX_triggerMode->setItemText(0, QCoreApplication::translate("CameraPar", "\350\247\206\351\242\221\346\250\241\345\274\217", nullptr));
  499. CBBOX_triggerMode->setItemText(1, QCoreApplication::translate("CameraPar", "\350\275\257\350\247\246\345\217\221", nullptr));
  500. CBBOX_triggerMode->setItemText(2, QCoreApplication::translate("CameraPar", "\347\272\277\350\267\2570", nullptr));
  501. CBBOX_triggerMode->setItemText(3, QCoreApplication::translate("CameraPar", "\347\272\277\350\267\2572", nullptr));
  502. CBBOX_triggerMode->setItemText(4, QCoreApplication::translate("CameraPar", "\347\272\277\350\267\2573", nullptr));
  503. CBBOX_triggerMode->setItemText(5, QCoreApplication::translate("CameraPar", "\345\244\232\350\267\257", nullptr));
  504. label_5->setText(QCoreApplication::translate("CameraPar", "\345\233\276\345\203\217\346\270\205\346\231\260\345\272\246", nullptr));
  505. LABEL_showWindow->setText(QString());
  506. LABLE_logIcon->setText(QString());
  507. LABLE_log->setText(QString());
  508. BTN_saveConfig->setText(QCoreApplication::translate("CameraPar", "\344\277\235\345\255\230\351\205\215\347\275\256", nullptr));
  509. BTN_softTriggerOnce->setText(QCoreApplication::translate("CameraPar", "\350\275\257\350\247\246\345\217\221\344\270\200\346\254\241", nullptr));
  510. } // retranslateUi
  511. };
  512. namespace Ui {
  513. class CameraPar: public Ui_CameraPar {};
  514. } // namespace Ui
  515. QT_END_NAMESPACE
  516. #endif // UI_CAMERAPAR_H