You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3382 lines
131 KiB

2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1244</width>
  10. <height>790</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>8</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>相机光源和时序控制器</string>
  21. </property>
  22. <widget class="QWidget" name="top">
  23. <layout class="QVBoxLayout" name="verticalLayout">
  24. <item>
  25. <widget class="QWidget" name="top2" native="true">
  26. <property name="sizePolicy">
  27. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  28. <horstretch>0</horstretch>
  29. <verstretch>0</verstretch>
  30. </sizepolicy>
  31. </property>
  32. <layout class="QHBoxLayout" name="horizontalLayout">
  33. <item>
  34. <widget class="QWidget" name="sidebar" native="true">
  35. <property name="minimumSize">
  36. <size>
  37. <width>200</width>
  38. <height>0</height>
  39. </size>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>200</width>
  44. <height>16777215</height>
  45. </size>
  46. </property>
  47. <layout class="QVBoxLayout" name="verticalLayout_2">
  48. <item>
  49. <widget class="QGroupBox" name="serialSettingGB">
  50. <property name="maximumSize">
  51. <size>
  52. <width>16777215</width>
  53. <height>16777215</height>
  54. </size>
  55. </property>
  56. <property name="title">
  57. <string>串口设置</string>
  58. </property>
  59. <layout class="QGridLayout" name="gridLayout">
  60. <item row="0" column="1">
  61. <widget class="QComboBox" name="serialPortCB"/>
  62. </item>
  63. <item row="3" column="0" colspan="2">
  64. <widget class="QPushButton" name="serialOpenKey">
  65. <property name="text">
  66. <string>打开</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item row="1" column="1">
  71. <widget class="QComboBox" name="serialBaudrateCB"/>
  72. </item>
  73. <item row="1" column="0">
  74. <widget class="QLabel" name="serialBaudrateLable">
  75. <property name="text">
  76. <string>波特率</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="0" column="0">
  81. <widget class="QLabel" name="serialPortLable">
  82. <property name="text">
  83. <string>串口</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="2" column="0" colspan="2">
  88. <widget class="QPushButton" name="serialPortRefreshKey">
  89. <property name="text">
  90. <string>刷新</string>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QGroupBox" name="StateGB">
  99. <property name="sizePolicy">
  100. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  101. <horstretch>0</horstretch>
  102. <verstretch>0</verstretch>
  103. </sizepolicy>
  104. </property>
  105. <property name="minimumSize">
  106. <size>
  107. <width>0</width>
  108. <height>0</height>
  109. </size>
  110. </property>
  111. <property name="maximumSize">
  112. <size>
  113. <width>16777215</width>
  114. <height>16777215</height>
  115. </size>
  116. </property>
  117. <property name="autoFillBackground">
  118. <bool>false</bool>
  119. </property>
  120. <property name="title">
  121. <string>状态</string>
  122. </property>
  123. <layout class="QFormLayout" name="formLayout_2">
  124. <item row="0" column="0">
  125. <widget class="QLabel" name="DeviceConnectStateLable">
  126. <property name="sizePolicy">
  127. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  128. <horstretch>0</horstretch>
  129. <verstretch>0</verstretch>
  130. </sizepolicy>
  131. </property>
  132. <property name="minimumSize">
  133. <size>
  134. <width>0</width>
  135. <height>25</height>
  136. </size>
  137. </property>
  138. <property name="maximumSize">
  139. <size>
  140. <width>16777215</width>
  141. <height>25</height>
  142. </size>
  143. </property>
  144. <property name="text">
  145. <string>设备连接状态</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item row="0" column="1">
  150. <widget class="QTextBrowser" name="DeviceConnectStateTB">
  151. <property name="sizePolicy">
  152. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  153. <horstretch>0</horstretch>
  154. <verstretch>0</verstretch>
  155. </sizepolicy>
  156. </property>
  157. <property name="minimumSize">
  158. <size>
  159. <width>0</width>
  160. <height>25</height>
  161. </size>
  162. </property>
  163. <property name="maximumSize">
  164. <size>
  165. <width>16777215</width>
  166. <height>25</height>
  167. </size>
  168. </property>
  169. <property name="lineWrapColumnOrWidth">
  170. <number>2</number>
  171. </property>
  172. </widget>
  173. </item>
  174. </layout>
  175. </widget>
  176. </item>
  177. <item>
  178. <widget class="QGroupBox" name="MessageGB">
  179. <property name="title">
  180. <string>信息栏</string>
  181. </property>
  182. <layout class="QVBoxLayout" name="verticalLayout_4">
  183. <item>
  184. <widget class="QTextBrowser" name="informationBrowser">
  185. <property name="sizePolicy">
  186. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  187. <horstretch>0</horstretch>
  188. <verstretch>0</verstretch>
  189. </sizepolicy>
  190. </property>
  191. <property name="minimumSize">
  192. <size>
  193. <width>0</width>
  194. <height>25</height>
  195. </size>
  196. </property>
  197. <property name="maximumSize">
  198. <size>
  199. <width>16777215</width>
  200. <height>25</height>
  201. </size>
  202. </property>
  203. <property name="autoFillBackground">
  204. <bool>false</bool>
  205. </property>
  206. </widget>
  207. </item>
  208. </layout>
  209. </widget>
  210. </item>
  211. <item>
  212. <widget class="QGroupBox" name="FunctionKeyGB">
  213. <property name="minimumSize">
  214. <size>
  215. <width>0</width>
  216. <height>0</height>
  217. </size>
  218. </property>
  219. <property name="title">
  220. <string>功能按键</string>
  221. </property>
  222. <layout class="QVBoxLayout" name="verticalLayout_3">
  223. <item>
  224. <widget class="QPushButton" name="refreshPageKey">
  225. <property name="text">
  226. <string>刷新页面</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item>
  231. <widget class="QPushButton" name="UpdateCfg_Key">
  232. <property name="text">
  233. <string>提交配置</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <widget class="QPushButton" name="storageConfigKey">
  239. <property name="text">
  240. <string>保存配置</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item>
  245. <widget class="QPushButton" name="rebootDeviceKey">
  246. <property name="text">
  247. <string>重启设备</string>
  248. </property>
  249. </widget>
  250. </item>
  251. <item>
  252. <widget class="QPushButton" name="factoryResetKey">
  253. <property name="text">
  254. <string>恢复出厂设置</string>
  255. </property>
  256. </widget>
  257. </item>
  258. <item>
  259. <widget class="QPushButton" name="InterClk_trigger_Key">
  260. <property name="text">
  261. <string>触发(内部)</string>
  262. </property>
  263. </widget>
  264. </item>
  265. <item>
  266. <widget class="QPushButton" name="InterClk_stop_Key">
  267. <property name="text">
  268. <string>停止(内部)</string>
  269. </property>
  270. </widget>
  271. </item>
  272. </layout>
  273. </widget>
  274. </item>
  275. <item>
  276. <widget class="QGroupBox" name="RegOpeation">
  277. <property name="minimumSize">
  278. <size>
  279. <width>0</width>
  280. <height>0</height>
  281. </size>
  282. </property>
  283. <property name="title">
  284. <string>寄存器操作</string>
  285. </property>
  286. <layout class="QGridLayout" name="gridLayout_2">
  287. <item row="2" column="0">
  288. <widget class="QLabel" name="regReadbakValLable">
  289. <property name="sizePolicy">
  290. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  291. <horstretch>0</horstretch>
  292. <verstretch>0</verstretch>
  293. </sizepolicy>
  294. </property>
  295. <property name="minimumSize">
  296. <size>
  297. <width>0</width>
  298. <height>25</height>
  299. </size>
  300. </property>
  301. <property name="maximumSize">
  302. <size>
  303. <width>16777215</width>
  304. <height>25</height>
  305. </size>
  306. </property>
  307. <property name="text">
  308. <string>读数值</string>
  309. </property>
  310. </widget>
  311. </item>
  312. <item row="0" column="0">
  313. <widget class="QLabel" name="RegAddLable">
  314. <property name="sizePolicy">
  315. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  316. <horstretch>0</horstretch>
  317. <verstretch>0</verstretch>
  318. </sizepolicy>
  319. </property>
  320. <property name="minimumSize">
  321. <size>
  322. <width>0</width>
  323. <height>25</height>
  324. </size>
  325. </property>
  326. <property name="maximumSize">
  327. <size>
  328. <width>16777215</width>
  329. <height>25</height>
  330. </size>
  331. </property>
  332. <property name="text">
  333. <string>地址</string>
  334. </property>
  335. </widget>
  336. </item>
  337. <item row="4" column="0">
  338. <widget class="QLabel" name="regWritebakValLable">
  339. <property name="sizePolicy">
  340. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  341. <horstretch>0</horstretch>
  342. <verstretch>0</verstretch>
  343. </sizepolicy>
  344. </property>
  345. <property name="minimumSize">
  346. <size>
  347. <width>0</width>
  348. <height>25</height>
  349. </size>
  350. </property>
  351. <property name="maximumSize">
  352. <size>
  353. <width>16777215</width>
  354. <height>25</height>
  355. </size>
  356. </property>
  357. <property name="text">
  358. <string>写数值</string>
  359. </property>
  360. </widget>
  361. </item>
  362. <item row="2" column="1">
  363. <widget class="QTextBrowser" name="regReadbakVal">
  364. <property name="sizePolicy">
  365. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  366. <horstretch>0</horstretch>
  367. <verstretch>0</verstretch>
  368. </sizepolicy>
  369. </property>
  370. <property name="minimumSize">
  371. <size>
  372. <width>0</width>
  373. <height>25</height>
  374. </size>
  375. </property>
  376. <property name="maximumSize">
  377. <size>
  378. <width>16777215</width>
  379. <height>25</height>
  380. </size>
  381. </property>
  382. <property name="lineWrapColumnOrWidth">
  383. <number>2</number>
  384. </property>
  385. </widget>
  386. </item>
  387. <item row="5" column="0">
  388. <widget class="QPushButton" name="regReadKey">
  389. <property name="text">
  390. <string>读寄存器</string>
  391. </property>
  392. </widget>
  393. </item>
  394. <item row="5" column="1">
  395. <widget class="QPushButton" name="regWriteKey">
  396. <property name="text">
  397. <string>写寄存器</string>
  398. </property>
  399. </widget>
  400. </item>
  401. <item row="0" column="1">
  402. <widget class="QLineEdit" name="RegAdd">
  403. <property name="minimumSize">
  404. <size>
  405. <width>0</width>
  406. <height>25</height>
  407. </size>
  408. </property>
  409. </widget>
  410. </item>
  411. <item row="4" column="1">
  412. <widget class="QLineEdit" name="regWriteVal">
  413. <property name="minimumSize">
  414. <size>
  415. <width>0</width>
  416. <height>25</height>
  417. </size>
  418. </property>
  419. </widget>
  420. </item>
  421. </layout>
  422. </widget>
  423. </item>
  424. <item>
  425. <spacer name="verticalSpacer">
  426. <property name="orientation">
  427. <enum>Qt::Vertical</enum>
  428. </property>
  429. <property name="sizeHint" stdset="0">
  430. <size>
  431. <width>20</width>
  432. <height>40</height>
  433. </size>
  434. </property>
  435. </spacer>
  436. </item>
  437. </layout>
  438. </widget>
  439. </item>
  440. <item>
  441. <widget class="QWidget" name="content" native="true">
  442. <layout class="QVBoxLayout" name="verticalLayout_5">
  443. <item alignment="Qt::AlignLeft">
  444. <widget class="QTabWidget" name="contentTab">
  445. <property name="sizePolicy">
  446. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  447. <horstretch>0</horstretch>
  448. <verstretch>10</verstretch>
  449. </sizepolicy>
  450. </property>
  451. <property name="currentIndex">
  452. <number>1</number>
  453. </property>
  454. <property name="tabBarAutoHide">
  455. <bool>true</bool>
  456. </property>
  457. <widget class="QWidget" name="tab0">
  458. <attribute name="title">
  459. <string>外部触发源配置</string>
  460. </attribute>
  461. <layout class="QGridLayout" name="gridLayout_9">
  462. <item row="0" column="2">
  463. <widget class="QGroupBox" name="TriInX_DB_3">
  464. <property name="maximumSize">
  465. <size>
  466. <width>400</width>
  467. <height>16777215</height>
  468. </size>
  469. </property>
  470. <property name="title">
  471. <string>外部触发3</string>
  472. </property>
  473. <layout class="QGridLayout" name="gridLayout_10">
  474. <item row="9" column="0" colspan="2">
  475. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_3">
  476. <property name="minimumSize">
  477. <size>
  478. <width>0</width>
  479. <height>120</height>
  480. </size>
  481. </property>
  482. <property name="maximumSize">
  483. <size>
  484. <width>16777215</width>
  485. <height>120</height>
  486. </size>
  487. </property>
  488. <property name="title">
  489. <string>TRIGGER_MODE配置</string>
  490. </property>
  491. <layout class="QGridLayout" name="gridLayout_11">
  492. <item row="0" column="1">
  493. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_3">
  494. <property name="minimumSize">
  495. <size>
  496. <width>0</width>
  497. <height>25</height>
  498. </size>
  499. </property>
  500. </widget>
  501. </item>
  502. <item row="3" column="1">
  503. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_3">
  504. <property name="minimumSize">
  505. <size>
  506. <width>0</width>
  507. <height>25</height>
  508. </size>
  509. </property>
  510. </widget>
  511. </item>
  512. <item row="3" column="0">
  513. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_3">
  514. <property name="sizePolicy">
  515. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  516. <horstretch>0</horstretch>
  517. <verstretch>0</verstretch>
  518. </sizepolicy>
  519. </property>
  520. <property name="minimumSize">
  521. <size>
  522. <width>0</width>
  523. <height>25</height>
  524. </size>
  525. </property>
  526. <property name="maximumSize">
  527. <size>
  528. <width>16777215</width>
  529. <height>25</height>
  530. </size>
  531. </property>
  532. <property name="text">
  533. <string> 倍频因子</string>
  534. </property>
  535. </widget>
  536. </item>
  537. <item row="0" column="0">
  538. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_3">
  539. <property name="sizePolicy">
  540. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  541. <horstretch>0</horstretch>
  542. <verstretch>0</verstretch>
  543. </sizepolicy>
  544. </property>
  545. <property name="minimumSize">
  546. <size>
  547. <width>0</width>
  548. <height>25</height>
  549. </size>
  550. </property>
  551. <property name="maximumSize">
  552. <size>
  553. <width>16777215</width>
  554. <height>25</height>
  555. </size>
  556. </property>
  557. <property name="text">
  558. <string> 触发边沿</string>
  559. </property>
  560. </widget>
  561. </item>
  562. <item row="2" column="1">
  563. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_3">
  564. <property name="minimumSize">
  565. <size>
  566. <width>0</width>
  567. <height>25</height>
  568. </size>
  569. </property>
  570. </widget>
  571. </item>
  572. <item row="2" column="0">
  573. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_3">
  574. <property name="sizePolicy">
  575. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  576. <horstretch>0</horstretch>
  577. <verstretch>0</verstretch>
  578. </sizepolicy>
  579. </property>
  580. <property name="minimumSize">
  581. <size>
  582. <width>0</width>
  583. <height>25</height>
  584. </size>
  585. </property>
  586. <property name="maximumSize">
  587. <size>
  588. <width>16777215</width>
  589. <height>25</height>
  590. </size>
  591. </property>
  592. <property name="text">
  593. <string> 分频因子</string>
  594. </property>
  595. </widget>
  596. </item>
  597. </layout>
  598. </widget>
  599. </item>
  600. <item row="0" column="1">
  601. <widget class="QComboBox" name="TriInX_SrcSelect_Val_3">
  602. <property name="minimumSize">
  603. <size>
  604. <width>0</width>
  605. <height>25</height>
  606. </size>
  607. </property>
  608. </widget>
  609. </item>
  610. <item row="5" column="0">
  611. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_3">
  612. <property name="sizePolicy">
  613. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  614. <horstretch>0</horstretch>
  615. <verstretch>0</verstretch>
  616. </sizepolicy>
  617. </property>
  618. <property name="minimumSize">
  619. <size>
  620. <width>0</width>
  621. <height>25</height>
  622. </size>
  623. </property>
  624. <property name="maximumSize">
  625. <size>
  626. <width>16777215</width>
  627. <height>25</height>
  628. </size>
  629. </property>
  630. <property name="text">
  631. <string>输入频率探测(HZ)</string>
  632. </property>
  633. </widget>
  634. </item>
  635. <item row="2" column="1">
  636. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_3">
  637. <property name="minimumSize">
  638. <size>
  639. <width>0</width>
  640. <height>25</height>
  641. </size>
  642. </property>
  643. </widget>
  644. </item>
  645. <item row="5" column="1">
  646. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_3">
  647. <property name="minimumSize">
  648. <size>
  649. <width>0</width>
  650. <height>25</height>
  651. </size>
  652. </property>
  653. </widget>
  654. </item>
  655. <item row="7" column="0" colspan="2">
  656. <widget class="Line" name="line_3">
  657. <property name="orientation">
  658. <enum>Qt::Horizontal</enum>
  659. </property>
  660. </widget>
  661. </item>
  662. <item row="6" column="1">
  663. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_3">
  664. <property name="minimumSize">
  665. <size>
  666. <width>0</width>
  667. <height>25</height>
  668. </size>
  669. </property>
  670. </widget>
  671. </item>
  672. <item row="4" column="0">
  673. <widget class="QLabel" name="TriInX_Mode_Lable_3">
  674. <property name="sizePolicy">
  675. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  676. <horstretch>0</horstretch>
  677. <verstretch>0</verstretch>
  678. </sizepolicy>
  679. </property>
  680. <property name="minimumSize">
  681. <size>
  682. <width>0</width>
  683. <height>25</height>
  684. </size>
  685. </property>
  686. <property name="maximumSize">
  687. <size>
  688. <width>16777215</width>
  689. <height>25</height>
  690. </size>
  691. </property>
  692. <property name="text">
  693. <string>模式</string>
  694. </property>
  695. </widget>
  696. </item>
  697. <item row="4" column="1">
  698. <widget class="QComboBox" name="TriInX_Mode_Val_3">
  699. <property name="minimumSize">
  700. <size>
  701. <width>0</width>
  702. <height>25</height>
  703. </size>
  704. </property>
  705. </widget>
  706. </item>
  707. <item row="6" column="0">
  708. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_3">
  709. <property name="sizePolicy">
  710. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  711. <horstretch>0</horstretch>
  712. <verstretch>0</verstretch>
  713. </sizepolicy>
  714. </property>
  715. <property name="minimumSize">
  716. <size>
  717. <width>0</width>
  718. <height>25</height>
  719. </size>
  720. </property>
  721. <property name="maximumSize">
  722. <size>
  723. <width>16777215</width>
  724. <height>25</height>
  725. </size>
  726. </property>
  727. <property name="text">
  728. <string>输出频率探测(HZ)</string>
  729. </property>
  730. </widget>
  731. </item>
  732. <item row="2" column="0">
  733. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_3">
  734. <property name="sizePolicy">
  735. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  736. <horstretch>0</horstretch>
  737. <verstretch>0</verstretch>
  738. </sizepolicy>
  739. </property>
  740. <property name="minimumSize">
  741. <size>
  742. <width>0</width>
  743. <height>25</height>
  744. </size>
  745. </property>
  746. <property name="maximumSize">
  747. <size>
  748. <width>16777215</width>
  749. <height>25</height>
  750. </size>
  751. </property>
  752. <property name="text">
  753. <string>滤波系数(x10ns)</string>
  754. </property>
  755. </widget>
  756. </item>
  757. <item row="3" column="0">
  758. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_3">
  759. <property name="sizePolicy">
  760. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  761. <horstretch>0</horstretch>
  762. <verstretch>0</verstretch>
  763. </sizepolicy>
  764. </property>
  765. <property name="minimumSize">
  766. <size>
  767. <width>0</width>
  768. <height>25</height>
  769. </size>
  770. </property>
  771. <property name="maximumSize">
  772. <size>
  773. <width>16777215</width>
  774. <height>25</height>
  775. </size>
  776. </property>
  777. <property name="text">
  778. <string>频率探测允许误差(x10ns)</string>
  779. </property>
  780. </widget>
  781. </item>
  782. <item row="3" column="1">
  783. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_3">
  784. <property name="minimumSize">
  785. <size>
  786. <width>0</width>
  787. <height>25</height>
  788. </size>
  789. </property>
  790. </widget>
  791. </item>
  792. <item row="0" column="0">
  793. <widget class="QLabel" name="TriInX_SrcSelect_Lable_3">
  794. <property name="sizePolicy">
  795. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  796. <horstretch>0</horstretch>
  797. <verstretch>0</verstretch>
  798. </sizepolicy>
  799. </property>
  800. <property name="minimumSize">
  801. <size>
  802. <width>0</width>
  803. <height>25</height>
  804. </size>
  805. </property>
  806. <property name="maximumSize">
  807. <size>
  808. <width>16777215</width>
  809. <height>25</height>
  810. </size>
  811. </property>
  812. <property name="text">
  813. <string>触发源选择</string>
  814. </property>
  815. </widget>
  816. </item>
  817. </layout>
  818. </widget>
  819. </item>
  820. <item row="1" column="0">
  821. <spacer name="verticalSpacer_2">
  822. <property name="orientation">
  823. <enum>Qt::Vertical</enum>
  824. </property>
  825. <property name="sizeHint" stdset="0">
  826. <size>
  827. <width>20</width>
  828. <height>40</height>
  829. </size>
  830. </property>
  831. </spacer>
  832. </item>
  833. <item row="0" column="3">
  834. <widget class="QGroupBox" name="TriInX_DB_4">
  835. <property name="maximumSize">
  836. <size>
  837. <width>400</width>
  838. <height>16777215</height>
  839. </size>
  840. </property>
  841. <property name="title">
  842. <string>外部触发4</string>
  843. </property>
  844. <layout class="QGridLayout" name="gridLayout_12">
  845. <item row="3" column="0">
  846. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_4">
  847. <property name="sizePolicy">
  848. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  849. <horstretch>0</horstretch>
  850. <verstretch>0</verstretch>
  851. </sizepolicy>
  852. </property>
  853. <property name="minimumSize">
  854. <size>
  855. <width>0</width>
  856. <height>25</height>
  857. </size>
  858. </property>
  859. <property name="maximumSize">
  860. <size>
  861. <width>16777215</width>
  862. <height>25</height>
  863. </size>
  864. </property>
  865. <property name="text">
  866. <string>频率探测允许误差(x10ns)</string>
  867. </property>
  868. </widget>
  869. </item>
  870. <item row="5" column="0">
  871. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_4">
  872. <property name="sizePolicy">
  873. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  874. <horstretch>0</horstretch>
  875. <verstretch>0</verstretch>
  876. </sizepolicy>
  877. </property>
  878. <property name="minimumSize">
  879. <size>
  880. <width>0</width>
  881. <height>25</height>
  882. </size>
  883. </property>
  884. <property name="maximumSize">
  885. <size>
  886. <width>16777215</width>
  887. <height>25</height>
  888. </size>
  889. </property>
  890. <property name="text">
  891. <string>输入频率探测(HZ)</string>
  892. </property>
  893. </widget>
  894. </item>
  895. <item row="6" column="1">
  896. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_4">
  897. <property name="minimumSize">
  898. <size>
  899. <width>0</width>
  900. <height>25</height>
  901. </size>
  902. </property>
  903. </widget>
  904. </item>
  905. <item row="3" column="1">
  906. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_4">
  907. <property name="minimumSize">
  908. <size>
  909. <width>0</width>
  910. <height>25</height>
  911. </size>
  912. </property>
  913. </widget>
  914. </item>
  915. <item row="0" column="0">
  916. <widget class="QLabel" name="TriInX_SrcSelect_Lable_4">
  917. <property name="sizePolicy">
  918. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  919. <horstretch>0</horstretch>
  920. <verstretch>0</verstretch>
  921. </sizepolicy>
  922. </property>
  923. <property name="minimumSize">
  924. <size>
  925. <width>0</width>
  926. <height>25</height>
  927. </size>
  928. </property>
  929. <property name="maximumSize">
  930. <size>
  931. <width>16777215</width>
  932. <height>25</height>
  933. </size>
  934. </property>
  935. <property name="text">
  936. <string>触发源选择</string>
  937. </property>
  938. </widget>
  939. </item>
  940. <item row="6" column="0">
  941. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_4">
  942. <property name="sizePolicy">
  943. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  944. <horstretch>0</horstretch>
  945. <verstretch>0</verstretch>
  946. </sizepolicy>
  947. </property>
  948. <property name="minimumSize">
  949. <size>
  950. <width>0</width>
  951. <height>25</height>
  952. </size>
  953. </property>
  954. <property name="maximumSize">
  955. <size>
  956. <width>16777215</width>
  957. <height>25</height>
  958. </size>
  959. </property>
  960. <property name="text">
  961. <string>输出频率探测(HZ)</string>
  962. </property>
  963. </widget>
  964. </item>
  965. <item row="2" column="1">
  966. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_4">
  967. <property name="minimumSize">
  968. <size>
  969. <width>0</width>
  970. <height>25</height>
  971. </size>
  972. </property>
  973. </widget>
  974. </item>
  975. <item row="2" column="0">
  976. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_4">
  977. <property name="sizePolicy">
  978. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  979. <horstretch>0</horstretch>
  980. <verstretch>0</verstretch>
  981. </sizepolicy>
  982. </property>
  983. <property name="minimumSize">
  984. <size>
  985. <width>0</width>
  986. <height>25</height>
  987. </size>
  988. </property>
  989. <property name="maximumSize">
  990. <size>
  991. <width>16777215</width>
  992. <height>25</height>
  993. </size>
  994. </property>
  995. <property name="text">
  996. <string>滤波系数(x10ns)</string>
  997. </property>
  998. </widget>
  999. </item>
  1000. <item row="0" column="1">
  1001. <widget class="QComboBox" name="TriInX_SrcSelect_Val_4">
  1002. <property name="minimumSize">
  1003. <size>
  1004. <width>0</width>
  1005. <height>25</height>
  1006. </size>
  1007. </property>
  1008. </widget>
  1009. </item>
  1010. <item row="4" column="0">
  1011. <widget class="QLabel" name="TriInX_Mode_Lable_4">
  1012. <property name="sizePolicy">
  1013. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1014. <horstretch>0</horstretch>
  1015. <verstretch>0</verstretch>
  1016. </sizepolicy>
  1017. </property>
  1018. <property name="minimumSize">
  1019. <size>
  1020. <width>0</width>
  1021. <height>25</height>
  1022. </size>
  1023. </property>
  1024. <property name="maximumSize">
  1025. <size>
  1026. <width>16777215</width>
  1027. <height>25</height>
  1028. </size>
  1029. </property>
  1030. <property name="text">
  1031. <string>模式</string>
  1032. </property>
  1033. </widget>
  1034. </item>
  1035. <item row="5" column="1">
  1036. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_4">
  1037. <property name="minimumSize">
  1038. <size>
  1039. <width>0</width>
  1040. <height>25</height>
  1041. </size>
  1042. </property>
  1043. </widget>
  1044. </item>
  1045. <item row="9" column="0" colspan="2">
  1046. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_4">
  1047. <property name="minimumSize">
  1048. <size>
  1049. <width>0</width>
  1050. <height>120</height>
  1051. </size>
  1052. </property>
  1053. <property name="maximumSize">
  1054. <size>
  1055. <width>16777215</width>
  1056. <height>120</height>
  1057. </size>
  1058. </property>
  1059. <property name="title">
  1060. <string>TRIGGER_MODE配置</string>
  1061. </property>
  1062. <layout class="QGridLayout" name="gridLayout_13">
  1063. <item row="0" column="1">
  1064. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_4">
  1065. <property name="minimumSize">
  1066. <size>
  1067. <width>0</width>
  1068. <height>25</height>
  1069. </size>
  1070. </property>
  1071. </widget>
  1072. </item>
  1073. <item row="3" column="1">
  1074. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_4">
  1075. <property name="minimumSize">
  1076. <size>
  1077. <width>0</width>
  1078. <height>25</height>
  1079. </size>
  1080. </property>
  1081. </widget>
  1082. </item>
  1083. <item row="3" column="0">
  1084. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_4">
  1085. <property name="sizePolicy">
  1086. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1087. <horstretch>0</horstretch>
  1088. <verstretch>0</verstretch>
  1089. </sizepolicy>
  1090. </property>
  1091. <property name="minimumSize">
  1092. <size>
  1093. <width>0</width>
  1094. <height>25</height>
  1095. </size>
  1096. </property>
  1097. <property name="maximumSize">
  1098. <size>
  1099. <width>16777215</width>
  1100. <height>25</height>
  1101. </size>
  1102. </property>
  1103. <property name="text">
  1104. <string> 倍频因子</string>
  1105. </property>
  1106. </widget>
  1107. </item>
  1108. <item row="0" column="0">
  1109. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_4">
  1110. <property name="sizePolicy">
  1111. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1112. <horstretch>0</horstretch>
  1113. <verstretch>0</verstretch>
  1114. </sizepolicy>
  1115. </property>
  1116. <property name="minimumSize">
  1117. <size>
  1118. <width>0</width>
  1119. <height>25</height>
  1120. </size>
  1121. </property>
  1122. <property name="maximumSize">
  1123. <size>
  1124. <width>16777215</width>
  1125. <height>25</height>
  1126. </size>
  1127. </property>
  1128. <property name="text">
  1129. <string> 触发边沿</string>
  1130. </property>
  1131. </widget>
  1132. </item>
  1133. <item row="2" column="1">
  1134. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_4">
  1135. <property name="minimumSize">
  1136. <size>
  1137. <width>0</width>
  1138. <height>25</height>
  1139. </size>
  1140. </property>
  1141. </widget>
  1142. </item>
  1143. <item row="2" column="0">
  1144. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_4">
  1145. <property name="sizePolicy">
  1146. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1147. <horstretch>0</horstretch>
  1148. <verstretch>0</verstretch>
  1149. </sizepolicy>
  1150. </property>
  1151. <property name="minimumSize">
  1152. <size>
  1153. <width>0</width>
  1154. <height>25</height>
  1155. </size>
  1156. </property>
  1157. <property name="maximumSize">
  1158. <size>
  1159. <width>16777215</width>
  1160. <height>25</height>
  1161. </size>
  1162. </property>
  1163. <property name="text">
  1164. <string> 分频因子</string>
  1165. </property>
  1166. </widget>
  1167. </item>
  1168. </layout>
  1169. </widget>
  1170. </item>
  1171. <item row="7" column="0" colspan="2">
  1172. <widget class="Line" name="line_4">
  1173. <property name="orientation">
  1174. <enum>Qt::Horizontal</enum>
  1175. </property>
  1176. </widget>
  1177. </item>
  1178. <item row="4" column="1">
  1179. <widget class="QComboBox" name="TriInX_Mode_Val_4">
  1180. <property name="minimumSize">
  1181. <size>
  1182. <width>0</width>
  1183. <height>25</height>
  1184. </size>
  1185. </property>
  1186. </widget>
  1187. </item>
  1188. </layout>
  1189. </widget>
  1190. </item>
  1191. <item row="0" column="1">
  1192. <widget class="QGroupBox" name="TriInX_DB_2">
  1193. <property name="maximumSize">
  1194. <size>
  1195. <width>400</width>
  1196. <height>16777215</height>
  1197. </size>
  1198. </property>
  1199. <property name="title">
  1200. <string>外部触发2</string>
  1201. </property>
  1202. <layout class="QGridLayout" name="gridLayout_7">
  1203. <item row="3" column="0">
  1204. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_2">
  1205. <property name="sizePolicy">
  1206. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1207. <horstretch>0</horstretch>
  1208. <verstretch>0</verstretch>
  1209. </sizepolicy>
  1210. </property>
  1211. <property name="minimumSize">
  1212. <size>
  1213. <width>0</width>
  1214. <height>25</height>
  1215. </size>
  1216. </property>
  1217. <property name="maximumSize">
  1218. <size>
  1219. <width>16777215</width>
  1220. <height>25</height>
  1221. </size>
  1222. </property>
  1223. <property name="text">
  1224. <string>频率探测允许误差(x10ns)</string>
  1225. </property>
  1226. </widget>
  1227. </item>
  1228. <item row="5" column="0">
  1229. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_2">
  1230. <property name="sizePolicy">
  1231. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1232. <horstretch>0</horstretch>
  1233. <verstretch>0</verstretch>
  1234. </sizepolicy>
  1235. </property>
  1236. <property name="minimumSize">
  1237. <size>
  1238. <width>0</width>
  1239. <height>25</height>
  1240. </size>
  1241. </property>
  1242. <property name="maximumSize">
  1243. <size>
  1244. <width>16777215</width>
  1245. <height>25</height>
  1246. </size>
  1247. </property>
  1248. <property name="text">
  1249. <string>输入频率探测(HZ)</string>
  1250. </property>
  1251. </widget>
  1252. </item>
  1253. <item row="6" column="1">
  1254. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_2">
  1255. <property name="minimumSize">
  1256. <size>
  1257. <width>0</width>
  1258. <height>25</height>
  1259. </size>
  1260. </property>
  1261. </widget>
  1262. </item>
  1263. <item row="3" column="1">
  1264. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_2">
  1265. <property name="minimumSize">
  1266. <size>
  1267. <width>0</width>
  1268. <height>25</height>
  1269. </size>
  1270. </property>
  1271. </widget>
  1272. </item>
  1273. <item row="0" column="0">
  1274. <widget class="QLabel" name="TriInX_SrcSelect_Lable_2">
  1275. <property name="sizePolicy">
  1276. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1277. <horstretch>0</horstretch>
  1278. <verstretch>0</verstretch>
  1279. </sizepolicy>
  1280. </property>
  1281. <property name="minimumSize">
  1282. <size>
  1283. <width>0</width>
  1284. <height>25</height>
  1285. </size>
  1286. </property>
  1287. <property name="maximumSize">
  1288. <size>
  1289. <width>16777215</width>
  1290. <height>25</height>
  1291. </size>
  1292. </property>
  1293. <property name="text">
  1294. <string>触发源选择</string>
  1295. </property>
  1296. </widget>
  1297. </item>
  1298. <item row="6" column="0">
  1299. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_2">
  1300. <property name="sizePolicy">
  1301. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1302. <horstretch>0</horstretch>
  1303. <verstretch>0</verstretch>
  1304. </sizepolicy>
  1305. </property>
  1306. <property name="minimumSize">
  1307. <size>
  1308. <width>0</width>
  1309. <height>25</height>
  1310. </size>
  1311. </property>
  1312. <property name="maximumSize">
  1313. <size>
  1314. <width>16777215</width>
  1315. <height>25</height>
  1316. </size>
  1317. </property>
  1318. <property name="text">
  1319. <string>输出频率探测(HZ)</string>
  1320. </property>
  1321. </widget>
  1322. </item>
  1323. <item row="2" column="1">
  1324. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_2">
  1325. <property name="minimumSize">
  1326. <size>
  1327. <width>0</width>
  1328. <height>25</height>
  1329. </size>
  1330. </property>
  1331. </widget>
  1332. </item>
  1333. <item row="2" column="0">
  1334. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_2">
  1335. <property name="sizePolicy">
  1336. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1337. <horstretch>0</horstretch>
  1338. <verstretch>0</verstretch>
  1339. </sizepolicy>
  1340. </property>
  1341. <property name="minimumSize">
  1342. <size>
  1343. <width>0</width>
  1344. <height>25</height>
  1345. </size>
  1346. </property>
  1347. <property name="maximumSize">
  1348. <size>
  1349. <width>16777215</width>
  1350. <height>25</height>
  1351. </size>
  1352. </property>
  1353. <property name="text">
  1354. <string>滤波系数(x10ns)</string>
  1355. </property>
  1356. </widget>
  1357. </item>
  1358. <item row="0" column="1">
  1359. <widget class="QComboBox" name="TriInX_SrcSelect_Val_2">
  1360. <property name="minimumSize">
  1361. <size>
  1362. <width>0</width>
  1363. <height>25</height>
  1364. </size>
  1365. </property>
  1366. </widget>
  1367. </item>
  1368. <item row="4" column="0">
  1369. <widget class="QLabel" name="TriInX_Mode_Lable_2">
  1370. <property name="sizePolicy">
  1371. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1372. <horstretch>0</horstretch>
  1373. <verstretch>0</verstretch>
  1374. </sizepolicy>
  1375. </property>
  1376. <property name="minimumSize">
  1377. <size>
  1378. <width>0</width>
  1379. <height>25</height>
  1380. </size>
  1381. </property>
  1382. <property name="maximumSize">
  1383. <size>
  1384. <width>16777215</width>
  1385. <height>25</height>
  1386. </size>
  1387. </property>
  1388. <property name="text">
  1389. <string>模式</string>
  1390. </property>
  1391. </widget>
  1392. </item>
  1393. <item row="5" column="1">
  1394. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_2">
  1395. <property name="minimumSize">
  1396. <size>
  1397. <width>0</width>
  1398. <height>25</height>
  1399. </size>
  1400. </property>
  1401. </widget>
  1402. </item>
  1403. <item row="9" column="0" colspan="2">
  1404. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_2">
  1405. <property name="minimumSize">
  1406. <size>
  1407. <width>0</width>
  1408. <height>120</height>
  1409. </size>
  1410. </property>
  1411. <property name="maximumSize">
  1412. <size>
  1413. <width>16777215</width>
  1414. <height>120</height>
  1415. </size>
  1416. </property>
  1417. <property name="title">
  1418. <string>TRIGGER_MODE配置</string>
  1419. </property>
  1420. <layout class="QGridLayout" name="gridLayout_8">
  1421. <item row="0" column="1">
  1422. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_2">
  1423. <property name="minimumSize">
  1424. <size>
  1425. <width>0</width>
  1426. <height>25</height>
  1427. </size>
  1428. </property>
  1429. </widget>
  1430. </item>
  1431. <item row="3" column="1">
  1432. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_2">
  1433. <property name="minimumSize">
  1434. <size>
  1435. <width>0</width>
  1436. <height>25</height>
  1437. </size>
  1438. </property>
  1439. </widget>
  1440. </item>
  1441. <item row="3" column="0">
  1442. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_2">
  1443. <property name="sizePolicy">
  1444. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1445. <horstretch>0</horstretch>
  1446. <verstretch>0</verstretch>
  1447. </sizepolicy>
  1448. </property>
  1449. <property name="minimumSize">
  1450. <size>
  1451. <width>0</width>
  1452. <height>25</height>
  1453. </size>
  1454. </property>
  1455. <property name="maximumSize">
  1456. <size>
  1457. <width>16777215</width>
  1458. <height>25</height>
  1459. </size>
  1460. </property>
  1461. <property name="text">
  1462. <string> 倍频因子</string>
  1463. </property>
  1464. </widget>
  1465. </item>
  1466. <item row="0" column="0">
  1467. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_2">
  1468. <property name="sizePolicy">
  1469. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1470. <horstretch>0</horstretch>
  1471. <verstretch>0</verstretch>
  1472. </sizepolicy>
  1473. </property>
  1474. <property name="minimumSize">
  1475. <size>
  1476. <width>0</width>
  1477. <height>25</height>
  1478. </size>
  1479. </property>
  1480. <property name="maximumSize">
  1481. <size>
  1482. <width>16777215</width>
  1483. <height>25</height>
  1484. </size>
  1485. </property>
  1486. <property name="text">
  1487. <string> 触发边沿</string>
  1488. </property>
  1489. </widget>
  1490. </item>
  1491. <item row="2" column="1">
  1492. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_2">
  1493. <property name="minimumSize">
  1494. <size>
  1495. <width>0</width>
  1496. <height>25</height>
  1497. </size>
  1498. </property>
  1499. </widget>
  1500. </item>
  1501. <item row="2" column="0">
  1502. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_2">
  1503. <property name="sizePolicy">
  1504. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1505. <horstretch>0</horstretch>
  1506. <verstretch>0</verstretch>
  1507. </sizepolicy>
  1508. </property>
  1509. <property name="minimumSize">
  1510. <size>
  1511. <width>0</width>
  1512. <height>25</height>
  1513. </size>
  1514. </property>
  1515. <property name="maximumSize">
  1516. <size>
  1517. <width>16777215</width>
  1518. <height>25</height>
  1519. </size>
  1520. </property>
  1521. <property name="text">
  1522. <string> 分频因子</string>
  1523. </property>
  1524. </widget>
  1525. </item>
  1526. </layout>
  1527. </widget>
  1528. </item>
  1529. <item row="7" column="0" colspan="2">
  1530. <widget class="Line" name="line_2">
  1531. <property name="orientation">
  1532. <enum>Qt::Horizontal</enum>
  1533. </property>
  1534. </widget>
  1535. </item>
  1536. <item row="4" column="1">
  1537. <widget class="QComboBox" name="TriInX_Mode_Val_2">
  1538. <property name="minimumSize">
  1539. <size>
  1540. <width>0</width>
  1541. <height>25</height>
  1542. </size>
  1543. </property>
  1544. </widget>
  1545. </item>
  1546. </layout>
  1547. </widget>
  1548. </item>
  1549. <item row="0" column="0">
  1550. <widget class="QGroupBox" name="TriInX_DB_1">
  1551. <property name="maximumSize">
  1552. <size>
  1553. <width>400</width>
  1554. <height>16777215</height>
  1555. </size>
  1556. </property>
  1557. <property name="title">
  1558. <string>外部触发1</string>
  1559. </property>
  1560. <layout class="QGridLayout" name="gridLayout_5">
  1561. <item row="3" column="0">
  1562. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_1">
  1563. <property name="sizePolicy">
  1564. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1565. <horstretch>0</horstretch>
  1566. <verstretch>0</verstretch>
  1567. </sizepolicy>
  1568. </property>
  1569. <property name="minimumSize">
  1570. <size>
  1571. <width>0</width>
  1572. <height>25</height>
  1573. </size>
  1574. </property>
  1575. <property name="maximumSize">
  1576. <size>
  1577. <width>16777215</width>
  1578. <height>25</height>
  1579. </size>
  1580. </property>
  1581. <property name="text">
  1582. <string>频率探测允许误差(x10ns)</string>
  1583. </property>
  1584. </widget>
  1585. </item>
  1586. <item row="5" column="0">
  1587. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_1">
  1588. <property name="sizePolicy">
  1589. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1590. <horstretch>0</horstretch>
  1591. <verstretch>0</verstretch>
  1592. </sizepolicy>
  1593. </property>
  1594. <property name="minimumSize">
  1595. <size>
  1596. <width>0</width>
  1597. <height>25</height>
  1598. </size>
  1599. </property>
  1600. <property name="maximumSize">
  1601. <size>
  1602. <width>16777215</width>
  1603. <height>25</height>
  1604. </size>
  1605. </property>
  1606. <property name="text">
  1607. <string>输入频率探测(HZ)</string>
  1608. </property>
  1609. </widget>
  1610. </item>
  1611. <item row="6" column="1">
  1612. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_1">
  1613. <property name="minimumSize">
  1614. <size>
  1615. <width>0</width>
  1616. <height>25</height>
  1617. </size>
  1618. </property>
  1619. </widget>
  1620. </item>
  1621. <item row="3" column="1">
  1622. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_1">
  1623. <property name="minimumSize">
  1624. <size>
  1625. <width>0</width>
  1626. <height>25</height>
  1627. </size>
  1628. </property>
  1629. </widget>
  1630. </item>
  1631. <item row="0" column="0">
  1632. <widget class="QLabel" name="TriInX_SrcSelect_Lable_1">
  1633. <property name="sizePolicy">
  1634. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1635. <horstretch>0</horstretch>
  1636. <verstretch>0</verstretch>
  1637. </sizepolicy>
  1638. </property>
  1639. <property name="minimumSize">
  1640. <size>
  1641. <width>0</width>
  1642. <height>25</height>
  1643. </size>
  1644. </property>
  1645. <property name="maximumSize">
  1646. <size>
  1647. <width>16777215</width>
  1648. <height>25</height>
  1649. </size>
  1650. </property>
  1651. <property name="text">
  1652. <string>触发源选择</string>
  1653. </property>
  1654. </widget>
  1655. </item>
  1656. <item row="6" column="0">
  1657. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_1">
  1658. <property name="sizePolicy">
  1659. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1660. <horstretch>0</horstretch>
  1661. <verstretch>0</verstretch>
  1662. </sizepolicy>
  1663. </property>
  1664. <property name="minimumSize">
  1665. <size>
  1666. <width>0</width>
  1667. <height>25</height>
  1668. </size>
  1669. </property>
  1670. <property name="maximumSize">
  1671. <size>
  1672. <width>16777215</width>
  1673. <height>25</height>
  1674. </size>
  1675. </property>
  1676. <property name="text">
  1677. <string>输出频率探测(HZ)</string>
  1678. </property>
  1679. </widget>
  1680. </item>
  1681. <item row="2" column="1">
  1682. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_1">
  1683. <property name="minimumSize">
  1684. <size>
  1685. <width>0</width>
  1686. <height>25</height>
  1687. </size>
  1688. </property>
  1689. </widget>
  1690. </item>
  1691. <item row="2" column="0">
  1692. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_1">
  1693. <property name="sizePolicy">
  1694. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1695. <horstretch>0</horstretch>
  1696. <verstretch>0</verstretch>
  1697. </sizepolicy>
  1698. </property>
  1699. <property name="minimumSize">
  1700. <size>
  1701. <width>0</width>
  1702. <height>25</height>
  1703. </size>
  1704. </property>
  1705. <property name="maximumSize">
  1706. <size>
  1707. <width>16777215</width>
  1708. <height>25</height>
  1709. </size>
  1710. </property>
  1711. <property name="text">
  1712. <string>滤波系数(x10ns)</string>
  1713. </property>
  1714. </widget>
  1715. </item>
  1716. <item row="0" column="1">
  1717. <widget class="QComboBox" name="TriInX_SrcSelect_Val_1">
  1718. <property name="minimumSize">
  1719. <size>
  1720. <width>0</width>
  1721. <height>25</height>
  1722. </size>
  1723. </property>
  1724. </widget>
  1725. </item>
  1726. <item row="4" column="0">
  1727. <widget class="QLabel" name="TriInX_Mode_Lable_1">
  1728. <property name="sizePolicy">
  1729. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1730. <horstretch>0</horstretch>
  1731. <verstretch>0</verstretch>
  1732. </sizepolicy>
  1733. </property>
  1734. <property name="minimumSize">
  1735. <size>
  1736. <width>0</width>
  1737. <height>25</height>
  1738. </size>
  1739. </property>
  1740. <property name="maximumSize">
  1741. <size>
  1742. <width>16777215</width>
  1743. <height>25</height>
  1744. </size>
  1745. </property>
  1746. <property name="text">
  1747. <string>模式</string>
  1748. </property>
  1749. </widget>
  1750. </item>
  1751. <item row="5" column="1">
  1752. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_1">
  1753. <property name="minimumSize">
  1754. <size>
  1755. <width>0</width>
  1756. <height>25</height>
  1757. </size>
  1758. </property>
  1759. </widget>
  1760. </item>
  1761. <item row="9" column="0" colspan="2">
  1762. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_1">
  1763. <property name="minimumSize">
  1764. <size>
  1765. <width>0</width>
  1766. <height>120</height>
  1767. </size>
  1768. </property>
  1769. <property name="maximumSize">
  1770. <size>
  1771. <width>16777215</width>
  1772. <height>120</height>
  1773. </size>
  1774. </property>
  1775. <property name="title">
  1776. <string>TRIGGER_MODE配置</string>
  1777. </property>
  1778. <layout class="QGridLayout" name="gridLayout_6">
  1779. <item row="0" column="1">
  1780. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_1">
  1781. <property name="minimumSize">
  1782. <size>
  1783. <width>0</width>
  1784. <height>25</height>
  1785. </size>
  1786. </property>
  1787. </widget>
  1788. </item>
  1789. <item row="3" column="1">
  1790. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_1">
  1791. <property name="minimumSize">
  1792. <size>
  1793. <width>0</width>
  1794. <height>25</height>
  1795. </size>
  1796. </property>
  1797. </widget>
  1798. </item>
  1799. <item row="3" column="0">
  1800. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_1">
  1801. <property name="sizePolicy">
  1802. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1803. <horstretch>0</horstretch>
  1804. <verstretch>0</verstretch>
  1805. </sizepolicy>
  1806. </property>
  1807. <property name="minimumSize">
  1808. <size>
  1809. <width>0</width>
  1810. <height>25</height>
  1811. </size>
  1812. </property>
  1813. <property name="maximumSize">
  1814. <size>
  1815. <width>16777215</width>
  1816. <height>25</height>
  1817. </size>
  1818. </property>
  1819. <property name="text">
  1820. <string> 倍频因子</string>
  1821. </property>
  1822. </widget>
  1823. </item>
  1824. <item row="0" column="0">
  1825. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_1">
  1826. <property name="sizePolicy">
  1827. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1828. <horstretch>0</horstretch>
  1829. <verstretch>0</verstretch>
  1830. </sizepolicy>
  1831. </property>
  1832. <property name="minimumSize">
  1833. <size>
  1834. <width>0</width>
  1835. <height>25</height>
  1836. </size>
  1837. </property>
  1838. <property name="maximumSize">
  1839. <size>
  1840. <width>16777215</width>
  1841. <height>25</height>
  1842. </size>
  1843. </property>
  1844. <property name="text">
  1845. <string> 触发边沿</string>
  1846. </property>
  1847. </widget>
  1848. </item>
  1849. <item row="2" column="1">
  1850. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_1">
  1851. <property name="minimumSize">
  1852. <size>
  1853. <width>0</width>
  1854. <height>25</height>
  1855. </size>
  1856. </property>
  1857. </widget>
  1858. </item>
  1859. <item row="2" column="0">
  1860. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_1">
  1861. <property name="sizePolicy">
  1862. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1863. <horstretch>0</horstretch>
  1864. <verstretch>0</verstretch>
  1865. </sizepolicy>
  1866. </property>
  1867. <property name="minimumSize">
  1868. <size>
  1869. <width>0</width>
  1870. <height>25</height>
  1871. </size>
  1872. </property>
  1873. <property name="maximumSize">
  1874. <size>
  1875. <width>16777215</width>
  1876. <height>25</height>
  1877. </size>
  1878. </property>
  1879. <property name="text">
  1880. <string> 分频因子</string>
  1881. </property>
  1882. </widget>
  1883. </item>
  1884. </layout>
  1885. </widget>
  1886. </item>
  1887. <item row="7" column="0" colspan="2">
  1888. <widget class="Line" name="line">
  1889. <property name="orientation">
  1890. <enum>Qt::Horizontal</enum>
  1891. </property>
  1892. </widget>
  1893. </item>
  1894. <item row="4" column="1">
  1895. <widget class="QComboBox" name="TriInX_Mode_Val_1">
  1896. <property name="minimumSize">
  1897. <size>
  1898. <width>0</width>
  1899. <height>25</height>
  1900. </size>
  1901. </property>
  1902. </widget>
  1903. </item>
  1904. </layout>
  1905. </widget>
  1906. </item>
  1907. <item row="0" column="4">
  1908. <spacer name="horizontalSpacer">
  1909. <property name="orientation">
  1910. <enum>Qt::Horizontal</enum>
  1911. </property>
  1912. <property name="sizeHint" stdset="0">
  1913. <size>
  1914. <width>40</width>
  1915. <height>20</height>
  1916. </size>
  1917. </property>
  1918. </spacer>
  1919. </item>
  1920. </layout>
  1921. </widget>
  1922. <widget class="QWidget" name="tab_2">
  1923. <attribute name="title">
  1924. <string>内部触发源配置</string>
  1925. </attribute>
  1926. <widget class="QGroupBox" name="InternalTriggerGB">
  1927. <property name="geometry">
  1928. <rect>
  1929. <x>20</x>
  1930. <y>10</y>
  1931. <width>300</width>
  1932. <height>151</height>
  1933. </rect>
  1934. </property>
  1935. <property name="maximumSize">
  1936. <size>
  1937. <width>300</width>
  1938. <height>200</height>
  1939. </size>
  1940. </property>
  1941. <property name="title">
  1942. <string>内部触发源配置</string>
  1943. </property>
  1944. <layout class="QGridLayout" name="gridLayout_4">
  1945. <item row="2" column="0">
  1946. <widget class="QLabel" name="InterClk_Freq_Lable">
  1947. <property name="sizePolicy">
  1948. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1949. <horstretch>0</horstretch>
  1950. <verstretch>0</verstretch>
  1951. </sizepolicy>
  1952. </property>
  1953. <property name="minimumSize">
  1954. <size>
  1955. <width>0</width>
  1956. <height>25</height>
  1957. </size>
  1958. </property>
  1959. <property name="maximumSize">
  1960. <size>
  1961. <width>16777215</width>
  1962. <height>25</height>
  1963. </size>
  1964. </property>
  1965. <property name="text">
  1966. <string>触发时钟(HZ)</string>
  1967. </property>
  1968. </widget>
  1969. </item>
  1970. <item row="3" column="0">
  1971. <widget class="QLabel" name="InterClk_PluseCnt_Lable">
  1972. <property name="sizePolicy">
  1973. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1974. <horstretch>0</horstretch>
  1975. <verstretch>0</verstretch>
  1976. </sizepolicy>
  1977. </property>
  1978. <property name="minimumSize">
  1979. <size>
  1980. <width>0</width>
  1981. <height>25</height>
  1982. </size>
  1983. </property>
  1984. <property name="maximumSize">
  1985. <size>
  1986. <width>16777215</width>
  1987. <height>25</height>
  1988. </size>
  1989. </property>
  1990. <property name="text">
  1991. <string>触发脉冲数量(0等于无限)</string>
  1992. </property>
  1993. </widget>
  1994. </item>
  1995. <item row="3" column="1">
  1996. <widget class="QLineEdit" name="InterClk_PluseCnt_Text">
  1997. <property name="minimumSize">
  1998. <size>
  1999. <width>0</width>
  2000. <height>25</height>
  2001. </size>
  2002. </property>
  2003. </widget>
  2004. </item>
  2005. <item row="4" column="1">
  2006. <widget class="QLineEdit" name="InterClk_SeqCtrlPluseCntMax_Text">
  2007. <property name="minimumSize">
  2008. <size>
  2009. <width>0</width>
  2010. <height>25</height>
  2011. </size>
  2012. </property>
  2013. </widget>
  2014. </item>
  2015. <item row="4" column="0">
  2016. <widget class="QLabel" name="InterClk_SeqCtrlPluseCntMax_Lable">
  2017. <property name="sizePolicy">
  2018. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2019. <horstretch>0</horstretch>
  2020. <verstretch>0</verstretch>
  2021. </sizepolicy>
  2022. </property>
  2023. <property name="minimumSize">
  2024. <size>
  2025. <width>0</width>
  2026. <height>25</height>
  2027. </size>
  2028. </property>
  2029. <property name="maximumSize">
  2030. <size>
  2031. <width>16777215</width>
  2032. <height>25</height>
  2033. </size>
  2034. </property>
  2035. <property name="text">
  2036. <string>顺序触发模式最大计数</string>
  2037. </property>
  2038. </widget>
  2039. </item>
  2040. <item row="2" column="1">
  2041. <widget class="QLineEdit" name="InterClk_Freq_Text">
  2042. <property name="minimumSize">
  2043. <size>
  2044. <width>0</width>
  2045. <height>25</height>
  2046. </size>
  2047. </property>
  2048. </widget>
  2049. </item>
  2050. <item row="5" column="0">
  2051. <widget class="QLabel" name="InterClk_TriOutSignalFreq_Lable">
  2052. <property name="sizePolicy">
  2053. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2054. <horstretch>0</horstretch>
  2055. <verstretch>0</verstretch>
  2056. </sizepolicy>
  2057. </property>
  2058. <property name="minimumSize">
  2059. <size>
  2060. <width>0</width>
  2061. <height>25</height>
  2062. </size>
  2063. </property>
  2064. <property name="maximumSize">
  2065. <size>
  2066. <width>16777215</width>
  2067. <height>25</height>
  2068. </size>
  2069. </property>
  2070. <property name="text">
  2071. <string>输出频率探测(HZ)</string>
  2072. </property>
  2073. </widget>
  2074. </item>
  2075. <item row="5" column="1">
  2076. <widget class="QLineEdit" name="InterClk_TriOutSignalFreq_Text">
  2077. <property name="minimumSize">
  2078. <size>
  2079. <width>0</width>
  2080. <height>25</height>
  2081. </size>
  2082. </property>
  2083. </widget>
  2084. </item>
  2085. </layout>
  2086. </widget>
  2087. </widget>
  2088. <widget class="QWidget" name="tab1">
  2089. <attribute name="title">
  2090. <string>光源时序配置</string>
  2091. </attribute>
  2092. <layout class="QGridLayout" name="gridLayout_15">
  2093. <item row="0" column="2">
  2094. <widget class="QGroupBox" name="LightSrcX_3">
  2095. <property name="maximumSize">
  2096. <size>
  2097. <width>400</width>
  2098. <height>16777215</height>
  2099. </size>
  2100. </property>
  2101. <property name="title">
  2102. <string>光源3</string>
  2103. </property>
  2104. <layout class="QGridLayout" name="gridLayout_17">
  2105. <item row="9" column="0">
  2106. <widget class="QLabel" name="LightSrcX_InSigFreqDetect_Lable_3">
  2107. <property name="sizePolicy">
  2108. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2109. <horstretch>0</horstretch>
  2110. <verstretch>0</verstretch>
  2111. </sizepolicy>
  2112. </property>
  2113. <property name="minimumSize">
  2114. <size>
  2115. <width>0</width>
  2116. <height>25</height>
  2117. </size>
  2118. </property>
  2119. <property name="maximumSize">
  2120. <size>
  2121. <width>16777215</width>
  2122. <height>25</height>
  2123. </size>
  2124. </property>
  2125. <property name="text">
  2126. <string>输入触发频率(HZ)</string>
  2127. </property>
  2128. </widget>
  2129. </item>
  2130. <item row="0" column="0">
  2131. <widget class="QLabel" name="LightSrcX_TriSrc_Lable_3">
  2132. <property name="sizePolicy">
  2133. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2134. <horstretch>0</horstretch>
  2135. <verstretch>0</verstretch>
  2136. </sizepolicy>
  2137. </property>
  2138. <property name="minimumSize">
  2139. <size>
  2140. <width>0</width>
  2141. <height>25</height>
  2142. </size>
  2143. </property>
  2144. <property name="maximumSize">
  2145. <size>
  2146. <width>16777215</width>
  2147. <height>25</height>
  2148. </size>
  2149. </property>
  2150. <property name="text">
  2151. <string>触发源</string>
  2152. </property>
  2153. </widget>
  2154. </item>
  2155. <item row="7" column="0" colspan="2">
  2156. <widget class="Line" name="LightSrcX_line_3">
  2157. <property name="orientation">
  2158. <enum>Qt::Horizontal</enum>
  2159. </property>
  2160. </widget>
  2161. </item>
  2162. <item row="3" column="0">
  2163. <widget class="QLabel" name="LightSrcX_TriggerModeFirstPluseOffset_Lable_3">
  2164. <property name="sizePolicy">
  2165. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2166. <horstretch>0</horstretch>
  2167. <verstretch>0</verstretch>
  2168. </sizepolicy>
  2169. </property>
  2170. <property name="minimumSize">
  2171. <size>
  2172. <width>0</width>
  2173. <height>25</height>
  2174. </size>
  2175. </property>
  2176. <property name="maximumSize">
  2177. <size>
  2178. <width>16777215</width>
  2179. <height>25</height>
  2180. </size>
  2181. </property>
  2182. <property name="text">
  2183. <string>脉冲偏移(100ns)</string>
  2184. </property>
  2185. </widget>
  2186. </item>
  2187. <item row="0" column="1">
  2188. <widget class="QComboBox" name="LightSrcX_TriSrc_3">
  2189. <property name="minimumSize">
  2190. <size>
  2191. <width>0</width>
  2192. <height>25</height>
  2193. </size>
  2194. </property>
  2195. </widget>
  2196. </item>
  2197. <item row="2" column="0">
  2198. <widget class="QLabel" name="LightSrcX_TriggerModePluseWidth_Lable_3">
  2199. <property name="sizePolicy">
  2200. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2201. <horstretch>0</horstretch>
  2202. <verstretch>0</verstretch>
  2203. </sizepolicy>
  2204. </property>
  2205. <property name="minimumSize">
  2206. <size>
  2207. <width>0</width>
  2208. <height>25</height>
  2209. </size>
  2210. </property>
  2211. <property name="maximumSize">
  2212. <size>
  2213. <width>16777215</width>
  2214. <height>25</height>
  2215. </size>
  2216. </property>
  2217. <property name="text">
  2218. <string>脉冲宽度(100ns)</string>
  2219. </property>
  2220. </widget>
  2221. </item>
  2222. <item row="4" column="0">
  2223. <widget class="QLabel" name="LightSrcX_LightIntensityDuty_Lable_3">
  2224. <property name="sizePolicy">
  2225. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2226. <horstretch>0</horstretch>
  2227. <verstretch>0</verstretch>
  2228. </sizepolicy>
  2229. </property>
  2230. <property name="minimumSize">
  2231. <size>
  2232. <width>0</width>
  2233. <height>25</height>
  2234. </size>
  2235. </property>
  2236. <property name="maximumSize">
  2237. <size>
  2238. <width>16777215</width>
  2239. <height>25</height>
  2240. </size>
  2241. </property>
  2242. <property name="text">
  2243. <string>光源亮度(%)</string>
  2244. </property>
  2245. </widget>
  2246. </item>
  2247. <item row="2" column="1">
  2248. <widget class="QLineEdit" name="LightSrcX_TriggerModePluseWidth_3">
  2249. <property name="minimumSize">
  2250. <size>
  2251. <width>0</width>
  2252. <height>25</height>
  2253. </size>
  2254. </property>
  2255. </widget>
  2256. </item>
  2257. <item row="8" column="1">
  2258. <widget class="QLineEdit" name="LightSrcX_LightSrcErrorState_3">
  2259. <property name="minimumSize">
  2260. <size>
  2261. <width>0</width>
  2262. <height>25</height>
  2263. </size>
  2264. </property>
  2265. </widget>
  2266. </item>
  2267. <item row="3" column="1">
  2268. <widget class="QLineEdit" name="LightSrcX_TriggerModeFirstPluseOffset_3">
  2269. <property name="minimumSize">
  2270. <size>
  2271. <width>0</width>
  2272. <height>25</height>
  2273. </size>
  2274. </property>
  2275. </widget>
  2276. </item>
  2277. <item row="8" column="0">
  2278. <widget class="QLabel" name="LightSrcX_LightSrcErrorState_Lable_3">
  2279. <property name="sizePolicy">
  2280. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2281. <horstretch>0</horstretch>
  2282. <verstretch>0</verstretch>
  2283. </sizepolicy>
  2284. </property>
  2285. <property name="minimumSize">
  2286. <size>
  2287. <width>0</width>
  2288. <height>25</height>
  2289. </size>
  2290. </property>
  2291. <property name="maximumSize">
  2292. <size>
  2293. <width>16777215</width>
  2294. <height>25</height>
  2295. </size>
  2296. </property>
  2297. <property name="text">
  2298. <string>光源驱动器状态</string>
  2299. </property>
  2300. </widget>
  2301. </item>
  2302. <item row="5" column="0">
  2303. <widget class="QLabel" name="LightSrcX_LightDriverFreq_Lable_3">
  2304. <property name="sizePolicy">
  2305. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2306. <horstretch>0</horstretch>
  2307. <verstretch>0</verstretch>
  2308. </sizepolicy>
  2309. </property>
  2310. <property name="minimumSize">
  2311. <size>
  2312. <width>0</width>
  2313. <height>25</height>
  2314. </size>
  2315. </property>
  2316. <property name="maximumSize">
  2317. <size>
  2318. <width>16777215</width>
  2319. <height>25</height>
  2320. </size>
  2321. </property>
  2322. <property name="text">
  2323. <string>光源驱动频率(HZ)</string>
  2324. </property>
  2325. </widget>
  2326. </item>
  2327. <item row="5" column="1">
  2328. <widget class="QLineEdit" name="LightSrcX_LightDriverFreq_3">
  2329. <property name="minimumSize">
  2330. <size>
  2331. <width>0</width>
  2332. <height>25</height>
  2333. </size>
  2334. </property>
  2335. </widget>
  2336. </item>
  2337. <item row="10" column="0">
  2338. <widget class="QLabel" name="LightSrcX_OutSigFreqDetect_Lable_3">
  2339. <property name="sizePolicy">
  2340. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2341. <horstretch>0</horstretch>
  2342. <verstretch>0</verstretch>
  2343. </sizepolicy>
  2344. </property>
  2345. <property name="minimumSize">
  2346. <size>
  2347. <width>0</width>
  2348. <height>25</height>
  2349. </size>
  2350. </property>
  2351. <property name="maximumSize">
  2352. <size>
  2353. <width>16777215</width>
  2354. <height>25</height>
  2355. </size>
  2356. </property>
  2357. <property name="text">
  2358. <string>输出频率(HZ)</string>
  2359. </property>
  2360. </widget>
  2361. </item>
  2362. <item row="9" column="1">
  2363. <widget class="QLineEdit" name="LightSrcX_InSigFreqDetect_3">
  2364. <property name="minimumSize">
  2365. <size>
  2366. <width>0</width>
  2367. <height>25</height>
  2368. </size>
  2369. </property>
  2370. </widget>
  2371. </item>
  2372. <item row="10" column="1">
  2373. <widget class="QLineEdit" name="LightSrcX_OutSigFreqDetect_3">
  2374. <property name="minimumSize">
  2375. <size>
  2376. <width>0</width>
  2377. <height>25</height>
  2378. </size>
  2379. </property>
  2380. </widget>
  2381. </item>
  2382. <item row="4" column="1">
  2383. <widget class="QLineEdit" name="LightSrcX_LightIntensityDuty_3">
  2384. <property name="minimumSize">
  2385. <size>
  2386. <width>0</width>
  2387. <height>25</height>
  2388. </size>
  2389. </property>
  2390. </widget>
  2391. </item>
  2392. </layout>
  2393. </widget>
  2394. </item>
  2395. <item row="0" column="4">
  2396. <spacer name="horizontalSpacer_2">
  2397. <property name="orientation">
  2398. <enum>Qt::Horizontal</enum>
  2399. </property>
  2400. <property name="sizeHint" stdset="0">
  2401. <size>
  2402. <width>40</width>
  2403. <height>20</height>
  2404. </size>
  2405. </property>
  2406. </spacer>
  2407. </item>
  2408. <item row="0" column="1">
  2409. <widget class="QGroupBox" name="LightSrcX_2">
  2410. <property name="maximumSize">
  2411. <size>
  2412. <width>400</width>
  2413. <height>16777215</height>
  2414. </size>
  2415. </property>
  2416. <property name="title">
  2417. <string>光源2</string>
  2418. </property>
  2419. <layout class="QGridLayout" name="gridLayout_16">
  2420. <item row="9" column="0">
  2421. <widget class="QLabel" name="LightSrcX_InSigFreqDetect_Lable_2">
  2422. <property name="sizePolicy">
  2423. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2424. <horstretch>0</horstretch>
  2425. <verstretch>0</verstretch>
  2426. </sizepolicy>
  2427. </property>
  2428. <property name="minimumSize">
  2429. <size>
  2430. <width>0</width>
  2431. <height>25</height>
  2432. </size>
  2433. </property>
  2434. <property name="maximumSize">
  2435. <size>
  2436. <width>16777215</width>
  2437. <height>25</height>
  2438. </size>
  2439. </property>
  2440. <property name="text">
  2441. <string>输入触发频率(HZ)</string>
  2442. </property>
  2443. </widget>
  2444. </item>
  2445. <item row="0" column="0">
  2446. <widget class="QLabel" name="LightSrcX_TriSrc_Lable_2">
  2447. <property name="sizePolicy">
  2448. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2449. <horstretch>0</horstretch>
  2450. <verstretch>0</verstretch>
  2451. </sizepolicy>
  2452. </property>
  2453. <property name="minimumSize">
  2454. <size>
  2455. <width>0</width>
  2456. <height>25</height>
  2457. </size>
  2458. </property>
  2459. <property name="maximumSize">
  2460. <size>
  2461. <width>16777215</width>
  2462. <height>25</height>
  2463. </size>
  2464. </property>
  2465. <property name="text">
  2466. <string>触发源</string>
  2467. </property>
  2468. </widget>
  2469. </item>
  2470. <item row="7" column="0" colspan="2">
  2471. <widget class="Line" name="LightSrcX_line_2">
  2472. <property name="orientation">
  2473. <enum>Qt::Horizontal</enum>
  2474. </property>
  2475. </widget>
  2476. </item>
  2477. <item row="3" column="0">
  2478. <widget class="QLabel" name="LightSrcX_TriggerModeFirstPluseOffset_Lable_2">
  2479. <property name="sizePolicy">
  2480. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2481. <horstretch>0</horstretch>
  2482. <verstretch>0</verstretch>
  2483. </sizepolicy>
  2484. </property>
  2485. <property name="minimumSize">
  2486. <size>
  2487. <width>0</width>
  2488. <height>25</height>
  2489. </size>
  2490. </property>
  2491. <property name="maximumSize">
  2492. <size>
  2493. <width>16777215</width>
  2494. <height>25</height>
  2495. </size>
  2496. </property>
  2497. <property name="text">
  2498. <string>脉冲偏移(100ns)</string>
  2499. </property>
  2500. </widget>
  2501. </item>
  2502. <item row="0" column="1">
  2503. <widget class="QComboBox" name="LightSrcX_TriSrc_2">
  2504. <property name="minimumSize">
  2505. <size>
  2506. <width>0</width>
  2507. <height>25</height>
  2508. </size>
  2509. </property>
  2510. </widget>
  2511. </item>
  2512. <item row="2" column="0">
  2513. <widget class="QLabel" name="LightSrcX_TriggerModePluseWidth_Lable_2">
  2514. <property name="sizePolicy">
  2515. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2516. <horstretch>0</horstretch>
  2517. <verstretch>0</verstretch>
  2518. </sizepolicy>
  2519. </property>
  2520. <property name="minimumSize">
  2521. <size>
  2522. <width>0</width>
  2523. <height>25</height>
  2524. </size>
  2525. </property>
  2526. <property name="maximumSize">
  2527. <size>
  2528. <width>16777215</width>
  2529. <height>25</height>
  2530. </size>
  2531. </property>
  2532. <property name="text">
  2533. <string>脉冲宽度(100ns)</string>
  2534. </property>
  2535. </widget>
  2536. </item>
  2537. <item row="4" column="0">
  2538. <widget class="QLabel" name="LightSrcX_LightIntensityDuty_Lable_2">
  2539. <property name="sizePolicy">
  2540. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2541. <horstretch>0</horstretch>
  2542. <verstretch>0</verstretch>
  2543. </sizepolicy>
  2544. </property>
  2545. <property name="minimumSize">
  2546. <size>
  2547. <width>0</width>
  2548. <height>25</height>
  2549. </size>
  2550. </property>
  2551. <property name="maximumSize">
  2552. <size>
  2553. <width>16777215</width>
  2554. <height>25</height>
  2555. </size>
  2556. </property>
  2557. <property name="text">
  2558. <string>光源亮度(%)</string>
  2559. </property>
  2560. </widget>
  2561. </item>
  2562. <item row="2" column="1">
  2563. <widget class="QLineEdit" name="LightSrcX_TriggerModePluseWidth_2">
  2564. <property name="minimumSize">
  2565. <size>
  2566. <width>0</width>
  2567. <height>25</height>
  2568. </size>
  2569. </property>
  2570. </widget>
  2571. </item>
  2572. <item row="8" column="1">
  2573. <widget class="QLineEdit" name="LightSrcX_LightSrcErrorState_2">
  2574. <property name="minimumSize">
  2575. <size>
  2576. <width>0</width>
  2577. <height>25</height>
  2578. </size>
  2579. </property>
  2580. </widget>
  2581. </item>
  2582. <item row="3" column="1">
  2583. <widget class="QLineEdit" name="LightSrcX_TriggerModeFirstPluseOffset_2">
  2584. <property name="minimumSize">
  2585. <size>
  2586. <width>0</width>
  2587. <height>25</height>
  2588. </size>
  2589. </property>
  2590. </widget>
  2591. </item>
  2592. <item row="8" column="0">
  2593. <widget class="QLabel" name="LightSrcX_LightSrcErrorState_Lable_2">
  2594. <property name="sizePolicy">
  2595. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2596. <horstretch>0</horstretch>
  2597. <verstretch>0</verstretch>
  2598. </sizepolicy>
  2599. </property>
  2600. <property name="minimumSize">
  2601. <size>
  2602. <width>0</width>
  2603. <height>25</height>
  2604. </size>
  2605. </property>
  2606. <property name="maximumSize">
  2607. <size>
  2608. <width>16777215</width>
  2609. <height>25</height>
  2610. </size>
  2611. </property>
  2612. <property name="text">
  2613. <string>光源驱动器状态</string>
  2614. </property>
  2615. </widget>
  2616. </item>
  2617. <item row="5" column="0">
  2618. <widget class="QLabel" name="LightSrcX_LightDriverFreq_Lable_2">
  2619. <property name="sizePolicy">
  2620. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2621. <horstretch>0</horstretch>
  2622. <verstretch>0</verstretch>
  2623. </sizepolicy>
  2624. </property>
  2625. <property name="minimumSize">
  2626. <size>
  2627. <width>0</width>
  2628. <height>25</height>
  2629. </size>
  2630. </property>
  2631. <property name="maximumSize">
  2632. <size>
  2633. <width>16777215</width>
  2634. <height>25</height>
  2635. </size>
  2636. </property>
  2637. <property name="text">
  2638. <string>光源驱动频率(HZ)</string>
  2639. </property>
  2640. </widget>
  2641. </item>
  2642. <item row="5" column="1">
  2643. <widget class="QLineEdit" name="LightSrcX_LightDriverFreq_2">
  2644. <property name="minimumSize">
  2645. <size>
  2646. <width>0</width>
  2647. <height>25</height>
  2648. </size>
  2649. </property>
  2650. </widget>
  2651. </item>
  2652. <item row="10" column="0">
  2653. <widget class="QLabel" name="LightSrcX_OutSigFreqDetect_Lable_2">
  2654. <property name="sizePolicy">
  2655. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2656. <horstretch>0</horstretch>
  2657. <verstretch>0</verstretch>
  2658. </sizepolicy>
  2659. </property>
  2660. <property name="minimumSize">
  2661. <size>
  2662. <width>0</width>
  2663. <height>25</height>
  2664. </size>
  2665. </property>
  2666. <property name="maximumSize">
  2667. <size>
  2668. <width>16777215</width>
  2669. <height>25</height>
  2670. </size>
  2671. </property>
  2672. <property name="text">
  2673. <string>输出频率(HZ)</string>
  2674. </property>
  2675. </widget>
  2676. </item>
  2677. <item row="9" column="1">
  2678. <widget class="QLineEdit" name="LightSrcX_InSigFreqDetect_2">
  2679. <property name="minimumSize">
  2680. <size>
  2681. <width>0</width>
  2682. <height>25</height>
  2683. </size>
  2684. </property>
  2685. </widget>
  2686. </item>
  2687. <item row="10" column="1">
  2688. <widget class="QLineEdit" name="LightSrcX_OutSigFreqDetect_2">
  2689. <property name="minimumSize">
  2690. <size>
  2691. <width>0</width>
  2692. <height>25</height>
  2693. </size>
  2694. </property>
  2695. </widget>
  2696. </item>
  2697. <item row="4" column="1">
  2698. <widget class="QLineEdit" name="LightSrcX_LightIntensityDuty_2">
  2699. <property name="minimumSize">
  2700. <size>
  2701. <width>0</width>
  2702. <height>25</height>
  2703. </size>
  2704. </property>
  2705. </widget>
  2706. </item>
  2707. </layout>
  2708. </widget>
  2709. </item>
  2710. <item row="0" column="3">
  2711. <widget class="QGroupBox" name="LightSrcX_4">
  2712. <property name="maximumSize">
  2713. <size>
  2714. <width>400</width>
  2715. <height>16777215</height>
  2716. </size>
  2717. </property>
  2718. <property name="title">
  2719. <string>光源4</string>
  2720. </property>
  2721. <layout class="QGridLayout" name="gridLayout_18">
  2722. <item row="9" column="0">
  2723. <widget class="QLabel" name="LightSrcX_InSigFreqDetect_Lable_4">
  2724. <property name="sizePolicy">
  2725. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2726. <horstretch>0</horstretch>
  2727. <verstretch>0</verstretch>
  2728. </sizepolicy>
  2729. </property>
  2730. <property name="minimumSize">
  2731. <size>
  2732. <width>0</width>
  2733. <height>25</height>
  2734. </size>
  2735. </property>
  2736. <property name="maximumSize">
  2737. <size>
  2738. <width>16777215</width>
  2739. <height>25</height>
  2740. </size>
  2741. </property>
  2742. <property name="text">
  2743. <string>输入触发频率(HZ)</string>
  2744. </property>
  2745. </widget>
  2746. </item>
  2747. <item row="0" column="0">
  2748. <widget class="QLabel" name="LightSrcX_TriSrc_Lable_4">
  2749. <property name="sizePolicy">
  2750. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2751. <horstretch>0</horstretch>
  2752. <verstretch>0</verstretch>
  2753. </sizepolicy>
  2754. </property>
  2755. <property name="minimumSize">
  2756. <size>
  2757. <width>0</width>
  2758. <height>25</height>
  2759. </size>
  2760. </property>
  2761. <property name="maximumSize">
  2762. <size>
  2763. <width>16777215</width>
  2764. <height>25</height>
  2765. </size>
  2766. </property>
  2767. <property name="text">
  2768. <string>触发源</string>
  2769. </property>
  2770. </widget>
  2771. </item>
  2772. <item row="7" column="0" colspan="2">
  2773. <widget class="Line" name="LightSrcX_line_4">
  2774. <property name="orientation">
  2775. <enum>Qt::Horizontal</enum>
  2776. </property>
  2777. </widget>
  2778. </item>
  2779. <item row="3" column="0">
  2780. <widget class="QLabel" name="LightSrcX_TriggerModeFirstPluseOffset_Lable_4">
  2781. <property name="sizePolicy">
  2782. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2783. <horstretch>0</horstretch>
  2784. <verstretch>0</verstretch>
  2785. </sizepolicy>
  2786. </property>
  2787. <property name="minimumSize">
  2788. <size>
  2789. <width>0</width>
  2790. <height>25</height>
  2791. </size>
  2792. </property>
  2793. <property name="maximumSize">
  2794. <size>
  2795. <width>16777215</width>
  2796. <height>25</height>
  2797. </size>
  2798. </property>
  2799. <property name="text">
  2800. <string>脉冲偏移(100ns)</string>
  2801. </property>
  2802. </widget>
  2803. </item>
  2804. <item row="0" column="1">
  2805. <widget class="QComboBox" name="LightSrcX_TriSrc_4">
  2806. <property name="minimumSize">
  2807. <size>
  2808. <width>0</width>
  2809. <height>25</height>
  2810. </size>
  2811. </property>
  2812. </widget>
  2813. </item>
  2814. <item row="2" column="0">
  2815. <widget class="QLabel" name="LightSrcX_TriggerModePluseWidth_Lable_4">
  2816. <property name="sizePolicy">
  2817. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2818. <horstretch>0</horstretch>
  2819. <verstretch>0</verstretch>
  2820. </sizepolicy>
  2821. </property>
  2822. <property name="minimumSize">
  2823. <size>
  2824. <width>0</width>
  2825. <height>25</height>
  2826. </size>
  2827. </property>
  2828. <property name="maximumSize">
  2829. <size>
  2830. <width>16777215</width>
  2831. <height>25</height>
  2832. </size>
  2833. </property>
  2834. <property name="text">
  2835. <string>脉冲宽度(100ns)</string>
  2836. </property>
  2837. </widget>
  2838. </item>
  2839. <item row="4" column="0">
  2840. <widget class="QLabel" name="LightSrcX_LightIntensityDuty_Lable_4">
  2841. <property name="sizePolicy">
  2842. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2843. <horstretch>0</horstretch>
  2844. <verstretch>0</verstretch>
  2845. </sizepolicy>
  2846. </property>
  2847. <property name="minimumSize">
  2848. <size>
  2849. <width>0</width>
  2850. <height>25</height>
  2851. </size>
  2852. </property>
  2853. <property name="maximumSize">
  2854. <size>
  2855. <width>16777215</width>
  2856. <height>25</height>
  2857. </size>
  2858. </property>
  2859. <property name="text">
  2860. <string>光源亮度(%)</string>
  2861. </property>
  2862. </widget>
  2863. </item>
  2864. <item row="2" column="1">
  2865. <widget class="QLineEdit" name="LightSrcX_TriggerModePluseWidth_4">
  2866. <property name="minimumSize">
  2867. <size>
  2868. <width>0</width>
  2869. <height>25</height>
  2870. </size>
  2871. </property>
  2872. </widget>
  2873. </item>
  2874. <item row="8" column="1">
  2875. <widget class="QLineEdit" name="LightSrcX_LightSrcErrorState_4">
  2876. <property name="minimumSize">
  2877. <size>
  2878. <width>0</width>
  2879. <height>25</height>
  2880. </size>
  2881. </property>
  2882. </widget>
  2883. </item>
  2884. <item row="3" column="1">
  2885. <widget class="QLineEdit" name="LightSrcX_TriggerModeFirstPluseOffset_4">
  2886. <property name="minimumSize">
  2887. <size>
  2888. <width>0</width>
  2889. <height>25</height>
  2890. </size>
  2891. </property>
  2892. </widget>
  2893. </item>
  2894. <item row="8" column="0">
  2895. <widget class="QLabel" name="LightSrcX_LightSrcErrorState_Lable_4">
  2896. <property name="sizePolicy">
  2897. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2898. <horstretch>0</horstretch>
  2899. <verstretch>0</verstretch>
  2900. </sizepolicy>
  2901. </property>
  2902. <property name="minimumSize">
  2903. <size>
  2904. <width>0</width>
  2905. <height>25</height>
  2906. </size>
  2907. </property>
  2908. <property name="maximumSize">
  2909. <size>
  2910. <width>16777215</width>
  2911. <height>25</height>
  2912. </size>
  2913. </property>
  2914. <property name="text">
  2915. <string>光源驱动器状态</string>
  2916. </property>
  2917. </widget>
  2918. </item>
  2919. <item row="5" column="0">
  2920. <widget class="QLabel" name="LightSrcX_LightDriverFreq_Lable_4">
  2921. <property name="sizePolicy">
  2922. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2923. <horstretch>0</horstretch>
  2924. <verstretch>0</verstretch>
  2925. </sizepolicy>
  2926. </property>
  2927. <property name="minimumSize">
  2928. <size>
  2929. <width>0</width>
  2930. <height>25</height>
  2931. </size>
  2932. </property>
  2933. <property name="maximumSize">
  2934. <size>
  2935. <width>16777215</width>
  2936. <height>25</height>
  2937. </size>
  2938. </property>
  2939. <property name="text">
  2940. <string>光源驱动频率(HZ)</string>
  2941. </property>
  2942. </widget>
  2943. </item>
  2944. <item row="5" column="1">
  2945. <widget class="QLineEdit" name="LightSrcX_LightDriverFreq_4">
  2946. <property name="minimumSize">
  2947. <size>
  2948. <width>0</width>
  2949. <height>25</height>
  2950. </size>
  2951. </property>
  2952. </widget>
  2953. </item>
  2954. <item row="10" column="0">
  2955. <widget class="QLabel" name="LightSrcX_OutSigFreqDetect_Lable_4">
  2956. <property name="sizePolicy">
  2957. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2958. <horstretch>0</horstretch>
  2959. <verstretch>0</verstretch>
  2960. </sizepolicy>
  2961. </property>
  2962. <property name="minimumSize">
  2963. <size>
  2964. <width>0</width>
  2965. <height>25</height>
  2966. </size>
  2967. </property>
  2968. <property name="maximumSize">
  2969. <size>
  2970. <width>16777215</width>
  2971. <height>25</height>
  2972. </size>
  2973. </property>
  2974. <property name="text">
  2975. <string>输出频率(HZ)</string>
  2976. </property>
  2977. </widget>
  2978. </item>
  2979. <item row="9" column="1">
  2980. <widget class="QLineEdit" name="LightSrcX_InSigFreqDetect_4">
  2981. <property name="minimumSize">
  2982. <size>
  2983. <width>0</width>
  2984. <height>25</height>
  2985. </size>
  2986. </property>
  2987. </widget>
  2988. </item>
  2989. <item row="10" column="1">
  2990. <widget class="QLineEdit" name="LightSrcX_OutSigFreqDetect_4">
  2991. <property name="minimumSize">
  2992. <size>
  2993. <width>0</width>
  2994. <height>25</height>
  2995. </size>
  2996. </property>
  2997. </widget>
  2998. </item>
  2999. <item row="4" column="1">
  3000. <widget class="QLineEdit" name="LightSrcX_LightIntensityDuty_4">
  3001. <property name="minimumSize">
  3002. <size>
  3003. <width>0</width>
  3004. <height>25</height>
  3005. </size>
  3006. </property>
  3007. </widget>
  3008. </item>
  3009. </layout>
  3010. </widget>
  3011. </item>
  3012. <item row="0" column="0">
  3013. <widget class="QGroupBox" name="LightSrcX_1">
  3014. <property name="maximumSize">
  3015. <size>
  3016. <width>400</width>
  3017. <height>16777215</height>
  3018. </size>
  3019. </property>
  3020. <property name="title">
  3021. <string>光源1</string>
  3022. </property>
  3023. <layout class="QGridLayout" name="gridLayout_14">
  3024. <item row="9" column="0">
  3025. <widget class="QLabel" name="LightSrcX_InSigFreqDetect_Lable_1">
  3026. <property name="sizePolicy">
  3027. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3028. <horstretch>0</horstretch>
  3029. <verstretch>0</verstretch>
  3030. </sizepolicy>
  3031. </property>
  3032. <property name="minimumSize">
  3033. <size>
  3034. <width>0</width>
  3035. <height>25</height>
  3036. </size>
  3037. </property>
  3038. <property name="maximumSize">
  3039. <size>
  3040. <width>16777215</width>
  3041. <height>25</height>
  3042. </size>
  3043. </property>
  3044. <property name="text">
  3045. <string>输入触发频率(HZ)</string>
  3046. </property>
  3047. </widget>
  3048. </item>
  3049. <item row="0" column="0">
  3050. <widget class="QLabel" name="LightSrcX_TriSrc_Lable_1">
  3051. <property name="sizePolicy">
  3052. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3053. <horstretch>0</horstretch>
  3054. <verstretch>0</verstretch>
  3055. </sizepolicy>
  3056. </property>
  3057. <property name="minimumSize">
  3058. <size>
  3059. <width>0</width>
  3060. <height>25</height>
  3061. </size>
  3062. </property>
  3063. <property name="maximumSize">
  3064. <size>
  3065. <width>16777215</width>
  3066. <height>25</height>
  3067. </size>
  3068. </property>
  3069. <property name="text">
  3070. <string>触发源</string>
  3071. </property>
  3072. </widget>
  3073. </item>
  3074. <item row="7" column="0" colspan="2">
  3075. <widget class="Line" name="LightSrcX_line_1">
  3076. <property name="orientation">
  3077. <enum>Qt::Horizontal</enum>
  3078. </property>
  3079. </widget>
  3080. </item>
  3081. <item row="3" column="0">
  3082. <widget class="QLabel" name="LightSrcX_TriggerModeFirstPluseOffset_Lable_1">
  3083. <property name="sizePolicy">
  3084. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3085. <horstretch>0</horstretch>
  3086. <verstretch>0</verstretch>
  3087. </sizepolicy>
  3088. </property>
  3089. <property name="minimumSize">
  3090. <size>
  3091. <width>0</width>
  3092. <height>25</height>
  3093. </size>
  3094. </property>
  3095. <property name="maximumSize">
  3096. <size>
  3097. <width>16777215</width>
  3098. <height>25</height>
  3099. </size>
  3100. </property>
  3101. <property name="text">
  3102. <string>脉冲偏移(100ns)</string>
  3103. </property>
  3104. </widget>
  3105. </item>
  3106. <item row="0" column="1">
  3107. <widget class="QComboBox" name="LightSrcX_TriSrc_1">
  3108. <property name="minimumSize">
  3109. <size>
  3110. <width>0</width>
  3111. <height>25</height>
  3112. </size>
  3113. </property>
  3114. </widget>
  3115. </item>
  3116. <item row="2" column="0">
  3117. <widget class="QLabel" name="LightSrcX_TriggerModePluseWidth_Lable_1">
  3118. <property name="sizePolicy">
  3119. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3120. <horstretch>0</horstretch>
  3121. <verstretch>0</verstretch>
  3122. </sizepolicy>
  3123. </property>
  3124. <property name="minimumSize">
  3125. <size>
  3126. <width>0</width>
  3127. <height>25</height>
  3128. </size>
  3129. </property>
  3130. <property name="maximumSize">
  3131. <size>
  3132. <width>16777215</width>
  3133. <height>25</height>
  3134. </size>
  3135. </property>
  3136. <property name="text">
  3137. <string>脉冲宽度(100ns)</string>
  3138. </property>
  3139. </widget>
  3140. </item>
  3141. <item row="4" column="0">
  3142. <widget class="QLabel" name="LightSrcX_LightIntensityDuty_Lable_1">
  3143. <property name="sizePolicy">
  3144. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3145. <horstretch>0</horstretch>
  3146. <verstretch>0</verstretch>
  3147. </sizepolicy>
  3148. </property>
  3149. <property name="minimumSize">
  3150. <size>
  3151. <width>0</width>
  3152. <height>25</height>
  3153. </size>
  3154. </property>
  3155. <property name="maximumSize">
  3156. <size>
  3157. <width>16777215</width>
  3158. <height>25</height>
  3159. </size>
  3160. </property>
  3161. <property name="text">
  3162. <string>光源亮度(%)</string>
  3163. </property>
  3164. </widget>
  3165. </item>
  3166. <item row="2" column="1">
  3167. <widget class="QLineEdit" name="LightSrcX_TriggerModePluseWidth_1">
  3168. <property name="minimumSize">
  3169. <size>
  3170. <width>0</width>
  3171. <height>25</height>
  3172. </size>
  3173. </property>
  3174. </widget>
  3175. </item>
  3176. <item row="8" column="1">
  3177. <widget class="QLineEdit" name="LightSrcX_LightSrcErrorState_1">
  3178. <property name="minimumSize">
  3179. <size>
  3180. <width>0</width>
  3181. <height>25</height>
  3182. </size>
  3183. </property>
  3184. </widget>
  3185. </item>
  3186. <item row="3" column="1">
  3187. <widget class="QLineEdit" name="LightSrcX_TriggerModeFirstPluseOffset_1">
  3188. <property name="minimumSize">
  3189. <size>
  3190. <width>0</width>
  3191. <height>25</height>
  3192. </size>
  3193. </property>
  3194. </widget>
  3195. </item>
  3196. <item row="8" column="0">
  3197. <widget class="QLabel" name="LightSrcX_LightSrcErrorState_Lable_1">
  3198. <property name="sizePolicy">
  3199. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3200. <horstretch>0</horstretch>
  3201. <verstretch>0</verstretch>
  3202. </sizepolicy>
  3203. </property>
  3204. <property name="minimumSize">
  3205. <size>
  3206. <width>0</width>
  3207. <height>25</height>
  3208. </size>
  3209. </property>
  3210. <property name="maximumSize">
  3211. <size>
  3212. <width>16777215</width>
  3213. <height>25</height>
  3214. </size>
  3215. </property>
  3216. <property name="text">
  3217. <string>光源驱动器状态</string>
  3218. </property>
  3219. </widget>
  3220. </item>
  3221. <item row="5" column="0">
  3222. <widget class="QLabel" name="LightSrcX_LightDriverFreq_Lable_1">
  3223. <property name="sizePolicy">
  3224. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3225. <horstretch>0</horstretch>
  3226. <verstretch>0</verstretch>
  3227. </sizepolicy>
  3228. </property>
  3229. <property name="minimumSize">
  3230. <size>
  3231. <width>0</width>
  3232. <height>25</height>
  3233. </size>
  3234. </property>
  3235. <property name="maximumSize">
  3236. <size>
  3237. <width>16777215</width>
  3238. <height>25</height>
  3239. </size>
  3240. </property>
  3241. <property name="text">
  3242. <string>光源驱动频率(HZ)</string>
  3243. </property>
  3244. </widget>
  3245. </item>
  3246. <item row="5" column="1">
  3247. <widget class="QLineEdit" name="LightSrcX_LightDriverFreq_1">
  3248. <property name="minimumSize">
  3249. <size>
  3250. <width>0</width>
  3251. <height>25</height>
  3252. </size>
  3253. </property>
  3254. </widget>
  3255. </item>
  3256. <item row="10" column="0">
  3257. <widget class="QLabel" name="LightSrcX_OutSigFreqDetect_Lable_1">
  3258. <property name="sizePolicy">
  3259. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  3260. <horstretch>0</horstretch>
  3261. <verstretch>0</verstretch>
  3262. </sizepolicy>
  3263. </property>
  3264. <property name="minimumSize">
  3265. <size>
  3266. <width>0</width>
  3267. <height>25</height>
  3268. </size>
  3269. </property>
  3270. <property name="maximumSize">
  3271. <size>
  3272. <width>16777215</width>
  3273. <height>25</height>
  3274. </size>
  3275. </property>
  3276. <property name="text">
  3277. <string>输出频率(HZ)</string>
  3278. </property>
  3279. </widget>
  3280. </item>
  3281. <item row="9" column="1">
  3282. <widget class="QLineEdit" name="LightSrcX_InSigFreqDetect_1">
  3283. <property name="minimumSize">
  3284. <size>
  3285. <width>0</width>
  3286. <height>25</height>
  3287. </size>
  3288. </property>
  3289. </widget>
  3290. </item>
  3291. <item row="10" column="1">
  3292. <widget class="QLineEdit" name="LightSrcX_OutSigFreqDetect_1">
  3293. <property name="minimumSize">
  3294. <size>
  3295. <width>0</width>
  3296. <height>25</height>
  3297. </size>
  3298. </property>
  3299. </widget>
  3300. </item>
  3301. <item row="4" column="1">
  3302. <widget class="QLineEdit" name="LightSrcX_LightIntensityDuty_1">
  3303. <property name="minimumSize">
  3304. <size>
  3305. <width>0</width>
  3306. <height>25</height>
  3307. </size>
  3308. </property>
  3309. </widget>
  3310. </item>
  3311. </layout>
  3312. </widget>
  3313. </item>
  3314. <item row="2" column="0">
  3315. <spacer name="verticalSpacer_3">
  3316. <property name="orientation">
  3317. <enum>Qt::Vertical</enum>
  3318. </property>
  3319. <property name="sizeHint" stdset="0">
  3320. <size>
  3321. <width>20</width>
  3322. <height>40</height>
  3323. </size>
  3324. </property>
  3325. </spacer>
  3326. </item>
  3327. </layout>
  3328. </widget>
  3329. <widget class="QWidget" name="tab">
  3330. <attribute name="title">
  3331. <string>快门时序配置</string>
  3332. </attribute>
  3333. </widget>
  3334. </widget>
  3335. </item>
  3336. <item>
  3337. <widget class="QTextBrowser" name="instructionPreview">
  3338. <property name="sizePolicy">
  3339. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  3340. <horstretch>0</horstretch>
  3341. <verstretch>1</verstretch>
  3342. </sizepolicy>
  3343. </property>
  3344. <property name="minimumSize">
  3345. <size>
  3346. <width>0</width>
  3347. <height>100</height>
  3348. </size>
  3349. </property>
  3350. </widget>
  3351. </item>
  3352. </layout>
  3353. </widget>
  3354. </item>
  3355. </layout>
  3356. <zorder>content</zorder>
  3357. <zorder>sidebar</zorder>
  3358. </widget>
  3359. </item>
  3360. </layout>
  3361. </widget>
  3362. <widget class="QMenuBar" name="menubar">
  3363. <property name="geometry">
  3364. <rect>
  3365. <x>0</x>
  3366. <y>0</y>
  3367. <width>1244</width>
  3368. <height>23</height>
  3369. </rect>
  3370. </property>
  3371. <widget class="QMenu" name="menu123">
  3372. <property name="title">
  3373. <string>iflytop</string>
  3374. </property>
  3375. </widget>
  3376. <addaction name="menu123"/>
  3377. </widget>
  3378. <widget class="QStatusBar" name="statusbar"/>
  3379. </widget>
  3380. <resources/>
  3381. <connections/>
  3382. </ui>