camerapar.ui 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CameraPar</class>
  4. <widget class="QWidget" name="CameraPar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1000</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>1000</width>
  22. <height>600</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>1000</width>
  28. <height>600</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>相机配置</string>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true">background-color: rgb(37, 37, 37);
  36. color:rgb(255,255,255);</string>
  37. </property>
  38. <layout class="QVBoxLayout" name="verticalLayout_3">
  39. <item>
  40. <widget class="QWidget" name="widget" native="true">
  41. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="3,5">
  42. <item>
  43. <widget class="QWidget" name="widget_2" native="true">
  44. <property name="minimumSize">
  45. <size>
  46. <width>0</width>
  47. <height>0</height>
  48. </size>
  49. </property>
  50. <widget class="QWidget" name="layoutWidget">
  51. <property name="geometry">
  52. <rect>
  53. <x>30</x>
  54. <y>70</y>
  55. <width>291</width>
  56. <height>381</height>
  57. </rect>
  58. </property>
  59. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,1,1,5">
  60. <property name="spacing">
  61. <number>10</number>
  62. </property>
  63. <item>
  64. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1">
  65. <item>
  66. <widget class="QLabel" name="label_8">
  67. <property name="styleSheet">
  68. <string notr="true">color: rgb(255, 255, 255);
  69. font: 10pt &quot;微软雅黑&quot;;</string>
  70. </property>
  71. <property name="text">
  72. <string>相机品牌</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <spacer name="horizontalSpacer">
  78. <property name="orientation">
  79. <enum>Qt::Horizontal</enum>
  80. </property>
  81. <property name="sizeHint" stdset="0">
  82. <size>
  83. <width>40</width>
  84. <height>20</height>
  85. </size>
  86. </property>
  87. </spacer>
  88. </item>
  89. <item>
  90. <widget class="QComboBox" name="cbboxCamType">
  91. <property name="styleSheet">
  92. <string notr="true">QComboBox QAbstractItemView
  93. {
  94. border:0px;
  95. outline:none;
  96. color: rgb(255, 255, 255);
  97. font: 10pt &quot;微软雅黑&quot;;
  98. background-color: rgb(37, 37, 37);
  99. }
  100. QComboBox
  101. {
  102. border:0px;
  103. border-bottom:2px solid rgb(11, 95, 86);
  104. background: transparent;
  105. color: rgb(255, 255, 255);
  106. font: 10pt &quot;微软雅黑&quot;;
  107. }
  108. QComboBox QAbstractItemView::item
  109. {
  110. height: 50px;
  111. }
  112. QComboBox QAbstractItemView::item:hover
  113. {
  114. background: rgb(230, 230, 230);
  115. color: rgb(255, 255, 255);
  116. font: 10pt &quot;微软雅黑&quot;;
  117. }
  118. QComboBox QAbstractItemView::item:selected
  119. {
  120. background: rgb(58, 58, 58);
  121. color: rgb(255, 255, 255);
  122. font: 10pt &quot;微软雅黑&quot;;
  123. }
  124. QComboBox::down-arrow
  125. {
  126. image: url(:/image/logo.png);
  127. }
  128. QComboBox::drop-down
  129. {
  130. background: transparent;
  131. }
  132. </string>
  133. </property>
  134. <property name="editable">
  135. <bool>false</bool>
  136. </property>
  137. <item>
  138. <property name="text">
  139. <string>HikCam</string>
  140. </property>
  141. </item>
  142. </widget>
  143. </item>
  144. </layout>
  145. </item>
  146. <item>
  147. <layout class="QHBoxLayout" name="horizontalLayout_8" stretch="1,2,1">
  148. <item>
  149. <widget class="QLabel" name="label">
  150. <property name="sizePolicy">
  151. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  152. <horstretch>0</horstretch>
  153. <verstretch>0</verstretch>
  154. </sizepolicy>
  155. </property>
  156. <property name="minimumSize">
  157. <size>
  158. <width>0</width>
  159. <height>0</height>
  160. </size>
  161. </property>
  162. <property name="styleSheet">
  163. <string notr="true">color: rgb(255, 255, 255);
  164. font: 10pt &quot;微软雅黑&quot;;</string>
  165. </property>
  166. <property name="text">
  167. <string>相机 SN</string>
  168. </property>
  169. <property name="alignment">
  170. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QComboBox" name="CBX_camSn">
  176. <property name="sizePolicy">
  177. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  178. <horstretch>0</horstretch>
  179. <verstretch>0</verstretch>
  180. </sizepolicy>
  181. </property>
  182. <property name="minimumSize">
  183. <size>
  184. <width>0</width>
  185. <height>0</height>
  186. </size>
  187. </property>
  188. <property name="styleSheet">
  189. <string notr="true">QComboBox QAbstractItemView
  190. {
  191. border:0px;
  192. outline:none;
  193. color: rgb(255, 255, 255);
  194. font: 10pt &quot;微软雅黑&quot;;
  195. background-color: rgb(37, 37, 37);
  196. }
  197. QComboBox
  198. {
  199. border:0px;
  200. border-bottom:2px solid rgb(11, 95, 86);
  201. background: transparent;
  202. color: rgb(255, 255, 255);
  203. font: 10pt &quot;微软雅黑&quot;;
  204. }
  205. QComboBox QAbstractItemView::item
  206. {
  207. height: 50px;
  208. }
  209. QComboBox QAbstractItemView::item:hover
  210. {
  211. background: rgb(230, 230, 230);
  212. color: rgb(255, 255, 255);
  213. font: 10pt &quot;微软雅黑&quot;;
  214. }
  215. QComboBox QAbstractItemView::item:selected
  216. {
  217. background: rgb(58, 58, 58);
  218. color: rgb(255, 255, 255);
  219. font: 10pt &quot;微软雅黑&quot;;
  220. }
  221. QComboBox::down-arrow
  222. {
  223. image: url(:/Assets/View/logo.png);
  224. }
  225. QComboBox::drop-down
  226. {
  227. background: transparent;
  228. }
  229. </string>
  230. </property>
  231. <property name="currentText">
  232. <string/>
  233. </property>
  234. </widget>
  235. </item>
  236. <item>
  237. <widget class="QPushButton" name="BTN_cameraSearch">
  238. <property name="sizePolicy">
  239. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  240. <horstretch>0</horstretch>
  241. <verstretch>0</verstretch>
  242. </sizepolicy>
  243. </property>
  244. <property name="minimumSize">
  245. <size>
  246. <width>0</width>
  247. <height>0</height>
  248. </size>
  249. </property>
  250. <property name="styleSheet">
  251. <string notr="true"/>
  252. </property>
  253. <property name="text">
  254. <string>搜索相机</string>
  255. </property>
  256. </widget>
  257. </item>
  258. </layout>
  259. </item>
  260. <item>
  261. <widget class="QWidget" name="WGT_cam" native="true">
  262. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="1">
  263. <property name="spacing">
  264. <number>10</number>
  265. </property>
  266. <property name="leftMargin">
  267. <number>0</number>
  268. </property>
  269. <property name="topMargin">
  270. <number>0</number>
  271. </property>
  272. <property name="rightMargin">
  273. <number>0</number>
  274. </property>
  275. <property name="bottomMargin">
  276. <number>0</number>
  277. </property>
  278. <item>
  279. <layout class="QHBoxLayout" name="horizontalLayout_9" stretch="1,2,1,2,1">
  280. <item>
  281. <spacer name="horizontalSpacer_8">
  282. <property name="orientation">
  283. <enum>Qt::Horizontal</enum>
  284. </property>
  285. <property name="sizeHint" stdset="0">
  286. <size>
  287. <width>40</width>
  288. <height>20</height>
  289. </size>
  290. </property>
  291. </spacer>
  292. </item>
  293. <item>
  294. <widget class="QPushButton" name="BTN_connCamera">
  295. <property name="sizePolicy">
  296. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  297. <horstretch>0</horstretch>
  298. <verstretch>0</verstretch>
  299. </sizepolicy>
  300. </property>
  301. <property name="text">
  302. <string>连接相机</string>
  303. </property>
  304. </widget>
  305. </item>
  306. <item>
  307. <spacer name="horizontalSpacer_2">
  308. <property name="orientation">
  309. <enum>Qt::Horizontal</enum>
  310. </property>
  311. <property name="sizeHint" stdset="0">
  312. <size>
  313. <width>40</width>
  314. <height>20</height>
  315. </size>
  316. </property>
  317. </spacer>
  318. </item>
  319. <item>
  320. <widget class="QPushButton" name="BTN_disconnCamera">
  321. <property name="sizePolicy">
  322. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  323. <horstretch>0</horstretch>
  324. <verstretch>0</verstretch>
  325. </sizepolicy>
  326. </property>
  327. <property name="text">
  328. <string>断开相机</string>
  329. </property>
  330. </widget>
  331. </item>
  332. <item>
  333. <spacer name="horizontalSpacer_9">
  334. <property name="orientation">
  335. <enum>Qt::Horizontal</enum>
  336. </property>
  337. <property name="sizeHint" stdset="0">
  338. <size>
  339. <width>40</width>
  340. <height>20</height>
  341. </size>
  342. </property>
  343. </spacer>
  344. </item>
  345. </layout>
  346. </item>
  347. </layout>
  348. </widget>
  349. </item>
  350. <item>
  351. <widget class="QWidget" name="WGT_camConfig" native="true">
  352. <layout class="QVBoxLayout" name="verticalLayout_4" stretch="1,1,1,1">
  353. <property name="spacing">
  354. <number>10</number>
  355. </property>
  356. <property name="leftMargin">
  357. <number>0</number>
  358. </property>
  359. <property name="topMargin">
  360. <number>0</number>
  361. </property>
  362. <property name="rightMargin">
  363. <number>0</number>
  364. </property>
  365. <property name="bottomMargin">
  366. <number>0</number>
  367. </property>
  368. <item>
  369. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,2">
  370. <property name="spacing">
  371. <number>0</number>
  372. </property>
  373. <item>
  374. <widget class="QLabel" name="label_3">
  375. <property name="styleSheet">
  376. <string notr="true">color: rgb(255, 255, 255);
  377. font: 10pt &quot;微软雅黑&quot;;</string>
  378. </property>
  379. <property name="text">
  380. <string>曝光(us)</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item>
  385. <spacer name="horizontalSpacer_3">
  386. <property name="orientation">
  387. <enum>Qt::Horizontal</enum>
  388. </property>
  389. <property name="sizeHint" stdset="0">
  390. <size>
  391. <width>40</width>
  392. <height>20</height>
  393. </size>
  394. </property>
  395. </spacer>
  396. </item>
  397. <item>
  398. <widget class="QDoubleSpinBox" name="DSPB_exp">
  399. <property name="sizePolicy">
  400. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  401. <horstretch>0</horstretch>
  402. <verstretch>0</verstretch>
  403. </sizepolicy>
  404. </property>
  405. <property name="maximum">
  406. <double>100000000.000000000000000</double>
  407. </property>
  408. </widget>
  409. </item>
  410. </layout>
  411. </item>
  412. <item>
  413. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="1,1,2">
  414. <property name="spacing">
  415. <number>0</number>
  416. </property>
  417. <item>
  418. <widget class="QLabel" name="label_10">
  419. <property name="styleSheet">
  420. <string notr="true">color: rgb(255, 255, 255);
  421. font: 10pt &quot;微软雅黑&quot;;</string>
  422. </property>
  423. <property name="text">
  424. <string>增益(dB)</string>
  425. </property>
  426. </widget>
  427. </item>
  428. <item>
  429. <spacer name="horizontalSpacer_4">
  430. <property name="orientation">
  431. <enum>Qt::Horizontal</enum>
  432. </property>
  433. <property name="sizeHint" stdset="0">
  434. <size>
  435. <width>40</width>
  436. <height>20</height>
  437. </size>
  438. </property>
  439. </spacer>
  440. </item>
  441. <item>
  442. <widget class="QDoubleSpinBox" name="DSPB_gain">
  443. <property name="sizePolicy">
  444. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  445. <horstretch>0</horstretch>
  446. <verstretch>0</verstretch>
  447. </sizepolicy>
  448. </property>
  449. <property name="maximum">
  450. <double>100000000.000000000000000</double>
  451. </property>
  452. </widget>
  453. </item>
  454. </layout>
  455. </item>
  456. <item>
  457. <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="1,1,2">
  458. <property name="spacing">
  459. <number>0</number>
  460. </property>
  461. <item>
  462. <widget class="QLabel" name="label_4">
  463. <property name="styleSheet">
  464. <string notr="true">color: rgb(255, 255, 255);
  465. font: 10pt &quot;微软雅黑&quot;;</string>
  466. </property>
  467. <property name="text">
  468. <string>延时(ms)</string>
  469. </property>
  470. </widget>
  471. </item>
  472. <item>
  473. <spacer name="horizontalSpacer_5">
  474. <property name="orientation">
  475. <enum>Qt::Horizontal</enum>
  476. </property>
  477. <property name="sizeHint" stdset="0">
  478. <size>
  479. <width>40</width>
  480. <height>20</height>
  481. </size>
  482. </property>
  483. </spacer>
  484. </item>
  485. <item>
  486. <widget class="QSpinBox" name="SPB_delay">
  487. <property name="sizePolicy">
  488. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  489. <horstretch>0</horstretch>
  490. <verstretch>0</verstretch>
  491. </sizepolicy>
  492. </property>
  493. <property name="maximum">
  494. <number>10000</number>
  495. </property>
  496. </widget>
  497. </item>
  498. </layout>
  499. </item>
  500. <item>
  501. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="1,1,2">
  502. <property name="spacing">
  503. <number>0</number>
  504. </property>
  505. <item>
  506. <widget class="QLabel" name="label_6">
  507. <property name="styleSheet">
  508. <string notr="true">color: rgb(255, 255, 255);
  509. font: 10pt &quot;微软雅黑&quot;;</string>
  510. </property>
  511. <property name="text">
  512. <string>触发模式</string>
  513. </property>
  514. </widget>
  515. </item>
  516. <item>
  517. <spacer name="horizontalSpacer_6">
  518. <property name="orientation">
  519. <enum>Qt::Horizontal</enum>
  520. </property>
  521. <property name="sizeHint" stdset="0">
  522. <size>
  523. <width>40</width>
  524. <height>20</height>
  525. </size>
  526. </property>
  527. </spacer>
  528. </item>
  529. <item>
  530. <widget class="QComboBox" name="CBBOX_triggerMode">
  531. <property name="sizePolicy">
  532. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  533. <horstretch>0</horstretch>
  534. <verstretch>0</verstretch>
  535. </sizepolicy>
  536. </property>
  537. <property name="styleSheet">
  538. <string notr="true">QComboBox QAbstractItemView
  539. {
  540. border:0px;
  541. outline:none;
  542. color: rgb(255, 255, 255);
  543. font: 10pt &quot;微软雅黑&quot;;
  544. background-color: rgb(37, 37, 37);
  545. }
  546. QComboBox
  547. {
  548. border:0px;
  549. border-bottom:2px solid rgb(11, 95, 86);
  550. background: transparent;
  551. color: rgb(255, 255, 255);
  552. font: 10pt &quot;微软雅黑&quot;;
  553. }
  554. QComboBox QAbstractItemView::item
  555. {
  556. height: 50px;
  557. }
  558. QComboBox QAbstractItemView::item:hover
  559. {
  560. background: rgb(230, 230, 230);
  561. color: rgb(255, 255, 255);
  562. font: 10pt &quot;微软雅黑&quot;;
  563. }
  564. QComboBox QAbstractItemView::item:selected
  565. {
  566. background: rgb(58, 58, 58);
  567. color: rgb(255, 255, 255);
  568. font: 10pt &quot;微软雅黑&quot;;
  569. }
  570. QComboBox::down-arrow
  571. {
  572. image: url(:/image/logo.png);
  573. }
  574. QComboBox::drop-down
  575. {
  576. background: transparent;
  577. }
  578. </string>
  579. </property>
  580. <item>
  581. <property name="text">
  582. <string>视频模式</string>
  583. </property>
  584. </item>
  585. <item>
  586. <property name="text">
  587. <string>软触发</string>
  588. </property>
  589. </item>
  590. <item>
  591. <property name="text">
  592. <string>线路0</string>
  593. </property>
  594. </item>
  595. <item>
  596. <property name="text">
  597. <string>线路2</string>
  598. </property>
  599. </item>
  600. <item>
  601. <property name="text">
  602. <string>线路3</string>
  603. </property>
  604. </item>
  605. <item>
  606. <property name="text">
  607. <string>多路</string>
  608. </property>
  609. </item>
  610. </widget>
  611. </item>
  612. </layout>
  613. </item>
  614. </layout>
  615. </widget>
  616. </item>
  617. </layout>
  618. </widget>
  619. <widget class="QWidget" name="layoutWidget">
  620. <property name="geometry">
  621. <rect>
  622. <x>30</x>
  623. <y>471</y>
  624. <width>291</width>
  625. <height>31</height>
  626. </rect>
  627. </property>
  628. <layout class="QHBoxLayout" name="horizontalLayout_7">
  629. <item>
  630. <widget class="QLabel" name="label_5">
  631. <property name="styleSheet">
  632. <string notr="true">color: rgb(255, 255, 255);
  633. font: 10pt &quot;微软雅黑&quot;;</string>
  634. </property>
  635. <property name="text">
  636. <string>图像清晰度</string>
  637. </property>
  638. </widget>
  639. </item>
  640. <item>
  641. <widget class="QProgressBar" name="PGB_imgSharpness">
  642. <property name="value">
  643. <number>24</number>
  644. </property>
  645. </widget>
  646. </item>
  647. </layout>
  648. </widget>
  649. </widget>
  650. </item>
  651. <item>
  652. <widget class="CamShowLabel" name="LABEL_showWindow">
  653. <property name="styleSheet">
  654. <string notr="true">background-color: rgb(0, 0, 0);</string>
  655. </property>
  656. <property name="text">
  657. <string/>
  658. </property>
  659. </widget>
  660. </item>
  661. </layout>
  662. </widget>
  663. </item>
  664. <item>
  665. <widget class="QWidget" name="Tool_widget" native="true">
  666. <property name="minimumSize">
  667. <size>
  668. <width>0</width>
  669. <height>42</height>
  670. </size>
  671. </property>
  672. <property name="maximumSize">
  673. <size>
  674. <width>16777215</width>
  675. <height>42</height>
  676. </size>
  677. </property>
  678. <property name="styleSheet">
  679. <string notr="true"/>
  680. </property>
  681. <layout class="QHBoxLayout" name="horizontalLayout_10" stretch="1,9,9,2,2">
  682. <property name="leftMargin">
  683. <number>6</number>
  684. </property>
  685. <property name="topMargin">
  686. <number>6</number>
  687. </property>
  688. <property name="rightMargin">
  689. <number>6</number>
  690. </property>
  691. <property name="bottomMargin">
  692. <number>6</number>
  693. </property>
  694. <item>
  695. <widget class="QLabel" name="LABLE_logIcon">
  696. <property name="text">
  697. <string/>
  698. </property>
  699. </widget>
  700. </item>
  701. <item>
  702. <widget class="QLabel" name="LABLE_log">
  703. <property name="enabled">
  704. <bool>true</bool>
  705. </property>
  706. <property name="minimumSize">
  707. <size>
  708. <width>200</width>
  709. <height>0</height>
  710. </size>
  711. </property>
  712. <property name="styleSheet">
  713. <string notr="true">color: rgb(255, 255, 255);
  714. font: 10pt &quot;微软雅黑&quot;;</string>
  715. </property>
  716. <property name="text">
  717. <string/>
  718. </property>
  719. </widget>
  720. </item>
  721. <item>
  722. <spacer name="horizontalSpacer_11">
  723. <property name="orientation">
  724. <enum>Qt::Horizontal</enum>
  725. </property>
  726. <property name="sizeHint" stdset="0">
  727. <size>
  728. <width>553</width>
  729. <height>20</height>
  730. </size>
  731. </property>
  732. </spacer>
  733. </item>
  734. <item>
  735. <widget class="QPushButton" name="BTN_saveConfig">
  736. <property name="sizePolicy">
  737. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  738. <horstretch>0</horstretch>
  739. <verstretch>0</verstretch>
  740. </sizepolicy>
  741. </property>
  742. <property name="text">
  743. <string>保存配置</string>
  744. </property>
  745. </widget>
  746. </item>
  747. <item>
  748. <widget class="QPushButton" name="BTN_softTriggerOnce">
  749. <property name="sizePolicy">
  750. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  751. <horstretch>0</horstretch>
  752. <verstretch>0</verstretch>
  753. </sizepolicy>
  754. </property>
  755. <property name="text">
  756. <string>软触发一次</string>
  757. </property>
  758. </widget>
  759. </item>
  760. </layout>
  761. </widget>
  762. </item>
  763. </layout>
  764. </widget>
  765. <customwidgets>
  766. <customwidget>
  767. <class>CamShowLabel</class>
  768. <extends>QLabel</extends>
  769. <header location="global">camshowlabel.h</header>
  770. </customwidget>
  771. </customwidgets>
  772. <resources/>
  773. <connections/>
  774. </ui>