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.

2146 lines
82 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
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. </layout>
  259. </widget>
  260. </item>
  261. <item>
  262. <widget class="QGroupBox" name="RegOpeation">
  263. <property name="minimumSize">
  264. <size>
  265. <width>0</width>
  266. <height>0</height>
  267. </size>
  268. </property>
  269. <property name="title">
  270. <string>寄存器操作</string>
  271. </property>
  272. <layout class="QGridLayout" name="gridLayout_2">
  273. <item row="2" column="0">
  274. <widget class="QLabel" name="regReadbakValLable">
  275. <property name="sizePolicy">
  276. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  277. <horstretch>0</horstretch>
  278. <verstretch>0</verstretch>
  279. </sizepolicy>
  280. </property>
  281. <property name="minimumSize">
  282. <size>
  283. <width>0</width>
  284. <height>25</height>
  285. </size>
  286. </property>
  287. <property name="maximumSize">
  288. <size>
  289. <width>16777215</width>
  290. <height>25</height>
  291. </size>
  292. </property>
  293. <property name="text">
  294. <string>读数值</string>
  295. </property>
  296. </widget>
  297. </item>
  298. <item row="0" column="0">
  299. <widget class="QLabel" name="RegAddLable">
  300. <property name="sizePolicy">
  301. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  302. <horstretch>0</horstretch>
  303. <verstretch>0</verstretch>
  304. </sizepolicy>
  305. </property>
  306. <property name="minimumSize">
  307. <size>
  308. <width>0</width>
  309. <height>25</height>
  310. </size>
  311. </property>
  312. <property name="maximumSize">
  313. <size>
  314. <width>16777215</width>
  315. <height>25</height>
  316. </size>
  317. </property>
  318. <property name="text">
  319. <string>地址</string>
  320. </property>
  321. </widget>
  322. </item>
  323. <item row="4" column="0">
  324. <widget class="QLabel" name="regWritebakValLable">
  325. <property name="sizePolicy">
  326. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  327. <horstretch>0</horstretch>
  328. <verstretch>0</verstretch>
  329. </sizepolicy>
  330. </property>
  331. <property name="minimumSize">
  332. <size>
  333. <width>0</width>
  334. <height>25</height>
  335. </size>
  336. </property>
  337. <property name="maximumSize">
  338. <size>
  339. <width>16777215</width>
  340. <height>25</height>
  341. </size>
  342. </property>
  343. <property name="text">
  344. <string>写数值</string>
  345. </property>
  346. </widget>
  347. </item>
  348. <item row="2" column="1">
  349. <widget class="QTextBrowser" name="regReadbakVal">
  350. <property name="sizePolicy">
  351. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  352. <horstretch>0</horstretch>
  353. <verstretch>0</verstretch>
  354. </sizepolicy>
  355. </property>
  356. <property name="minimumSize">
  357. <size>
  358. <width>0</width>
  359. <height>25</height>
  360. </size>
  361. </property>
  362. <property name="maximumSize">
  363. <size>
  364. <width>16777215</width>
  365. <height>25</height>
  366. </size>
  367. </property>
  368. <property name="lineWrapColumnOrWidth">
  369. <number>2</number>
  370. </property>
  371. </widget>
  372. </item>
  373. <item row="5" column="0">
  374. <widget class="QPushButton" name="regReadKey">
  375. <property name="text">
  376. <string>读寄存器</string>
  377. </property>
  378. </widget>
  379. </item>
  380. <item row="5" column="1">
  381. <widget class="QPushButton" name="regWriteKey">
  382. <property name="text">
  383. <string>写寄存器</string>
  384. </property>
  385. </widget>
  386. </item>
  387. <item row="0" column="1">
  388. <widget class="QLineEdit" name="RegAdd">
  389. <property name="minimumSize">
  390. <size>
  391. <width>0</width>
  392. <height>25</height>
  393. </size>
  394. </property>
  395. </widget>
  396. </item>
  397. <item row="4" column="1">
  398. <widget class="QLineEdit" name="regWriteVal">
  399. <property name="minimumSize">
  400. <size>
  401. <width>0</width>
  402. <height>25</height>
  403. </size>
  404. </property>
  405. </widget>
  406. </item>
  407. </layout>
  408. </widget>
  409. </item>
  410. <item>
  411. <spacer name="verticalSpacer">
  412. <property name="orientation">
  413. <enum>Qt::Vertical</enum>
  414. </property>
  415. <property name="sizeHint" stdset="0">
  416. <size>
  417. <width>20</width>
  418. <height>40</height>
  419. </size>
  420. </property>
  421. </spacer>
  422. </item>
  423. </layout>
  424. </widget>
  425. </item>
  426. <item>
  427. <widget class="QWidget" name="content" native="true">
  428. <layout class="QVBoxLayout" name="verticalLayout_5">
  429. <item>
  430. <widget class="QTabWidget" name="contentTab">
  431. <property name="sizePolicy">
  432. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  433. <horstretch>0</horstretch>
  434. <verstretch>10</verstretch>
  435. </sizepolicy>
  436. </property>
  437. <property name="currentIndex">
  438. <number>0</number>
  439. </property>
  440. <property name="tabBarAutoHide">
  441. <bool>true</bool>
  442. </property>
  443. <widget class="QWidget" name="tab0">
  444. <attribute name="title">
  445. <string>外部触发源配置</string>
  446. </attribute>
  447. <layout class="QGridLayout" name="gridLayout_9">
  448. <item row="0" column="2">
  449. <widget class="QGroupBox" name="TriInX_DB_3">
  450. <property name="maximumSize">
  451. <size>
  452. <width>400</width>
  453. <height>16777215</height>
  454. </size>
  455. </property>
  456. <property name="title">
  457. <string>外部触发3</string>
  458. </property>
  459. <layout class="QGridLayout" name="gridLayout_10">
  460. <item row="9" column="0" colspan="2">
  461. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_3">
  462. <property name="minimumSize">
  463. <size>
  464. <width>0</width>
  465. <height>120</height>
  466. </size>
  467. </property>
  468. <property name="maximumSize">
  469. <size>
  470. <width>16777215</width>
  471. <height>120</height>
  472. </size>
  473. </property>
  474. <property name="title">
  475. <string>TRIGGER_MODE配置</string>
  476. </property>
  477. <layout class="QGridLayout" name="gridLayout_11">
  478. <item row="0" column="1">
  479. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_3">
  480. <property name="minimumSize">
  481. <size>
  482. <width>0</width>
  483. <height>25</height>
  484. </size>
  485. </property>
  486. </widget>
  487. </item>
  488. <item row="3" column="1">
  489. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_3">
  490. <property name="minimumSize">
  491. <size>
  492. <width>0</width>
  493. <height>25</height>
  494. </size>
  495. </property>
  496. </widget>
  497. </item>
  498. <item row="3" column="0">
  499. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_3">
  500. <property name="sizePolicy">
  501. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  502. <horstretch>0</horstretch>
  503. <verstretch>0</verstretch>
  504. </sizepolicy>
  505. </property>
  506. <property name="minimumSize">
  507. <size>
  508. <width>0</width>
  509. <height>25</height>
  510. </size>
  511. </property>
  512. <property name="maximumSize">
  513. <size>
  514. <width>16777215</width>
  515. <height>25</height>
  516. </size>
  517. </property>
  518. <property name="text">
  519. <string> 倍频因子</string>
  520. </property>
  521. </widget>
  522. </item>
  523. <item row="0" column="0">
  524. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_3">
  525. <property name="sizePolicy">
  526. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  527. <horstretch>0</horstretch>
  528. <verstretch>0</verstretch>
  529. </sizepolicy>
  530. </property>
  531. <property name="minimumSize">
  532. <size>
  533. <width>0</width>
  534. <height>25</height>
  535. </size>
  536. </property>
  537. <property name="maximumSize">
  538. <size>
  539. <width>16777215</width>
  540. <height>25</height>
  541. </size>
  542. </property>
  543. <property name="text">
  544. <string> 触发边沿</string>
  545. </property>
  546. </widget>
  547. </item>
  548. <item row="2" column="1">
  549. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_3">
  550. <property name="minimumSize">
  551. <size>
  552. <width>0</width>
  553. <height>25</height>
  554. </size>
  555. </property>
  556. </widget>
  557. </item>
  558. <item row="2" column="0">
  559. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_3">
  560. <property name="sizePolicy">
  561. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  562. <horstretch>0</horstretch>
  563. <verstretch>0</verstretch>
  564. </sizepolicy>
  565. </property>
  566. <property name="minimumSize">
  567. <size>
  568. <width>0</width>
  569. <height>25</height>
  570. </size>
  571. </property>
  572. <property name="maximumSize">
  573. <size>
  574. <width>16777215</width>
  575. <height>25</height>
  576. </size>
  577. </property>
  578. <property name="text">
  579. <string> 分频因子</string>
  580. </property>
  581. </widget>
  582. </item>
  583. </layout>
  584. </widget>
  585. </item>
  586. <item row="0" column="1">
  587. <widget class="QComboBox" name="TriInX_SrcSelect_Val_3">
  588. <property name="minimumSize">
  589. <size>
  590. <width>0</width>
  591. <height>25</height>
  592. </size>
  593. </property>
  594. </widget>
  595. </item>
  596. <item row="5" column="0">
  597. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_3">
  598. <property name="sizePolicy">
  599. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  600. <horstretch>0</horstretch>
  601. <verstretch>0</verstretch>
  602. </sizepolicy>
  603. </property>
  604. <property name="minimumSize">
  605. <size>
  606. <width>0</width>
  607. <height>25</height>
  608. </size>
  609. </property>
  610. <property name="maximumSize">
  611. <size>
  612. <width>16777215</width>
  613. <height>25</height>
  614. </size>
  615. </property>
  616. <property name="text">
  617. <string>输入频率探测(HZ)</string>
  618. </property>
  619. </widget>
  620. </item>
  621. <item row="2" column="1">
  622. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_3">
  623. <property name="minimumSize">
  624. <size>
  625. <width>0</width>
  626. <height>25</height>
  627. </size>
  628. </property>
  629. </widget>
  630. </item>
  631. <item row="5" column="1">
  632. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_3">
  633. <property name="minimumSize">
  634. <size>
  635. <width>0</width>
  636. <height>25</height>
  637. </size>
  638. </property>
  639. </widget>
  640. </item>
  641. <item row="7" column="0" colspan="2">
  642. <widget class="Line" name="line_3">
  643. <property name="orientation">
  644. <enum>Qt::Horizontal</enum>
  645. </property>
  646. </widget>
  647. </item>
  648. <item row="6" column="1">
  649. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_3">
  650. <property name="minimumSize">
  651. <size>
  652. <width>0</width>
  653. <height>25</height>
  654. </size>
  655. </property>
  656. </widget>
  657. </item>
  658. <item row="4" column="0">
  659. <widget class="QLabel" name="TriInX_Mode_Lable_3">
  660. <property name="sizePolicy">
  661. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  662. <horstretch>0</horstretch>
  663. <verstretch>0</verstretch>
  664. </sizepolicy>
  665. </property>
  666. <property name="minimumSize">
  667. <size>
  668. <width>0</width>
  669. <height>25</height>
  670. </size>
  671. </property>
  672. <property name="maximumSize">
  673. <size>
  674. <width>16777215</width>
  675. <height>25</height>
  676. </size>
  677. </property>
  678. <property name="text">
  679. <string>模式</string>
  680. </property>
  681. </widget>
  682. </item>
  683. <item row="4" column="1">
  684. <widget class="QComboBox" name="TriInX_Mode_Val_3">
  685. <property name="minimumSize">
  686. <size>
  687. <width>0</width>
  688. <height>25</height>
  689. </size>
  690. </property>
  691. </widget>
  692. </item>
  693. <item row="6" column="0">
  694. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_3">
  695. <property name="sizePolicy">
  696. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  697. <horstretch>0</horstretch>
  698. <verstretch>0</verstretch>
  699. </sizepolicy>
  700. </property>
  701. <property name="minimumSize">
  702. <size>
  703. <width>0</width>
  704. <height>25</height>
  705. </size>
  706. </property>
  707. <property name="maximumSize">
  708. <size>
  709. <width>16777215</width>
  710. <height>25</height>
  711. </size>
  712. </property>
  713. <property name="text">
  714. <string>输出频率探测(HZ)</string>
  715. </property>
  716. </widget>
  717. </item>
  718. <item row="2" column="0">
  719. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_3">
  720. <property name="sizePolicy">
  721. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  722. <horstretch>0</horstretch>
  723. <verstretch>0</verstretch>
  724. </sizepolicy>
  725. </property>
  726. <property name="minimumSize">
  727. <size>
  728. <width>0</width>
  729. <height>25</height>
  730. </size>
  731. </property>
  732. <property name="maximumSize">
  733. <size>
  734. <width>16777215</width>
  735. <height>25</height>
  736. </size>
  737. </property>
  738. <property name="text">
  739. <string>滤波系数(x10ns)</string>
  740. </property>
  741. </widget>
  742. </item>
  743. <item row="3" column="0">
  744. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_3">
  745. <property name="sizePolicy">
  746. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  747. <horstretch>0</horstretch>
  748. <verstretch>0</verstretch>
  749. </sizepolicy>
  750. </property>
  751. <property name="minimumSize">
  752. <size>
  753. <width>0</width>
  754. <height>25</height>
  755. </size>
  756. </property>
  757. <property name="maximumSize">
  758. <size>
  759. <width>16777215</width>
  760. <height>25</height>
  761. </size>
  762. </property>
  763. <property name="text">
  764. <string>频率探测允许误差(x10ns)</string>
  765. </property>
  766. </widget>
  767. </item>
  768. <item row="3" column="1">
  769. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_3">
  770. <property name="minimumSize">
  771. <size>
  772. <width>0</width>
  773. <height>25</height>
  774. </size>
  775. </property>
  776. </widget>
  777. </item>
  778. <item row="0" column="0">
  779. <widget class="QLabel" name="TriInX_SrcSelect_Lable_3">
  780. <property name="sizePolicy">
  781. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  782. <horstretch>0</horstretch>
  783. <verstretch>0</verstretch>
  784. </sizepolicy>
  785. </property>
  786. <property name="minimumSize">
  787. <size>
  788. <width>0</width>
  789. <height>25</height>
  790. </size>
  791. </property>
  792. <property name="maximumSize">
  793. <size>
  794. <width>16777215</width>
  795. <height>25</height>
  796. </size>
  797. </property>
  798. <property name="text">
  799. <string>触发源选择</string>
  800. </property>
  801. </widget>
  802. </item>
  803. </layout>
  804. </widget>
  805. </item>
  806. <item row="1" column="0">
  807. <spacer name="verticalSpacer_2">
  808. <property name="orientation">
  809. <enum>Qt::Vertical</enum>
  810. </property>
  811. <property name="sizeHint" stdset="0">
  812. <size>
  813. <width>20</width>
  814. <height>40</height>
  815. </size>
  816. </property>
  817. </spacer>
  818. </item>
  819. <item row="0" column="3">
  820. <widget class="QGroupBox" name="TriInX_DB_4">
  821. <property name="maximumSize">
  822. <size>
  823. <width>400</width>
  824. <height>16777215</height>
  825. </size>
  826. </property>
  827. <property name="title">
  828. <string>外部触发4</string>
  829. </property>
  830. <layout class="QGridLayout" name="gridLayout_12">
  831. <item row="3" column="0">
  832. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_4">
  833. <property name="sizePolicy">
  834. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  835. <horstretch>0</horstretch>
  836. <verstretch>0</verstretch>
  837. </sizepolicy>
  838. </property>
  839. <property name="minimumSize">
  840. <size>
  841. <width>0</width>
  842. <height>25</height>
  843. </size>
  844. </property>
  845. <property name="maximumSize">
  846. <size>
  847. <width>16777215</width>
  848. <height>25</height>
  849. </size>
  850. </property>
  851. <property name="text">
  852. <string>频率探测允许误差(x10ns)</string>
  853. </property>
  854. </widget>
  855. </item>
  856. <item row="5" column="0">
  857. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_4">
  858. <property name="sizePolicy">
  859. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  860. <horstretch>0</horstretch>
  861. <verstretch>0</verstretch>
  862. </sizepolicy>
  863. </property>
  864. <property name="minimumSize">
  865. <size>
  866. <width>0</width>
  867. <height>25</height>
  868. </size>
  869. </property>
  870. <property name="maximumSize">
  871. <size>
  872. <width>16777215</width>
  873. <height>25</height>
  874. </size>
  875. </property>
  876. <property name="text">
  877. <string>输入频率探测(HZ)</string>
  878. </property>
  879. </widget>
  880. </item>
  881. <item row="6" column="1">
  882. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_4">
  883. <property name="minimumSize">
  884. <size>
  885. <width>0</width>
  886. <height>25</height>
  887. </size>
  888. </property>
  889. </widget>
  890. </item>
  891. <item row="3" column="1">
  892. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_4">
  893. <property name="minimumSize">
  894. <size>
  895. <width>0</width>
  896. <height>25</height>
  897. </size>
  898. </property>
  899. </widget>
  900. </item>
  901. <item row="0" column="0">
  902. <widget class="QLabel" name="TriInX_SrcSelect_Lable_4">
  903. <property name="sizePolicy">
  904. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  905. <horstretch>0</horstretch>
  906. <verstretch>0</verstretch>
  907. </sizepolicy>
  908. </property>
  909. <property name="minimumSize">
  910. <size>
  911. <width>0</width>
  912. <height>25</height>
  913. </size>
  914. </property>
  915. <property name="maximumSize">
  916. <size>
  917. <width>16777215</width>
  918. <height>25</height>
  919. </size>
  920. </property>
  921. <property name="text">
  922. <string>触发源选择</string>
  923. </property>
  924. </widget>
  925. </item>
  926. <item row="6" column="0">
  927. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_4">
  928. <property name="sizePolicy">
  929. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  930. <horstretch>0</horstretch>
  931. <verstretch>0</verstretch>
  932. </sizepolicy>
  933. </property>
  934. <property name="minimumSize">
  935. <size>
  936. <width>0</width>
  937. <height>25</height>
  938. </size>
  939. </property>
  940. <property name="maximumSize">
  941. <size>
  942. <width>16777215</width>
  943. <height>25</height>
  944. </size>
  945. </property>
  946. <property name="text">
  947. <string>输出频率探测(HZ)</string>
  948. </property>
  949. </widget>
  950. </item>
  951. <item row="2" column="1">
  952. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_4">
  953. <property name="minimumSize">
  954. <size>
  955. <width>0</width>
  956. <height>25</height>
  957. </size>
  958. </property>
  959. </widget>
  960. </item>
  961. <item row="2" column="0">
  962. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_4">
  963. <property name="sizePolicy">
  964. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  965. <horstretch>0</horstretch>
  966. <verstretch>0</verstretch>
  967. </sizepolicy>
  968. </property>
  969. <property name="minimumSize">
  970. <size>
  971. <width>0</width>
  972. <height>25</height>
  973. </size>
  974. </property>
  975. <property name="maximumSize">
  976. <size>
  977. <width>16777215</width>
  978. <height>25</height>
  979. </size>
  980. </property>
  981. <property name="text">
  982. <string>滤波系数(x10ns)</string>
  983. </property>
  984. </widget>
  985. </item>
  986. <item row="0" column="1">
  987. <widget class="QComboBox" name="TriInX_SrcSelect_Val_4">
  988. <property name="minimumSize">
  989. <size>
  990. <width>0</width>
  991. <height>25</height>
  992. </size>
  993. </property>
  994. </widget>
  995. </item>
  996. <item row="4" column="0">
  997. <widget class="QLabel" name="TriInX_Mode_Lable_4">
  998. <property name="sizePolicy">
  999. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1000. <horstretch>0</horstretch>
  1001. <verstretch>0</verstretch>
  1002. </sizepolicy>
  1003. </property>
  1004. <property name="minimumSize">
  1005. <size>
  1006. <width>0</width>
  1007. <height>25</height>
  1008. </size>
  1009. </property>
  1010. <property name="maximumSize">
  1011. <size>
  1012. <width>16777215</width>
  1013. <height>25</height>
  1014. </size>
  1015. </property>
  1016. <property name="text">
  1017. <string>模式</string>
  1018. </property>
  1019. </widget>
  1020. </item>
  1021. <item row="5" column="1">
  1022. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_4">
  1023. <property name="minimumSize">
  1024. <size>
  1025. <width>0</width>
  1026. <height>25</height>
  1027. </size>
  1028. </property>
  1029. </widget>
  1030. </item>
  1031. <item row="9" column="0" colspan="2">
  1032. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_4">
  1033. <property name="minimumSize">
  1034. <size>
  1035. <width>0</width>
  1036. <height>120</height>
  1037. </size>
  1038. </property>
  1039. <property name="maximumSize">
  1040. <size>
  1041. <width>16777215</width>
  1042. <height>120</height>
  1043. </size>
  1044. </property>
  1045. <property name="title">
  1046. <string>TRIGGER_MODE配置</string>
  1047. </property>
  1048. <layout class="QGridLayout" name="gridLayout_13">
  1049. <item row="0" column="1">
  1050. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_4">
  1051. <property name="minimumSize">
  1052. <size>
  1053. <width>0</width>
  1054. <height>25</height>
  1055. </size>
  1056. </property>
  1057. </widget>
  1058. </item>
  1059. <item row="3" column="1">
  1060. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_4">
  1061. <property name="minimumSize">
  1062. <size>
  1063. <width>0</width>
  1064. <height>25</height>
  1065. </size>
  1066. </property>
  1067. </widget>
  1068. </item>
  1069. <item row="3" column="0">
  1070. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_4">
  1071. <property name="sizePolicy">
  1072. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1073. <horstretch>0</horstretch>
  1074. <verstretch>0</verstretch>
  1075. </sizepolicy>
  1076. </property>
  1077. <property name="minimumSize">
  1078. <size>
  1079. <width>0</width>
  1080. <height>25</height>
  1081. </size>
  1082. </property>
  1083. <property name="maximumSize">
  1084. <size>
  1085. <width>16777215</width>
  1086. <height>25</height>
  1087. </size>
  1088. </property>
  1089. <property name="text">
  1090. <string> 倍频因子</string>
  1091. </property>
  1092. </widget>
  1093. </item>
  1094. <item row="0" column="0">
  1095. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_4">
  1096. <property name="sizePolicy">
  1097. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1098. <horstretch>0</horstretch>
  1099. <verstretch>0</verstretch>
  1100. </sizepolicy>
  1101. </property>
  1102. <property name="minimumSize">
  1103. <size>
  1104. <width>0</width>
  1105. <height>25</height>
  1106. </size>
  1107. </property>
  1108. <property name="maximumSize">
  1109. <size>
  1110. <width>16777215</width>
  1111. <height>25</height>
  1112. </size>
  1113. </property>
  1114. <property name="text">
  1115. <string> 触发边沿</string>
  1116. </property>
  1117. </widget>
  1118. </item>
  1119. <item row="2" column="1">
  1120. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_4">
  1121. <property name="minimumSize">
  1122. <size>
  1123. <width>0</width>
  1124. <height>25</height>
  1125. </size>
  1126. </property>
  1127. </widget>
  1128. </item>
  1129. <item row="2" column="0">
  1130. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_4">
  1131. <property name="sizePolicy">
  1132. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1133. <horstretch>0</horstretch>
  1134. <verstretch>0</verstretch>
  1135. </sizepolicy>
  1136. </property>
  1137. <property name="minimumSize">
  1138. <size>
  1139. <width>0</width>
  1140. <height>25</height>
  1141. </size>
  1142. </property>
  1143. <property name="maximumSize">
  1144. <size>
  1145. <width>16777215</width>
  1146. <height>25</height>
  1147. </size>
  1148. </property>
  1149. <property name="text">
  1150. <string> 分频因子</string>
  1151. </property>
  1152. </widget>
  1153. </item>
  1154. </layout>
  1155. </widget>
  1156. </item>
  1157. <item row="7" column="0" colspan="2">
  1158. <widget class="Line" name="line_4">
  1159. <property name="orientation">
  1160. <enum>Qt::Horizontal</enum>
  1161. </property>
  1162. </widget>
  1163. </item>
  1164. <item row="4" column="1">
  1165. <widget class="QComboBox" name="TriInX_Mode_Val_4">
  1166. <property name="minimumSize">
  1167. <size>
  1168. <width>0</width>
  1169. <height>25</height>
  1170. </size>
  1171. </property>
  1172. </widget>
  1173. </item>
  1174. </layout>
  1175. </widget>
  1176. </item>
  1177. <item row="0" column="1">
  1178. <widget class="QGroupBox" name="TriInX_DB_2">
  1179. <property name="maximumSize">
  1180. <size>
  1181. <width>400</width>
  1182. <height>16777215</height>
  1183. </size>
  1184. </property>
  1185. <property name="title">
  1186. <string>外部触发2</string>
  1187. </property>
  1188. <layout class="QGridLayout" name="gridLayout_7">
  1189. <item row="3" column="0">
  1190. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_2">
  1191. <property name="sizePolicy">
  1192. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1193. <horstretch>0</horstretch>
  1194. <verstretch>0</verstretch>
  1195. </sizepolicy>
  1196. </property>
  1197. <property name="minimumSize">
  1198. <size>
  1199. <width>0</width>
  1200. <height>25</height>
  1201. </size>
  1202. </property>
  1203. <property name="maximumSize">
  1204. <size>
  1205. <width>16777215</width>
  1206. <height>25</height>
  1207. </size>
  1208. </property>
  1209. <property name="text">
  1210. <string>频率探测允许误差(x10ns)</string>
  1211. </property>
  1212. </widget>
  1213. </item>
  1214. <item row="5" column="0">
  1215. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_2">
  1216. <property name="sizePolicy">
  1217. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1218. <horstretch>0</horstretch>
  1219. <verstretch>0</verstretch>
  1220. </sizepolicy>
  1221. </property>
  1222. <property name="minimumSize">
  1223. <size>
  1224. <width>0</width>
  1225. <height>25</height>
  1226. </size>
  1227. </property>
  1228. <property name="maximumSize">
  1229. <size>
  1230. <width>16777215</width>
  1231. <height>25</height>
  1232. </size>
  1233. </property>
  1234. <property name="text">
  1235. <string>输入频率探测(HZ)</string>
  1236. </property>
  1237. </widget>
  1238. </item>
  1239. <item row="6" column="1">
  1240. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_2">
  1241. <property name="minimumSize">
  1242. <size>
  1243. <width>0</width>
  1244. <height>25</height>
  1245. </size>
  1246. </property>
  1247. </widget>
  1248. </item>
  1249. <item row="3" column="1">
  1250. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_2">
  1251. <property name="minimumSize">
  1252. <size>
  1253. <width>0</width>
  1254. <height>25</height>
  1255. </size>
  1256. </property>
  1257. </widget>
  1258. </item>
  1259. <item row="0" column="0">
  1260. <widget class="QLabel" name="TriInX_SrcSelect_Lable_2">
  1261. <property name="sizePolicy">
  1262. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1263. <horstretch>0</horstretch>
  1264. <verstretch>0</verstretch>
  1265. </sizepolicy>
  1266. </property>
  1267. <property name="minimumSize">
  1268. <size>
  1269. <width>0</width>
  1270. <height>25</height>
  1271. </size>
  1272. </property>
  1273. <property name="maximumSize">
  1274. <size>
  1275. <width>16777215</width>
  1276. <height>25</height>
  1277. </size>
  1278. </property>
  1279. <property name="text">
  1280. <string>触发源选择</string>
  1281. </property>
  1282. </widget>
  1283. </item>
  1284. <item row="6" column="0">
  1285. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_2">
  1286. <property name="sizePolicy">
  1287. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1288. <horstretch>0</horstretch>
  1289. <verstretch>0</verstretch>
  1290. </sizepolicy>
  1291. </property>
  1292. <property name="minimumSize">
  1293. <size>
  1294. <width>0</width>
  1295. <height>25</height>
  1296. </size>
  1297. </property>
  1298. <property name="maximumSize">
  1299. <size>
  1300. <width>16777215</width>
  1301. <height>25</height>
  1302. </size>
  1303. </property>
  1304. <property name="text">
  1305. <string>输出频率探测(HZ)</string>
  1306. </property>
  1307. </widget>
  1308. </item>
  1309. <item row="2" column="1">
  1310. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_2">
  1311. <property name="minimumSize">
  1312. <size>
  1313. <width>0</width>
  1314. <height>25</height>
  1315. </size>
  1316. </property>
  1317. </widget>
  1318. </item>
  1319. <item row="2" column="0">
  1320. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_2">
  1321. <property name="sizePolicy">
  1322. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1323. <horstretch>0</horstretch>
  1324. <verstretch>0</verstretch>
  1325. </sizepolicy>
  1326. </property>
  1327. <property name="minimumSize">
  1328. <size>
  1329. <width>0</width>
  1330. <height>25</height>
  1331. </size>
  1332. </property>
  1333. <property name="maximumSize">
  1334. <size>
  1335. <width>16777215</width>
  1336. <height>25</height>
  1337. </size>
  1338. </property>
  1339. <property name="text">
  1340. <string>滤波系数(x10ns)</string>
  1341. </property>
  1342. </widget>
  1343. </item>
  1344. <item row="0" column="1">
  1345. <widget class="QComboBox" name="TriInX_SrcSelect_Val_2">
  1346. <property name="minimumSize">
  1347. <size>
  1348. <width>0</width>
  1349. <height>25</height>
  1350. </size>
  1351. </property>
  1352. </widget>
  1353. </item>
  1354. <item row="4" column="0">
  1355. <widget class="QLabel" name="TriInX_Mode_Lable_2">
  1356. <property name="sizePolicy">
  1357. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1358. <horstretch>0</horstretch>
  1359. <verstretch>0</verstretch>
  1360. </sizepolicy>
  1361. </property>
  1362. <property name="minimumSize">
  1363. <size>
  1364. <width>0</width>
  1365. <height>25</height>
  1366. </size>
  1367. </property>
  1368. <property name="maximumSize">
  1369. <size>
  1370. <width>16777215</width>
  1371. <height>25</height>
  1372. </size>
  1373. </property>
  1374. <property name="text">
  1375. <string>模式</string>
  1376. </property>
  1377. </widget>
  1378. </item>
  1379. <item row="5" column="1">
  1380. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_2">
  1381. <property name="minimumSize">
  1382. <size>
  1383. <width>0</width>
  1384. <height>25</height>
  1385. </size>
  1386. </property>
  1387. </widget>
  1388. </item>
  1389. <item row="9" column="0" colspan="2">
  1390. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_2">
  1391. <property name="minimumSize">
  1392. <size>
  1393. <width>0</width>
  1394. <height>120</height>
  1395. </size>
  1396. </property>
  1397. <property name="maximumSize">
  1398. <size>
  1399. <width>16777215</width>
  1400. <height>120</height>
  1401. </size>
  1402. </property>
  1403. <property name="title">
  1404. <string>TRIGGER_MODE配置</string>
  1405. </property>
  1406. <layout class="QGridLayout" name="gridLayout_8">
  1407. <item row="0" column="1">
  1408. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_2">
  1409. <property name="minimumSize">
  1410. <size>
  1411. <width>0</width>
  1412. <height>25</height>
  1413. </size>
  1414. </property>
  1415. </widget>
  1416. </item>
  1417. <item row="3" column="1">
  1418. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_2">
  1419. <property name="minimumSize">
  1420. <size>
  1421. <width>0</width>
  1422. <height>25</height>
  1423. </size>
  1424. </property>
  1425. </widget>
  1426. </item>
  1427. <item row="3" column="0">
  1428. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_2">
  1429. <property name="sizePolicy">
  1430. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1431. <horstretch>0</horstretch>
  1432. <verstretch>0</verstretch>
  1433. </sizepolicy>
  1434. </property>
  1435. <property name="minimumSize">
  1436. <size>
  1437. <width>0</width>
  1438. <height>25</height>
  1439. </size>
  1440. </property>
  1441. <property name="maximumSize">
  1442. <size>
  1443. <width>16777215</width>
  1444. <height>25</height>
  1445. </size>
  1446. </property>
  1447. <property name="text">
  1448. <string> 倍频因子</string>
  1449. </property>
  1450. </widget>
  1451. </item>
  1452. <item row="0" column="0">
  1453. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_2">
  1454. <property name="sizePolicy">
  1455. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1456. <horstretch>0</horstretch>
  1457. <verstretch>0</verstretch>
  1458. </sizepolicy>
  1459. </property>
  1460. <property name="minimumSize">
  1461. <size>
  1462. <width>0</width>
  1463. <height>25</height>
  1464. </size>
  1465. </property>
  1466. <property name="maximumSize">
  1467. <size>
  1468. <width>16777215</width>
  1469. <height>25</height>
  1470. </size>
  1471. </property>
  1472. <property name="text">
  1473. <string> 触发边沿</string>
  1474. </property>
  1475. </widget>
  1476. </item>
  1477. <item row="2" column="1">
  1478. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_2">
  1479. <property name="minimumSize">
  1480. <size>
  1481. <width>0</width>
  1482. <height>25</height>
  1483. </size>
  1484. </property>
  1485. </widget>
  1486. </item>
  1487. <item row="2" column="0">
  1488. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_2">
  1489. <property name="sizePolicy">
  1490. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1491. <horstretch>0</horstretch>
  1492. <verstretch>0</verstretch>
  1493. </sizepolicy>
  1494. </property>
  1495. <property name="minimumSize">
  1496. <size>
  1497. <width>0</width>
  1498. <height>25</height>
  1499. </size>
  1500. </property>
  1501. <property name="maximumSize">
  1502. <size>
  1503. <width>16777215</width>
  1504. <height>25</height>
  1505. </size>
  1506. </property>
  1507. <property name="text">
  1508. <string> 分频因子</string>
  1509. </property>
  1510. </widget>
  1511. </item>
  1512. </layout>
  1513. </widget>
  1514. </item>
  1515. <item row="7" column="0" colspan="2">
  1516. <widget class="Line" name="line_2">
  1517. <property name="orientation">
  1518. <enum>Qt::Horizontal</enum>
  1519. </property>
  1520. </widget>
  1521. </item>
  1522. <item row="4" column="1">
  1523. <widget class="QComboBox" name="TriInX_Mode_Val_2">
  1524. <property name="minimumSize">
  1525. <size>
  1526. <width>0</width>
  1527. <height>25</height>
  1528. </size>
  1529. </property>
  1530. </widget>
  1531. </item>
  1532. </layout>
  1533. </widget>
  1534. </item>
  1535. <item row="0" column="0">
  1536. <widget class="QGroupBox" name="TriInX_DB_1">
  1537. <property name="maximumSize">
  1538. <size>
  1539. <width>400</width>
  1540. <height>16777215</height>
  1541. </size>
  1542. </property>
  1543. <property name="title">
  1544. <string>外部触发1</string>
  1545. </property>
  1546. <layout class="QGridLayout" name="gridLayout_5">
  1547. <item row="3" column="0">
  1548. <widget class="QLabel" name="TriInX_FreqDetectBias_Lable_1">
  1549. <property name="sizePolicy">
  1550. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1551. <horstretch>0</horstretch>
  1552. <verstretch>0</verstretch>
  1553. </sizepolicy>
  1554. </property>
  1555. <property name="minimumSize">
  1556. <size>
  1557. <width>0</width>
  1558. <height>25</height>
  1559. </size>
  1560. </property>
  1561. <property name="maximumSize">
  1562. <size>
  1563. <width>16777215</width>
  1564. <height>25</height>
  1565. </size>
  1566. </property>
  1567. <property name="text">
  1568. <string>频率探测允许误差(x10ns)</string>
  1569. </property>
  1570. </widget>
  1571. </item>
  1572. <item row="5" column="0">
  1573. <widget class="QLabel" name="TriInX_InSignalFreq_Lable_1">
  1574. <property name="sizePolicy">
  1575. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1576. <horstretch>0</horstretch>
  1577. <verstretch>0</verstretch>
  1578. </sizepolicy>
  1579. </property>
  1580. <property name="minimumSize">
  1581. <size>
  1582. <width>0</width>
  1583. <height>25</height>
  1584. </size>
  1585. </property>
  1586. <property name="maximumSize">
  1587. <size>
  1588. <width>16777215</width>
  1589. <height>25</height>
  1590. </size>
  1591. </property>
  1592. <property name="text">
  1593. <string>输入频率探测(HZ)</string>
  1594. </property>
  1595. </widget>
  1596. </item>
  1597. <item row="6" column="1">
  1598. <widget class="QLineEdit" name="TriInX_OutSignalFreq_Val_1">
  1599. <property name="minimumSize">
  1600. <size>
  1601. <width>0</width>
  1602. <height>25</height>
  1603. </size>
  1604. </property>
  1605. </widget>
  1606. </item>
  1607. <item row="3" column="1">
  1608. <widget class="QLineEdit" name="TriInX_FreqDetectBias_Val_1">
  1609. <property name="minimumSize">
  1610. <size>
  1611. <width>0</width>
  1612. <height>25</height>
  1613. </size>
  1614. </property>
  1615. </widget>
  1616. </item>
  1617. <item row="0" column="0">
  1618. <widget class="QLabel" name="TriInX_SrcSelect_Lable_1">
  1619. <property name="sizePolicy">
  1620. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1621. <horstretch>0</horstretch>
  1622. <verstretch>0</verstretch>
  1623. </sizepolicy>
  1624. </property>
  1625. <property name="minimumSize">
  1626. <size>
  1627. <width>0</width>
  1628. <height>25</height>
  1629. </size>
  1630. </property>
  1631. <property name="maximumSize">
  1632. <size>
  1633. <width>16777215</width>
  1634. <height>25</height>
  1635. </size>
  1636. </property>
  1637. <property name="text">
  1638. <string>触发源选择</string>
  1639. </property>
  1640. </widget>
  1641. </item>
  1642. <item row="6" column="0">
  1643. <widget class="QLabel" name="TriInX_OutSignalFreq_Lable_1">
  1644. <property name="sizePolicy">
  1645. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1646. <horstretch>0</horstretch>
  1647. <verstretch>0</verstretch>
  1648. </sizepolicy>
  1649. </property>
  1650. <property name="minimumSize">
  1651. <size>
  1652. <width>0</width>
  1653. <height>25</height>
  1654. </size>
  1655. </property>
  1656. <property name="maximumSize">
  1657. <size>
  1658. <width>16777215</width>
  1659. <height>25</height>
  1660. </size>
  1661. </property>
  1662. <property name="text">
  1663. <string>输出频率探测(HZ)</string>
  1664. </property>
  1665. </widget>
  1666. </item>
  1667. <item row="2" column="1">
  1668. <widget class="QLineEdit" name="TriInX_FileterCoefficient_Val_1">
  1669. <property name="minimumSize">
  1670. <size>
  1671. <width>0</width>
  1672. <height>25</height>
  1673. </size>
  1674. </property>
  1675. </widget>
  1676. </item>
  1677. <item row="2" column="0">
  1678. <widget class="QLabel" name="TriInX_FileterCoefficient_Lable_1">
  1679. <property name="sizePolicy">
  1680. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1681. <horstretch>0</horstretch>
  1682. <verstretch>0</verstretch>
  1683. </sizepolicy>
  1684. </property>
  1685. <property name="minimumSize">
  1686. <size>
  1687. <width>0</width>
  1688. <height>25</height>
  1689. </size>
  1690. </property>
  1691. <property name="maximumSize">
  1692. <size>
  1693. <width>16777215</width>
  1694. <height>25</height>
  1695. </size>
  1696. </property>
  1697. <property name="text">
  1698. <string>滤波系数(x10ns)</string>
  1699. </property>
  1700. </widget>
  1701. </item>
  1702. <item row="0" column="1">
  1703. <widget class="QComboBox" name="TriInX_SrcSelect_Val_1">
  1704. <property name="minimumSize">
  1705. <size>
  1706. <width>0</width>
  1707. <height>25</height>
  1708. </size>
  1709. </property>
  1710. </widget>
  1711. </item>
  1712. <item row="4" column="0">
  1713. <widget class="QLabel" name="TriInX_Mode_Lable_1">
  1714. <property name="sizePolicy">
  1715. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1716. <horstretch>0</horstretch>
  1717. <verstretch>0</verstretch>
  1718. </sizepolicy>
  1719. </property>
  1720. <property name="minimumSize">
  1721. <size>
  1722. <width>0</width>
  1723. <height>25</height>
  1724. </size>
  1725. </property>
  1726. <property name="maximumSize">
  1727. <size>
  1728. <width>16777215</width>
  1729. <height>25</height>
  1730. </size>
  1731. </property>
  1732. <property name="text">
  1733. <string>模式</string>
  1734. </property>
  1735. </widget>
  1736. </item>
  1737. <item row="5" column="1">
  1738. <widget class="QLineEdit" name="TriInX_InSignalFreq_Val_1">
  1739. <property name="minimumSize">
  1740. <size>
  1741. <width>0</width>
  1742. <height>25</height>
  1743. </size>
  1744. </property>
  1745. </widget>
  1746. </item>
  1747. <item row="9" column="0" colspan="2">
  1748. <widget class="QGroupBox" name="TriInX_TriggerMode_DB_1">
  1749. <property name="minimumSize">
  1750. <size>
  1751. <width>0</width>
  1752. <height>120</height>
  1753. </size>
  1754. </property>
  1755. <property name="maximumSize">
  1756. <size>
  1757. <width>16777215</width>
  1758. <height>120</height>
  1759. </size>
  1760. </property>
  1761. <property name="title">
  1762. <string>TRIGGER_MODE配置</string>
  1763. </property>
  1764. <layout class="QGridLayout" name="gridLayout_6">
  1765. <item row="0" column="1">
  1766. <widget class="QComboBox" name="TriInX_TriggerModeTriggerEdge_Val_1">
  1767. <property name="minimumSize">
  1768. <size>
  1769. <width>0</width>
  1770. <height>25</height>
  1771. </size>
  1772. </property>
  1773. </widget>
  1774. </item>
  1775. <item row="3" column="1">
  1776. <widget class="QLineEdit" name="TriInX_TriggerModeFreqMultiplication_Val_1">
  1777. <property name="minimumSize">
  1778. <size>
  1779. <width>0</width>
  1780. <height>25</height>
  1781. </size>
  1782. </property>
  1783. </widget>
  1784. </item>
  1785. <item row="3" column="0">
  1786. <widget class="QLabel" name="TriInX_TriggerModeFreqMultiplication_Lable_1">
  1787. <property name="sizePolicy">
  1788. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1789. <horstretch>0</horstretch>
  1790. <verstretch>0</verstretch>
  1791. </sizepolicy>
  1792. </property>
  1793. <property name="minimumSize">
  1794. <size>
  1795. <width>0</width>
  1796. <height>25</height>
  1797. </size>
  1798. </property>
  1799. <property name="maximumSize">
  1800. <size>
  1801. <width>16777215</width>
  1802. <height>25</height>
  1803. </size>
  1804. </property>
  1805. <property name="text">
  1806. <string> 倍频因子</string>
  1807. </property>
  1808. </widget>
  1809. </item>
  1810. <item row="0" column="0">
  1811. <widget class="QLabel" name="TriInX_TriggerModeTriggerEdge_Lable_1">
  1812. <property name="sizePolicy">
  1813. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1814. <horstretch>0</horstretch>
  1815. <verstretch>0</verstretch>
  1816. </sizepolicy>
  1817. </property>
  1818. <property name="minimumSize">
  1819. <size>
  1820. <width>0</width>
  1821. <height>25</height>
  1822. </size>
  1823. </property>
  1824. <property name="maximumSize">
  1825. <size>
  1826. <width>16777215</width>
  1827. <height>25</height>
  1828. </size>
  1829. </property>
  1830. <property name="text">
  1831. <string> 触发边沿</string>
  1832. </property>
  1833. </widget>
  1834. </item>
  1835. <item row="2" column="1">
  1836. <widget class="QLineEdit" name="TriInX_TriggerModeFreqDivision_Val_1">
  1837. <property name="minimumSize">
  1838. <size>
  1839. <width>0</width>
  1840. <height>25</height>
  1841. </size>
  1842. </property>
  1843. </widget>
  1844. </item>
  1845. <item row="2" column="0">
  1846. <widget class="QLabel" name="TriInX_TriggerModeFreqDivision_Lable_1">
  1847. <property name="sizePolicy">
  1848. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1849. <horstretch>0</horstretch>
  1850. <verstretch>0</verstretch>
  1851. </sizepolicy>
  1852. </property>
  1853. <property name="minimumSize">
  1854. <size>
  1855. <width>0</width>
  1856. <height>25</height>
  1857. </size>
  1858. </property>
  1859. <property name="maximumSize">
  1860. <size>
  1861. <width>16777215</width>
  1862. <height>25</height>
  1863. </size>
  1864. </property>
  1865. <property name="text">
  1866. <string> 分频因子</string>
  1867. </property>
  1868. </widget>
  1869. </item>
  1870. </layout>
  1871. </widget>
  1872. </item>
  1873. <item row="7" column="0" colspan="2">
  1874. <widget class="Line" name="line">
  1875. <property name="orientation">
  1876. <enum>Qt::Horizontal</enum>
  1877. </property>
  1878. </widget>
  1879. </item>
  1880. <item row="4" column="1">
  1881. <widget class="QComboBox" name="TriInX_Mode_Val_1">
  1882. <property name="minimumSize">
  1883. <size>
  1884. <width>0</width>
  1885. <height>25</height>
  1886. </size>
  1887. </property>
  1888. </widget>
  1889. </item>
  1890. </layout>
  1891. </widget>
  1892. </item>
  1893. <item row="0" column="4">
  1894. <spacer name="horizontalSpacer">
  1895. <property name="orientation">
  1896. <enum>Qt::Horizontal</enum>
  1897. </property>
  1898. <property name="sizeHint" stdset="0">
  1899. <size>
  1900. <width>40</width>
  1901. <height>20</height>
  1902. </size>
  1903. </property>
  1904. </spacer>
  1905. </item>
  1906. </layout>
  1907. </widget>
  1908. <widget class="QWidget" name="tab_2">
  1909. <attribute name="title">
  1910. <string>内部触发源配置</string>
  1911. </attribute>
  1912. <widget class="QGroupBox" name="InternalTriggerGB">
  1913. <property name="geometry">
  1914. <rect>
  1915. <x>20</x>
  1916. <y>10</y>
  1917. <width>300</width>
  1918. <height>191</height>
  1919. </rect>
  1920. </property>
  1921. <property name="maximumSize">
  1922. <size>
  1923. <width>300</width>
  1924. <height>200</height>
  1925. </size>
  1926. </property>
  1927. <property name="title">
  1928. <string>内部触发源配置</string>
  1929. </property>
  1930. <layout class="QGridLayout" name="gridLayout_4">
  1931. <item row="2" column="0">
  1932. <widget class="QLabel" name="InterClk_Freq_Lable">
  1933. <property name="sizePolicy">
  1934. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1935. <horstretch>0</horstretch>
  1936. <verstretch>0</verstretch>
  1937. </sizepolicy>
  1938. </property>
  1939. <property name="minimumSize">
  1940. <size>
  1941. <width>0</width>
  1942. <height>25</height>
  1943. </size>
  1944. </property>
  1945. <property name="maximumSize">
  1946. <size>
  1947. <width>16777215</width>
  1948. <height>25</height>
  1949. </size>
  1950. </property>
  1951. <property name="text">
  1952. <string>触发时钟(HZ)</string>
  1953. </property>
  1954. </widget>
  1955. </item>
  1956. <item row="3" column="0">
  1957. <widget class="QLabel" name="InterClk_PluseCnt_Lable">
  1958. <property name="sizePolicy">
  1959. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  1960. <horstretch>0</horstretch>
  1961. <verstretch>0</verstretch>
  1962. </sizepolicy>
  1963. </property>
  1964. <property name="minimumSize">
  1965. <size>
  1966. <width>0</width>
  1967. <height>25</height>
  1968. </size>
  1969. </property>
  1970. <property name="maximumSize">
  1971. <size>
  1972. <width>16777215</width>
  1973. <height>25</height>
  1974. </size>
  1975. </property>
  1976. <property name="text">
  1977. <string>触发脉冲数量(0等于无限)</string>
  1978. </property>
  1979. </widget>
  1980. </item>
  1981. <item row="3" column="1">
  1982. <widget class="QLineEdit" name="InterClk_PluseCnt_Text">
  1983. <property name="minimumSize">
  1984. <size>
  1985. <width>0</width>
  1986. <height>25</height>
  1987. </size>
  1988. </property>
  1989. </widget>
  1990. </item>
  1991. <item row="4" column="1">
  1992. <widget class="QLineEdit" name="InterClk_SeqCtrlPluseCntMax_Text">
  1993. <property name="minimumSize">
  1994. <size>
  1995. <width>0</width>
  1996. <height>25</height>
  1997. </size>
  1998. </property>
  1999. </widget>
  2000. </item>
  2001. <item row="6" column="0">
  2002. <widget class="QPushButton" name="InterClk_trigger_Key">
  2003. <property name="text">
  2004. <string>触发</string>
  2005. </property>
  2006. </widget>
  2007. </item>
  2008. <item row="4" column="0">
  2009. <widget class="QLabel" name="InterClk_SeqCtrlPluseCntMax_Lable">
  2010. <property name="sizePolicy">
  2011. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2012. <horstretch>0</horstretch>
  2013. <verstretch>0</verstretch>
  2014. </sizepolicy>
  2015. </property>
  2016. <property name="minimumSize">
  2017. <size>
  2018. <width>0</width>
  2019. <height>25</height>
  2020. </size>
  2021. </property>
  2022. <property name="maximumSize">
  2023. <size>
  2024. <width>16777215</width>
  2025. <height>25</height>
  2026. </size>
  2027. </property>
  2028. <property name="text">
  2029. <string>顺序触发模式最大计数</string>
  2030. </property>
  2031. </widget>
  2032. </item>
  2033. <item row="2" column="1">
  2034. <widget class="QLineEdit" name="InterClk_Freq_Text">
  2035. <property name="minimumSize">
  2036. <size>
  2037. <width>0</width>
  2038. <height>25</height>
  2039. </size>
  2040. </property>
  2041. </widget>
  2042. </item>
  2043. <item row="5" column="0">
  2044. <widget class="QLabel" name="InterClk_TriOutSignalFreq_Lable">
  2045. <property name="sizePolicy">
  2046. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  2047. <horstretch>0</horstretch>
  2048. <verstretch>0</verstretch>
  2049. </sizepolicy>
  2050. </property>
  2051. <property name="minimumSize">
  2052. <size>
  2053. <width>0</width>
  2054. <height>25</height>
  2055. </size>
  2056. </property>
  2057. <property name="maximumSize">
  2058. <size>
  2059. <width>16777215</width>
  2060. <height>25</height>
  2061. </size>
  2062. </property>
  2063. <property name="text">
  2064. <string>输出频率探测(HZ)</string>
  2065. </property>
  2066. </widget>
  2067. </item>
  2068. <item row="5" column="1">
  2069. <widget class="QLineEdit" name="InterClk_TriOutSignalFreq_Text">
  2070. <property name="minimumSize">
  2071. <size>
  2072. <width>0</width>
  2073. <height>25</height>
  2074. </size>
  2075. </property>
  2076. </widget>
  2077. </item>
  2078. <item row="6" column="1">
  2079. <widget class="QPushButton" name="InterClk_stop_Key">
  2080. <property name="text">
  2081. <string>停止</string>
  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. </widget>
  2093. <widget class="QWidget" name="tab">
  2094. <attribute name="title">
  2095. <string>快门时序配置</string>
  2096. </attribute>
  2097. </widget>
  2098. </widget>
  2099. </item>
  2100. <item>
  2101. <widget class="QTextBrowser" name="instructionPreview">
  2102. <property name="sizePolicy">
  2103. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  2104. <horstretch>0</horstretch>
  2105. <verstretch>1</verstretch>
  2106. </sizepolicy>
  2107. </property>
  2108. <property name="minimumSize">
  2109. <size>
  2110. <width>0</width>
  2111. <height>100</height>
  2112. </size>
  2113. </property>
  2114. </widget>
  2115. </item>
  2116. </layout>
  2117. </widget>
  2118. </item>
  2119. </layout>
  2120. <zorder>content</zorder>
  2121. <zorder>sidebar</zorder>
  2122. </widget>
  2123. </item>
  2124. </layout>
  2125. </widget>
  2126. <widget class="QMenuBar" name="menubar">
  2127. <property name="geometry">
  2128. <rect>
  2129. <x>0</x>
  2130. <y>0</y>
  2131. <width>1244</width>
  2132. <height>23</height>
  2133. </rect>
  2134. </property>
  2135. <widget class="QMenu" name="menu123">
  2136. <property name="title">
  2137. <string>iflytop</string>
  2138. </property>
  2139. </widget>
  2140. <addaction name="menu123"/>
  2141. </widget>
  2142. <widget class="QStatusBar" name="statusbar"/>
  2143. </widget>
  2144. <resources/>
  2145. <connections/>
  2146. </ui>