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.

2021 lines
54 KiB

2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years 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>1135</width>
  10. <height>897</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout">
  18. <item>
  19. <widget class="QWidget" name="widget" native="true">
  20. <property name="sizePolicy">
  21. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  22. <horstretch>0</horstretch>
  23. <verstretch>1</verstretch>
  24. </sizepolicy>
  25. </property>
  26. <property name="minimumSize">
  27. <size>
  28. <width>0</width>
  29. <height>50</height>
  30. </size>
  31. </property>
  32. <property name="maximumSize">
  33. <size>
  34. <width>16777215</width>
  35. <height>50</height>
  36. </size>
  37. </property>
  38. <layout class="QHBoxLayout" name="horizontalLayout">
  39. <item>
  40. <widget class="QPushButton" name="Connect2XsyncButton">
  41. <property name="text">
  42. <string>Connect2Xsync</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QLineEdit" name="IpInput">
  48. <property name="maximumSize">
  49. <size>
  50. <width>150</width>
  51. <height>16777215</height>
  52. </size>
  53. </property>
  54. <property name="font">
  55. <font>
  56. <weight>75</weight>
  57. <bold>true</bold>
  58. </font>
  59. </property>
  60. <property name="text">
  61. <string>192.168.8.10</string>
  62. </property>
  63. <property name="readOnly">
  64. <bool>false</bool>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <spacer name="horizontalSpacer">
  70. <property name="orientation">
  71. <enum>Qt::Horizontal</enum>
  72. </property>
  73. <property name="sizeHint" stdset="0">
  74. <size>
  75. <width>40</width>
  76. <height>20</height>
  77. </size>
  78. </property>
  79. </spacer>
  80. </item>
  81. <item>
  82. <widget class="QLabel" name="label_19">
  83. <property name="text">
  84. <string>timecode:</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QTextBrowser" name="TimecodeDisplayer">
  90. <property name="maximumSize">
  91. <size>
  92. <width>150</width>
  93. <height>16777215</height>
  94. </size>
  95. </property>
  96. </widget>
  97. </item>
  98. <item>
  99. <widget class="QLabel" name="label_26">
  100. <property name="text">
  101. <string>camera_sync:</string>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QTextBrowser" name="CameraSyncIndex">
  107. <property name="maximumSize">
  108. <size>
  109. <width>150</width>
  110. <height>16777215</height>
  111. </size>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QLabel" name="label_27">
  117. <property name="text">
  118. <string>workstate:</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <widget class="QTextBrowser" name="WorkState">
  124. <property name="maximumSize">
  125. <size>
  126. <width>150</width>
  127. <height>16777215</height>
  128. </size>
  129. </property>
  130. </widget>
  131. </item>
  132. </layout>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="QTabWidget" name="tab_9">
  137. <property name="sizePolicy">
  138. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  139. <horstretch>0</horstretch>
  140. <verstretch>30</verstretch>
  141. </sizepolicy>
  142. </property>
  143. <property name="currentIndex">
  144. <number>3</number>
  145. </property>
  146. <widget class="QWidget" name="tab_2">
  147. <attribute name="title">
  148. <string>IP配置</string>
  149. </attribute>
  150. <widget class="QPushButton" name="GenNewMac">
  151. <property name="geometry">
  152. <rect>
  153. <x>20</x>
  154. <y>20</y>
  155. <width>101</width>
  156. <height>31</height>
  157. </rect>
  158. </property>
  159. <property name="text">
  160. <string>GenNewMac</string>
  161. </property>
  162. </widget>
  163. <widget class="QPushButton" name="FactoryReset">
  164. <property name="geometry">
  165. <rect>
  166. <x>20</x>
  167. <y>60</y>
  168. <width>101</width>
  169. <height>31</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>FactoryReset</string>
  174. </property>
  175. </widget>
  176. <widget class="QPushButton" name="Reboot">
  177. <property name="geometry">
  178. <rect>
  179. <x>20</x>
  180. <y>100</y>
  181. <width>101</width>
  182. <height>31</height>
  183. </rect>
  184. </property>
  185. <property name="text">
  186. <string>Reboot</string>
  187. </property>
  188. </widget>
  189. <widget class="QPushButton" name="ChangeNetCfg">
  190. <property name="geometry">
  191. <rect>
  192. <x>20</x>
  193. <y>140</y>
  194. <width>101</width>
  195. <height>31</height>
  196. </rect>
  197. </property>
  198. <property name="text">
  199. <string>ChangeNetCfg</string>
  200. </property>
  201. </widget>
  202. <widget class="QLineEdit" name="ChangeNetCfg_ip">
  203. <property name="geometry">
  204. <rect>
  205. <x>130</x>
  206. <y>140</y>
  207. <width>111</width>
  208. <height>31</height>
  209. </rect>
  210. </property>
  211. <property name="font">
  212. <font>
  213. <weight>75</weight>
  214. <bold>true</bold>
  215. </font>
  216. </property>
  217. <property name="text">
  218. <string>192.168.8.10</string>
  219. </property>
  220. <property name="readOnly">
  221. <bool>false</bool>
  222. </property>
  223. </widget>
  224. <widget class="QLineEdit" name="ChangeNetCfg_mask">
  225. <property name="geometry">
  226. <rect>
  227. <x>250</x>
  228. <y>140</y>
  229. <width>111</width>
  230. <height>31</height>
  231. </rect>
  232. </property>
  233. <property name="font">
  234. <font>
  235. <weight>75</weight>
  236. <bold>true</bold>
  237. </font>
  238. </property>
  239. <property name="text">
  240. <string>255.255.255.0</string>
  241. </property>
  242. <property name="readOnly">
  243. <bool>false</bool>
  244. </property>
  245. </widget>
  246. <widget class="QLineEdit" name="ChangeNetCfg_gateway">
  247. <property name="geometry">
  248. <rect>
  249. <x>370</x>
  250. <y>140</y>
  251. <width>111</width>
  252. <height>31</height>
  253. </rect>
  254. </property>
  255. <property name="font">
  256. <font>
  257. <weight>75</weight>
  258. <bold>true</bold>
  259. </font>
  260. </property>
  261. <property name="text">
  262. <string>192.168.8.1</string>
  263. </property>
  264. <property name="readOnly">
  265. <bool>false</bool>
  266. </property>
  267. </widget>
  268. </widget>
  269. <widget class="QWidget" name="tab_8">
  270. <attribute name="title">
  271. <string>TTL</string>
  272. </attribute>
  273. <widget class="QGroupBox" name="groupBox_2">
  274. <property name="geometry">
  275. <rect>
  276. <x>20</x>
  277. <y>10</y>
  278. <width>321</width>
  279. <height>181</height>
  280. </rect>
  281. </property>
  282. <property name="title">
  283. <string>TTL_IN</string>
  284. </property>
  285. <widget class="QLabel" name="label_24">
  286. <property name="geometry">
  287. <rect>
  288. <x>10</x>
  289. <y>20</y>
  290. <width>101</width>
  291. <height>31</height>
  292. </rect>
  293. </property>
  294. <property name="text">
  295. <string>ttl1_freq</string>
  296. </property>
  297. </widget>
  298. <widget class="QLabel" name="label_25">
  299. <property name="geometry">
  300. <rect>
  301. <x>10</x>
  302. <y>60</y>
  303. <width>101</width>
  304. <height>31</height>
  305. </rect>
  306. </property>
  307. <property name="text">
  308. <string>ttl2_freq</string>
  309. </property>
  310. </widget>
  311. <widget class="QLabel" name="label_28">
  312. <property name="geometry">
  313. <rect>
  314. <x>10</x>
  315. <y>100</y>
  316. <width>91</width>
  317. <height>31</height>
  318. </rect>
  319. </property>
  320. <property name="text">
  321. <string>ttl3_freq</string>
  322. </property>
  323. </widget>
  324. <widget class="QLabel" name="label_29">
  325. <property name="geometry">
  326. <rect>
  327. <x>10</x>
  328. <y>140</y>
  329. <width>91</width>
  330. <height>31</height>
  331. </rect>
  332. </property>
  333. <property name="text">
  334. <string>ttl4_freq</string>
  335. </property>
  336. </widget>
  337. <widget class="QLineEdit" name="TTLinModule_ttl_freq_1">
  338. <property name="geometry">
  339. <rect>
  340. <x>100</x>
  341. <y>20</y>
  342. <width>111</width>
  343. <height>31</height>
  344. </rect>
  345. </property>
  346. <property name="font">
  347. <font>
  348. <weight>75</weight>
  349. <bold>true</bold>
  350. </font>
  351. </property>
  352. <property name="text">
  353. <string/>
  354. </property>
  355. <property name="readOnly">
  356. <bool>false</bool>
  357. </property>
  358. </widget>
  359. <widget class="QLineEdit" name="TTLinModule_ttl_freq_2">
  360. <property name="geometry">
  361. <rect>
  362. <x>100</x>
  363. <y>60</y>
  364. <width>111</width>
  365. <height>31</height>
  366. </rect>
  367. </property>
  368. <property name="font">
  369. <font>
  370. <weight>75</weight>
  371. <bold>true</bold>
  372. </font>
  373. </property>
  374. <property name="text">
  375. <string/>
  376. </property>
  377. <property name="readOnly">
  378. <bool>false</bool>
  379. </property>
  380. </widget>
  381. <widget class="QLineEdit" name="TTLinModule_ttl_freq_3">
  382. <property name="geometry">
  383. <rect>
  384. <x>100</x>
  385. <y>100</y>
  386. <width>111</width>
  387. <height>31</height>
  388. </rect>
  389. </property>
  390. <property name="font">
  391. <font>
  392. <weight>75</weight>
  393. <bold>true</bold>
  394. </font>
  395. </property>
  396. <property name="text">
  397. <string/>
  398. </property>
  399. <property name="readOnly">
  400. <bool>false</bool>
  401. </property>
  402. </widget>
  403. <widget class="QLineEdit" name="TTLinModule_ttl_freq_4">
  404. <property name="geometry">
  405. <rect>
  406. <x>100</x>
  407. <y>140</y>
  408. <width>111</width>
  409. <height>31</height>
  410. </rect>
  411. </property>
  412. <property name="font">
  413. <font>
  414. <weight>75</weight>
  415. <bold>true</bold>
  416. </font>
  417. </property>
  418. <property name="text">
  419. <string/>
  420. </property>
  421. <property name="readOnly">
  422. <bool>false</bool>
  423. </property>
  424. </widget>
  425. </widget>
  426. <widget class="QGroupBox" name="groupBox_5">
  427. <property name="geometry">
  428. <rect>
  429. <x>20</x>
  430. <y>210</y>
  431. <width>401</width>
  432. <height>211</height>
  433. </rect>
  434. </property>
  435. <property name="title">
  436. <string>TTL_OUT_1</string>
  437. </property>
  438. <widget class="QLabel" name="label_20">
  439. <property name="geometry">
  440. <rect>
  441. <x>20</x>
  442. <y>30</y>
  443. <width>61</width>
  444. <height>31</height>
  445. </rect>
  446. </property>
  447. <property name="text">
  448. <string>source</string>
  449. </property>
  450. </widget>
  451. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_1">
  452. <property name="geometry">
  453. <rect>
  454. <x>70</x>
  455. <y>30</y>
  456. <width>211</width>
  457. <height>31</height>
  458. </rect>
  459. </property>
  460. <property name="currentIndex">
  461. <number>-1</number>
  462. </property>
  463. </widget>
  464. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_1">
  465. <property name="geometry">
  466. <rect>
  467. <x>70</x>
  468. <y>70</y>
  469. <width>211</width>
  470. <height>31</height>
  471. </rect>
  472. </property>
  473. <property name="font">
  474. <font>
  475. <weight>75</weight>
  476. <bold>true</bold>
  477. </font>
  478. </property>
  479. <property name="text">
  480. <string/>
  481. </property>
  482. <property name="readOnly">
  483. <bool>false</bool>
  484. </property>
  485. </widget>
  486. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_1">
  487. <property name="geometry">
  488. <rect>
  489. <x>70</x>
  490. <y>110</y>
  491. <width>211</width>
  492. <height>31</height>
  493. </rect>
  494. </property>
  495. <property name="font">
  496. <font>
  497. <weight>75</weight>
  498. <bold>true</bold>
  499. </font>
  500. </property>
  501. <property name="text">
  502. <string/>
  503. </property>
  504. <property name="readOnly">
  505. <bool>false</bool>
  506. </property>
  507. </widget>
  508. <widget class="QLabel" name="label_21">
  509. <property name="geometry">
  510. <rect>
  511. <x>20</x>
  512. <y>70</y>
  513. <width>61</width>
  514. <height>31</height>
  515. </rect>
  516. </property>
  517. <property name="text">
  518. <string>分频</string>
  519. </property>
  520. </widget>
  521. <widget class="QLabel" name="label_22">
  522. <property name="geometry">
  523. <rect>
  524. <x>20</x>
  525. <y>110</y>
  526. <width>61</width>
  527. <height>31</height>
  528. </rect>
  529. </property>
  530. <property name="text">
  531. <string>倍频</string>
  532. </property>
  533. </widget>
  534. <widget class="QLineEdit" name="TTLOutputModule_InFreq_1">
  535. <property name="geometry">
  536. <rect>
  537. <x>110</x>
  538. <y>160</y>
  539. <width>61</width>
  540. <height>31</height>
  541. </rect>
  542. </property>
  543. <property name="font">
  544. <font>
  545. <weight>75</weight>
  546. <bold>true</bold>
  547. </font>
  548. </property>
  549. <property name="text">
  550. <string/>
  551. </property>
  552. <property name="readOnly">
  553. <bool>false</bool>
  554. </property>
  555. </widget>
  556. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_1">
  557. <property name="geometry">
  558. <rect>
  559. <x>320</x>
  560. <y>160</y>
  561. <width>61</width>
  562. <height>31</height>
  563. </rect>
  564. </property>
  565. <property name="font">
  566. <font>
  567. <weight>75</weight>
  568. <bold>true</bold>
  569. </font>
  570. </property>
  571. <property name="text">
  572. <string/>
  573. </property>
  574. <property name="readOnly">
  575. <bool>false</bool>
  576. </property>
  577. </widget>
  578. <widget class="QLabel" name="label_31">
  579. <property name="geometry">
  580. <rect>
  581. <x>20</x>
  582. <y>160</y>
  583. <width>81</width>
  584. <height>31</height>
  585. </rect>
  586. </property>
  587. <property name="text">
  588. <string>输入信号频率</string>
  589. </property>
  590. </widget>
  591. <widget class="QLabel" name="label_32">
  592. <property name="geometry">
  593. <rect>
  594. <x>230</x>
  595. <y>160</y>
  596. <width>81</width>
  597. <height>31</height>
  598. </rect>
  599. </property>
  600. <property name="text">
  601. <string>输出信号频率</string>
  602. </property>
  603. </widget>
  604. </widget>
  605. <widget class="QGroupBox" name="groupBox_6">
  606. <property name="geometry">
  607. <rect>
  608. <x>440</x>
  609. <y>210</y>
  610. <width>401</width>
  611. <height>211</height>
  612. </rect>
  613. </property>
  614. <property name="title">
  615. <string>TTL_OUT_2</string>
  616. </property>
  617. <widget class="QLabel" name="label_36">
  618. <property name="geometry">
  619. <rect>
  620. <x>20</x>
  621. <y>30</y>
  622. <width>61</width>
  623. <height>31</height>
  624. </rect>
  625. </property>
  626. <property name="text">
  627. <string>source</string>
  628. </property>
  629. </widget>
  630. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_2">
  631. <property name="geometry">
  632. <rect>
  633. <x>70</x>
  634. <y>30</y>
  635. <width>211</width>
  636. <height>31</height>
  637. </rect>
  638. </property>
  639. <property name="currentIndex">
  640. <number>-1</number>
  641. </property>
  642. </widget>
  643. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_2">
  644. <property name="geometry">
  645. <rect>
  646. <x>70</x>
  647. <y>70</y>
  648. <width>211</width>
  649. <height>31</height>
  650. </rect>
  651. </property>
  652. <property name="font">
  653. <font>
  654. <weight>75</weight>
  655. <bold>true</bold>
  656. </font>
  657. </property>
  658. <property name="text">
  659. <string/>
  660. </property>
  661. <property name="readOnly">
  662. <bool>false</bool>
  663. </property>
  664. </widget>
  665. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_2">
  666. <property name="geometry">
  667. <rect>
  668. <x>70</x>
  669. <y>110</y>
  670. <width>211</width>
  671. <height>31</height>
  672. </rect>
  673. </property>
  674. <property name="font">
  675. <font>
  676. <weight>75</weight>
  677. <bold>true</bold>
  678. </font>
  679. </property>
  680. <property name="text">
  681. <string/>
  682. </property>
  683. <property name="readOnly">
  684. <bool>false</bool>
  685. </property>
  686. </widget>
  687. <widget class="QLabel" name="label_37">
  688. <property name="geometry">
  689. <rect>
  690. <x>20</x>
  691. <y>70</y>
  692. <width>61</width>
  693. <height>31</height>
  694. </rect>
  695. </property>
  696. <property name="text">
  697. <string>分频</string>
  698. </property>
  699. </widget>
  700. <widget class="QLabel" name="label_38">
  701. <property name="geometry">
  702. <rect>
  703. <x>20</x>
  704. <y>110</y>
  705. <width>61</width>
  706. <height>31</height>
  707. </rect>
  708. </property>
  709. <property name="text">
  710. <string>倍频</string>
  711. </property>
  712. </widget>
  713. <widget class="QLineEdit" name="TTLOutputModule_InFreq_2">
  714. <property name="geometry">
  715. <rect>
  716. <x>110</x>
  717. <y>160</y>
  718. <width>61</width>
  719. <height>31</height>
  720. </rect>
  721. </property>
  722. <property name="font">
  723. <font>
  724. <weight>75</weight>
  725. <bold>true</bold>
  726. </font>
  727. </property>
  728. <property name="text">
  729. <string/>
  730. </property>
  731. <property name="readOnly">
  732. <bool>false</bool>
  733. </property>
  734. </widget>
  735. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_2">
  736. <property name="geometry">
  737. <rect>
  738. <x>320</x>
  739. <y>160</y>
  740. <width>61</width>
  741. <height>31</height>
  742. </rect>
  743. </property>
  744. <property name="font">
  745. <font>
  746. <weight>75</weight>
  747. <bold>true</bold>
  748. </font>
  749. </property>
  750. <property name="text">
  751. <string/>
  752. </property>
  753. <property name="readOnly">
  754. <bool>false</bool>
  755. </property>
  756. </widget>
  757. <widget class="QLabel" name="label_39">
  758. <property name="geometry">
  759. <rect>
  760. <x>20</x>
  761. <y>160</y>
  762. <width>81</width>
  763. <height>31</height>
  764. </rect>
  765. </property>
  766. <property name="text">
  767. <string>输入信号频率</string>
  768. </property>
  769. </widget>
  770. <widget class="QLabel" name="label_40">
  771. <property name="geometry">
  772. <rect>
  773. <x>230</x>
  774. <y>160</y>
  775. <width>81</width>
  776. <height>31</height>
  777. </rect>
  778. </property>
  779. <property name="text">
  780. <string>输出信号频率</string>
  781. </property>
  782. </widget>
  783. </widget>
  784. <widget class="QGroupBox" name="groupBox_7">
  785. <property name="geometry">
  786. <rect>
  787. <x>20</x>
  788. <y>430</y>
  789. <width>401</width>
  790. <height>211</height>
  791. </rect>
  792. </property>
  793. <property name="title">
  794. <string>TTL_OUT_3</string>
  795. </property>
  796. <widget class="QLabel" name="label_41">
  797. <property name="geometry">
  798. <rect>
  799. <x>20</x>
  800. <y>30</y>
  801. <width>61</width>
  802. <height>31</height>
  803. </rect>
  804. </property>
  805. <property name="text">
  806. <string>source</string>
  807. </property>
  808. </widget>
  809. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_3">
  810. <property name="geometry">
  811. <rect>
  812. <x>70</x>
  813. <y>30</y>
  814. <width>211</width>
  815. <height>31</height>
  816. </rect>
  817. </property>
  818. <property name="currentIndex">
  819. <number>-1</number>
  820. </property>
  821. </widget>
  822. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_3">
  823. <property name="geometry">
  824. <rect>
  825. <x>70</x>
  826. <y>70</y>
  827. <width>211</width>
  828. <height>31</height>
  829. </rect>
  830. </property>
  831. <property name="font">
  832. <font>
  833. <weight>75</weight>
  834. <bold>true</bold>
  835. </font>
  836. </property>
  837. <property name="text">
  838. <string/>
  839. </property>
  840. <property name="readOnly">
  841. <bool>false</bool>
  842. </property>
  843. </widget>
  844. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_3">
  845. <property name="geometry">
  846. <rect>
  847. <x>70</x>
  848. <y>110</y>
  849. <width>211</width>
  850. <height>31</height>
  851. </rect>
  852. </property>
  853. <property name="font">
  854. <font>
  855. <weight>75</weight>
  856. <bold>true</bold>
  857. </font>
  858. </property>
  859. <property name="text">
  860. <string/>
  861. </property>
  862. <property name="readOnly">
  863. <bool>false</bool>
  864. </property>
  865. </widget>
  866. <widget class="QLabel" name="label_42">
  867. <property name="geometry">
  868. <rect>
  869. <x>20</x>
  870. <y>70</y>
  871. <width>61</width>
  872. <height>31</height>
  873. </rect>
  874. </property>
  875. <property name="text">
  876. <string>分频</string>
  877. </property>
  878. </widget>
  879. <widget class="QLabel" name="label_43">
  880. <property name="geometry">
  881. <rect>
  882. <x>20</x>
  883. <y>110</y>
  884. <width>61</width>
  885. <height>31</height>
  886. </rect>
  887. </property>
  888. <property name="text">
  889. <string>倍频</string>
  890. </property>
  891. </widget>
  892. <widget class="QLineEdit" name="TTLOutputModule_InFreq_3">
  893. <property name="geometry">
  894. <rect>
  895. <x>110</x>
  896. <y>160</y>
  897. <width>61</width>
  898. <height>31</height>
  899. </rect>
  900. </property>
  901. <property name="font">
  902. <font>
  903. <weight>75</weight>
  904. <bold>true</bold>
  905. </font>
  906. </property>
  907. <property name="text">
  908. <string/>
  909. </property>
  910. <property name="readOnly">
  911. <bool>false</bool>
  912. </property>
  913. </widget>
  914. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_3">
  915. <property name="geometry">
  916. <rect>
  917. <x>320</x>
  918. <y>160</y>
  919. <width>61</width>
  920. <height>31</height>
  921. </rect>
  922. </property>
  923. <property name="font">
  924. <font>
  925. <weight>75</weight>
  926. <bold>true</bold>
  927. </font>
  928. </property>
  929. <property name="text">
  930. <string/>
  931. </property>
  932. <property name="readOnly">
  933. <bool>false</bool>
  934. </property>
  935. </widget>
  936. <widget class="QLabel" name="label_44">
  937. <property name="geometry">
  938. <rect>
  939. <x>20</x>
  940. <y>160</y>
  941. <width>81</width>
  942. <height>31</height>
  943. </rect>
  944. </property>
  945. <property name="text">
  946. <string>输入信号频率</string>
  947. </property>
  948. </widget>
  949. <widget class="QLabel" name="label_45">
  950. <property name="geometry">
  951. <rect>
  952. <x>230</x>
  953. <y>160</y>
  954. <width>81</width>
  955. <height>31</height>
  956. </rect>
  957. </property>
  958. <property name="text">
  959. <string>输出信号频率</string>
  960. </property>
  961. </widget>
  962. </widget>
  963. <widget class="QGroupBox" name="groupBox_8">
  964. <property name="geometry">
  965. <rect>
  966. <x>440</x>
  967. <y>430</y>
  968. <width>401</width>
  969. <height>211</height>
  970. </rect>
  971. </property>
  972. <property name="title">
  973. <string>TTL_OUT_4</string>
  974. </property>
  975. <widget class="QLabel" name="label_46">
  976. <property name="geometry">
  977. <rect>
  978. <x>20</x>
  979. <y>30</y>
  980. <width>61</width>
  981. <height>31</height>
  982. </rect>
  983. </property>
  984. <property name="text">
  985. <string>source</string>
  986. </property>
  987. </widget>
  988. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_4">
  989. <property name="geometry">
  990. <rect>
  991. <x>70</x>
  992. <y>30</y>
  993. <width>211</width>
  994. <height>31</height>
  995. </rect>
  996. </property>
  997. <property name="currentIndex">
  998. <number>-1</number>
  999. </property>
  1000. </widget>
  1001. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_4">
  1002. <property name="geometry">
  1003. <rect>
  1004. <x>70</x>
  1005. <y>70</y>
  1006. <width>211</width>
  1007. <height>31</height>
  1008. </rect>
  1009. </property>
  1010. <property name="font">
  1011. <font>
  1012. <weight>75</weight>
  1013. <bold>true</bold>
  1014. </font>
  1015. </property>
  1016. <property name="text">
  1017. <string/>
  1018. </property>
  1019. <property name="readOnly">
  1020. <bool>false</bool>
  1021. </property>
  1022. </widget>
  1023. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_4">
  1024. <property name="geometry">
  1025. <rect>
  1026. <x>70</x>
  1027. <y>110</y>
  1028. <width>211</width>
  1029. <height>31</height>
  1030. </rect>
  1031. </property>
  1032. <property name="font">
  1033. <font>
  1034. <weight>75</weight>
  1035. <bold>true</bold>
  1036. </font>
  1037. </property>
  1038. <property name="text">
  1039. <string/>
  1040. </property>
  1041. <property name="readOnly">
  1042. <bool>false</bool>
  1043. </property>
  1044. </widget>
  1045. <widget class="QLabel" name="label_47">
  1046. <property name="geometry">
  1047. <rect>
  1048. <x>20</x>
  1049. <y>70</y>
  1050. <width>61</width>
  1051. <height>31</height>
  1052. </rect>
  1053. </property>
  1054. <property name="text">
  1055. <string>分频</string>
  1056. </property>
  1057. </widget>
  1058. <widget class="QLabel" name="label_48">
  1059. <property name="geometry">
  1060. <rect>
  1061. <x>20</x>
  1062. <y>110</y>
  1063. <width>61</width>
  1064. <height>31</height>
  1065. </rect>
  1066. </property>
  1067. <property name="text">
  1068. <string>倍频</string>
  1069. </property>
  1070. </widget>
  1071. <widget class="QLineEdit" name="TTLOutputModule_InFreq_4">
  1072. <property name="geometry">
  1073. <rect>
  1074. <x>110</x>
  1075. <y>160</y>
  1076. <width>61</width>
  1077. <height>31</height>
  1078. </rect>
  1079. </property>
  1080. <property name="font">
  1081. <font>
  1082. <weight>75</weight>
  1083. <bold>true</bold>
  1084. </font>
  1085. </property>
  1086. <property name="text">
  1087. <string/>
  1088. </property>
  1089. <property name="readOnly">
  1090. <bool>false</bool>
  1091. </property>
  1092. </widget>
  1093. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_4">
  1094. <property name="geometry">
  1095. <rect>
  1096. <x>320</x>
  1097. <y>160</y>
  1098. <width>61</width>
  1099. <height>31</height>
  1100. </rect>
  1101. </property>
  1102. <property name="font">
  1103. <font>
  1104. <weight>75</weight>
  1105. <bold>true</bold>
  1106. </font>
  1107. </property>
  1108. <property name="text">
  1109. <string/>
  1110. </property>
  1111. <property name="readOnly">
  1112. <bool>false</bool>
  1113. </property>
  1114. </widget>
  1115. <widget class="QLabel" name="label_49">
  1116. <property name="geometry">
  1117. <rect>
  1118. <x>20</x>
  1119. <y>160</y>
  1120. <width>81</width>
  1121. <height>31</height>
  1122. </rect>
  1123. </property>
  1124. <property name="text">
  1125. <string>输入信号频率</string>
  1126. </property>
  1127. </widget>
  1128. <widget class="QLabel" name="label_50">
  1129. <property name="geometry">
  1130. <rect>
  1131. <x>230</x>
  1132. <y>160</y>
  1133. <width>81</width>
  1134. <height>31</height>
  1135. </rect>
  1136. </property>
  1137. <property name="text">
  1138. <string>输出信号频率</string>
  1139. </property>
  1140. </widget>
  1141. </widget>
  1142. <widget class="QPushButton" name="TTLPage_Read">
  1143. <property name="geometry">
  1144. <rect>
  1145. <x>440</x>
  1146. <y>30</y>
  1147. <width>101</width>
  1148. <height>31</height>
  1149. </rect>
  1150. </property>
  1151. <property name="text">
  1152. <string>Read</string>
  1153. </property>
  1154. </widget>
  1155. <widget class="QPushButton" name="TTLPage_Write">
  1156. <property name="geometry">
  1157. <rect>
  1158. <x>440</x>
  1159. <y>70</y>
  1160. <width>101</width>
  1161. <height>31</height>
  1162. </rect>
  1163. </property>
  1164. <property name="text">
  1165. <string>Write</string>
  1166. </property>
  1167. </widget>
  1168. </widget>
  1169. <widget class="QWidget" name="tab_5">
  1170. <attribute name="title">
  1171. <string>Timecode</string>
  1172. </attribute>
  1173. <widget class="QPushButton" name="TimecodePage_Update">
  1174. <property name="geometry">
  1175. <rect>
  1176. <x>630</x>
  1177. <y>90</y>
  1178. <width>111</width>
  1179. <height>41</height>
  1180. </rect>
  1181. </property>
  1182. <property name="text">
  1183. <string>写入配置</string>
  1184. </property>
  1185. </widget>
  1186. <widget class="QPushButton" name="TimecodePage_Read">
  1187. <property name="geometry">
  1188. <rect>
  1189. <x>630</x>
  1190. <y>50</y>
  1191. <width>111</width>
  1192. <height>41</height>
  1193. </rect>
  1194. </property>
  1195. <property name="text">
  1196. <string>读出配置</string>
  1197. </property>
  1198. </widget>
  1199. <widget class="QGroupBox" name="groupBox">
  1200. <property name="geometry">
  1201. <rect>
  1202. <x>30</x>
  1203. <y>40</y>
  1204. <width>251</width>
  1205. <height>111</height>
  1206. </rect>
  1207. </property>
  1208. <property name="title">
  1209. <string>内部时码</string>
  1210. </property>
  1211. <widget class="QLabel" name="label_8">
  1212. <property name="geometry">
  1213. <rect>
  1214. <x>20</x>
  1215. <y>20</y>
  1216. <width>81</width>
  1217. <height>31</height>
  1218. </rect>
  1219. </property>
  1220. <property name="text">
  1221. <string>时码格式</string>
  1222. </property>
  1223. </widget>
  1224. <widget class="QLabel" name="label_12">
  1225. <property name="geometry">
  1226. <rect>
  1227. <x>20</x>
  1228. <y>60</y>
  1229. <width>81</width>
  1230. <height>31</height>
  1231. </rect>
  1232. </property>
  1233. <property name="text">
  1234. <string>时码数值</string>
  1235. </property>
  1236. </widget>
  1237. <widget class="QComboBox" name="InternalTimecode_Format">
  1238. <property name="geometry">
  1239. <rect>
  1240. <x>100</x>
  1241. <y>20</y>
  1242. <width>141</width>
  1243. <height>31</height>
  1244. </rect>
  1245. </property>
  1246. </widget>
  1247. <widget class="QLineEdit" name="InternalTimecode_Code">
  1248. <property name="geometry">
  1249. <rect>
  1250. <x>100</x>
  1251. <y>60</y>
  1252. <width>141</width>
  1253. <height>31</height>
  1254. </rect>
  1255. </property>
  1256. <property name="font">
  1257. <font>
  1258. <weight>75</weight>
  1259. <bold>true</bold>
  1260. </font>
  1261. </property>
  1262. <property name="text">
  1263. <string/>
  1264. </property>
  1265. <property name="readOnly">
  1266. <bool>false</bool>
  1267. </property>
  1268. </widget>
  1269. </widget>
  1270. <widget class="QGroupBox" name="groupBox_3">
  1271. <property name="geometry">
  1272. <rect>
  1273. <x>120</x>
  1274. <y>260</y>
  1275. <width>301</width>
  1276. <height>151</height>
  1277. </rect>
  1278. </property>
  1279. <property name="title">
  1280. <string>系统时码</string>
  1281. </property>
  1282. <widget class="QLabel" name="label_15">
  1283. <property name="geometry">
  1284. <rect>
  1285. <x>30</x>
  1286. <y>20</y>
  1287. <width>81</width>
  1288. <height>31</height>
  1289. </rect>
  1290. </property>
  1291. <property name="text">
  1292. <string>系统时码_源</string>
  1293. </property>
  1294. </widget>
  1295. <widget class="QLabel" name="label_23">
  1296. <property name="geometry">
  1297. <rect>
  1298. <x>30</x>
  1299. <y>60</y>
  1300. <width>81</width>
  1301. <height>31</height>
  1302. </rect>
  1303. </property>
  1304. <property name="text">
  1305. <string>时码格式</string>
  1306. </property>
  1307. </widget>
  1308. <widget class="QLabel" name="label_30">
  1309. <property name="geometry">
  1310. <rect>
  1311. <x>30</x>
  1312. <y>100</y>
  1313. <width>81</width>
  1314. <height>31</height>
  1315. </rect>
  1316. </property>
  1317. <property name="text">
  1318. <string>时码数值</string>
  1319. </property>
  1320. </widget>
  1321. <widget class="QComboBox" name="SysTimecode_Source">
  1322. <property name="geometry">
  1323. <rect>
  1324. <x>130</x>
  1325. <y>20</y>
  1326. <width>141</width>
  1327. <height>31</height>
  1328. </rect>
  1329. </property>
  1330. </widget>
  1331. <widget class="QLineEdit" name="SysTimecode_Code">
  1332. <property name="geometry">
  1333. <rect>
  1334. <x>130</x>
  1335. <y>100</y>
  1336. <width>141</width>
  1337. <height>31</height>
  1338. </rect>
  1339. </property>
  1340. <property name="font">
  1341. <font>
  1342. <weight>75</weight>
  1343. <bold>true</bold>
  1344. </font>
  1345. </property>
  1346. <property name="text">
  1347. <string/>
  1348. </property>
  1349. <property name="readOnly">
  1350. <bool>true</bool>
  1351. </property>
  1352. </widget>
  1353. <widget class="QLineEdit" name="SysTimecode_Format">
  1354. <property name="geometry">
  1355. <rect>
  1356. <x>130</x>
  1357. <y>60</y>
  1358. <width>141</width>
  1359. <height>31</height>
  1360. </rect>
  1361. </property>
  1362. <property name="font">
  1363. <font>
  1364. <weight>75</weight>
  1365. <bold>true</bold>
  1366. </font>
  1367. </property>
  1368. <property name="text">
  1369. <string/>
  1370. </property>
  1371. <property name="readOnly">
  1372. <bool>true</bool>
  1373. </property>
  1374. </widget>
  1375. </widget>
  1376. <widget class="QGroupBox" name="groupBox_4">
  1377. <property name="geometry">
  1378. <rect>
  1379. <x>320</x>
  1380. <y>40</y>
  1381. <width>251</width>
  1382. <height>151</height>
  1383. </rect>
  1384. </property>
  1385. <property name="title">
  1386. <string>外部时码</string>
  1387. </property>
  1388. <widget class="QLabel" name="label_33">
  1389. <property name="geometry">
  1390. <rect>
  1391. <x>20</x>
  1392. <y>60</y>
  1393. <width>81</width>
  1394. <height>31</height>
  1395. </rect>
  1396. </property>
  1397. <property name="text">
  1398. <string>时码格式</string>
  1399. </property>
  1400. </widget>
  1401. <widget class="QComboBox" name="ExternalTimecode_Format">
  1402. <property name="geometry">
  1403. <rect>
  1404. <x>100</x>
  1405. <y>60</y>
  1406. <width>141</width>
  1407. <height>31</height>
  1408. </rect>
  1409. </property>
  1410. </widget>
  1411. <widget class="QLineEdit" name="ExternalTimecode_Code">
  1412. <property name="geometry">
  1413. <rect>
  1414. <x>100</x>
  1415. <y>100</y>
  1416. <width>141</width>
  1417. <height>31</height>
  1418. </rect>
  1419. </property>
  1420. <property name="font">
  1421. <font>
  1422. <weight>75</weight>
  1423. <bold>true</bold>
  1424. </font>
  1425. </property>
  1426. <property name="text">
  1427. <string/>
  1428. </property>
  1429. <property name="readOnly">
  1430. <bool>true</bool>
  1431. </property>
  1432. </widget>
  1433. <widget class="QLabel" name="label_35">
  1434. <property name="geometry">
  1435. <rect>
  1436. <x>20</x>
  1437. <y>100</y>
  1438. <width>51</width>
  1439. <height>31</height>
  1440. </rect>
  1441. </property>
  1442. <property name="text">
  1443. <string>时码数值</string>
  1444. </property>
  1445. </widget>
  1446. <widget class="QComboBox" name="ExternalTimecode_Source">
  1447. <property name="geometry">
  1448. <rect>
  1449. <x>100</x>
  1450. <y>20</y>
  1451. <width>141</width>
  1452. <height>31</height>
  1453. </rect>
  1454. </property>
  1455. </widget>
  1456. <widget class="QLabel" name="label_34">
  1457. <property name="geometry">
  1458. <rect>
  1459. <x>20</x>
  1460. <y>20</y>
  1461. <width>81</width>
  1462. <height>31</height>
  1463. </rect>
  1464. </property>
  1465. <property name="text">
  1466. <string>时码源</string>
  1467. </property>
  1468. </widget>
  1469. </widget>
  1470. <widget class="Line" name="line">
  1471. <property name="geometry">
  1472. <rect>
  1473. <x>150</x>
  1474. <y>230</y>
  1475. <width>261</width>
  1476. <height>20</height>
  1477. </rect>
  1478. </property>
  1479. <property name="orientation">
  1480. <enum>Qt::Horizontal</enum>
  1481. </property>
  1482. </widget>
  1483. <widget class="Line" name="line_2">
  1484. <property name="geometry">
  1485. <rect>
  1486. <x>140</x>
  1487. <y>150</y>
  1488. <width>20</width>
  1489. <height>91</height>
  1490. </rect>
  1491. </property>
  1492. <property name="cursor">
  1493. <cursorShape>ArrowCursor</cursorShape>
  1494. </property>
  1495. <property name="orientation">
  1496. <enum>Qt::Vertical</enum>
  1497. </property>
  1498. </widget>
  1499. <widget class="Line" name="line_3">
  1500. <property name="geometry">
  1501. <rect>
  1502. <x>400</x>
  1503. <y>190</y>
  1504. <width>20</width>
  1505. <height>51</height>
  1506. </rect>
  1507. </property>
  1508. <property name="cursor">
  1509. <cursorShape>ArrowCursor</cursorShape>
  1510. </property>
  1511. <property name="orientation">
  1512. <enum>Qt::Vertical</enum>
  1513. </property>
  1514. </widget>
  1515. <widget class="Line" name="line_4">
  1516. <property name="geometry">
  1517. <rect>
  1518. <x>260</x>
  1519. <y>241</y>
  1520. <width>20</width>
  1521. <height>20</height>
  1522. </rect>
  1523. </property>
  1524. <property name="cursor">
  1525. <cursorShape>ArrowCursor</cursorShape>
  1526. </property>
  1527. <property name="orientation">
  1528. <enum>Qt::Vertical</enum>
  1529. </property>
  1530. </widget>
  1531. <widget class="QLabel" name="label_13">
  1532. <property name="geometry">
  1533. <rect>
  1534. <x>160</x>
  1535. <y>170</y>
  1536. <width>16</width>
  1537. <height>21</height>
  1538. </rect>
  1539. </property>
  1540. <property name="text">
  1541. <string>0</string>
  1542. </property>
  1543. </widget>
  1544. <widget class="QLabel" name="label_14">
  1545. <property name="geometry">
  1546. <rect>
  1547. <x>390</x>
  1548. <y>200</y>
  1549. <width>16</width>
  1550. <height>21</height>
  1551. </rect>
  1552. </property>
  1553. <property name="text">
  1554. <string>1</string>
  1555. </property>
  1556. </widget>
  1557. </widget>
  1558. <widget class="QWidget" name="tab_4">
  1559. <attribute name="title">
  1560. <string>Genlock</string>
  1561. </attribute>
  1562. <widget class="QPushButton" name="GenlockPage_Read">
  1563. <property name="geometry">
  1564. <rect>
  1565. <x>560</x>
  1566. <y>30</y>
  1567. <width>81</width>
  1568. <height>31</height>
  1569. </rect>
  1570. </property>
  1571. <property name="text">
  1572. <string>Read</string>
  1573. </property>
  1574. </widget>
  1575. <widget class="QPushButton" name="GenlockPage_Write">
  1576. <property name="geometry">
  1577. <rect>
  1578. <x>560</x>
  1579. <y>70</y>
  1580. <width>81</width>
  1581. <height>31</height>
  1582. </rect>
  1583. </property>
  1584. <property name="text">
  1585. <string>Update</string>
  1586. </property>
  1587. </widget>
  1588. <widget class="QGroupBox" name="groupBox_9">
  1589. <property name="geometry">
  1590. <rect>
  1591. <x>20</x>
  1592. <y>30</y>
  1593. <width>261</width>
  1594. <height>91</height>
  1595. </rect>
  1596. </property>
  1597. <property name="title">
  1598. <string>内部GENLOCK</string>
  1599. </property>
  1600. <widget class="QComboBox" name="InternalGenlock_Format">
  1601. <property name="geometry">
  1602. <rect>
  1603. <x>100</x>
  1604. <y>20</y>
  1605. <width>151</width>
  1606. <height>31</height>
  1607. </rect>
  1608. </property>
  1609. <property name="currentIndex">
  1610. <number>-1</number>
  1611. </property>
  1612. </widget>
  1613. <widget class="QLabel" name="label_9">
  1614. <property name="geometry">
  1615. <rect>
  1616. <x>20</x>
  1617. <y>20</y>
  1618. <width>41</width>
  1619. <height>31</height>
  1620. </rect>
  1621. </property>
  1622. <property name="text">
  1623. <string>Format</string>
  1624. </property>
  1625. </widget>
  1626. </widget>
  1627. <widget class="QGroupBox" name="groupBox_10">
  1628. <property name="geometry">
  1629. <rect>
  1630. <x>300</x>
  1631. <y>30</y>
  1632. <width>221</width>
  1633. <height>91</height>
  1634. </rect>
  1635. </property>
  1636. <property name="title">
  1637. <string>外部-GENLOCK</string>
  1638. </property>
  1639. <widget class="QLabel" name="label_10">
  1640. <property name="geometry">
  1641. <rect>
  1642. <x>20</x>
  1643. <y>20</y>
  1644. <width>41</width>
  1645. <height>31</height>
  1646. </rect>
  1647. </property>
  1648. <property name="text">
  1649. <string>Freq</string>
  1650. </property>
  1651. </widget>
  1652. <widget class="QLineEdit" name="ExternalGenlock_Freq">
  1653. <property name="geometry">
  1654. <rect>
  1655. <x>60</x>
  1656. <y>20</y>
  1657. <width>151</width>
  1658. <height>31</height>
  1659. </rect>
  1660. </property>
  1661. <property name="font">
  1662. <font>
  1663. <weight>75</weight>
  1664. <bold>true</bold>
  1665. </font>
  1666. </property>
  1667. <property name="text">
  1668. <string/>
  1669. </property>
  1670. <property name="readOnly">
  1671. <bool>false</bool>
  1672. </property>
  1673. </widget>
  1674. </widget>
  1675. <widget class="QGroupBox" name="groupBox_11">
  1676. <property name="geometry">
  1677. <rect>
  1678. <x>160</x>
  1679. <y>160</y>
  1680. <width>271</width>
  1681. <height>121</height>
  1682. </rect>
  1683. </property>
  1684. <property name="title">
  1685. <string>SYS-GENLOCK</string>
  1686. </property>
  1687. <widget class="QComboBox" name="SysGenlock_Src">
  1688. <property name="geometry">
  1689. <rect>
  1690. <x>100</x>
  1691. <y>20</y>
  1692. <width>151</width>
  1693. <height>31</height>
  1694. </rect>
  1695. </property>
  1696. <property name="currentIndex">
  1697. <number>-1</number>
  1698. </property>
  1699. </widget>
  1700. <widget class="QLabel" name="label_11">
  1701. <property name="geometry">
  1702. <rect>
  1703. <x>20</x>
  1704. <y>20</y>
  1705. <width>41</width>
  1706. <height>31</height>
  1707. </rect>
  1708. </property>
  1709. <property name="text">
  1710. <string>SRC</string>
  1711. </property>
  1712. </widget>
  1713. <widget class="QLabel" name="label_51">
  1714. <property name="geometry">
  1715. <rect>
  1716. <x>20</x>
  1717. <y>60</y>
  1718. <width>41</width>
  1719. <height>31</height>
  1720. </rect>
  1721. </property>
  1722. <property name="text">
  1723. <string>Freq</string>
  1724. </property>
  1725. </widget>
  1726. <widget class="QLineEdit" name="SysGenlock_Freq">
  1727. <property name="geometry">
  1728. <rect>
  1729. <x>100</x>
  1730. <y>60</y>
  1731. <width>151</width>
  1732. <height>31</height>
  1733. </rect>
  1734. </property>
  1735. <property name="font">
  1736. <font>
  1737. <weight>75</weight>
  1738. <bold>true</bold>
  1739. </font>
  1740. </property>
  1741. <property name="text">
  1742. <string/>
  1743. </property>
  1744. <property name="readOnly">
  1745. <bool>false</bool>
  1746. </property>
  1747. </widget>
  1748. </widget>
  1749. </widget>
  1750. <widget class="QWidget" name="tab_6">
  1751. <attribute name="title">
  1752. <string>相机同步消息上报6</string>
  1753. </attribute>
  1754. <widget class="QComboBox" name="CameraSyncPacketGeneratorModule_TriggerSig">
  1755. <property name="geometry">
  1756. <rect>
  1757. <x>210</x>
  1758. <y>50</y>
  1759. <width>241</width>
  1760. <height>31</height>
  1761. </rect>
  1762. </property>
  1763. <property name="currentIndex">
  1764. <number>-1</number>
  1765. </property>
  1766. </widget>
  1767. <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_Read">
  1768. <property name="geometry">
  1769. <rect>
  1770. <x>490</x>
  1771. <y>50</y>
  1772. <width>151</width>
  1773. <height>41</height>
  1774. </rect>
  1775. </property>
  1776. <property name="text">
  1777. <string>Read</string>
  1778. </property>
  1779. </widget>
  1780. <widget class="QLabel" name="label_16">
  1781. <property name="geometry">
  1782. <rect>
  1783. <x>20</x>
  1784. <y>50</y>
  1785. <width>101</width>
  1786. <height>31</height>
  1787. </rect>
  1788. </property>
  1789. <property name="text">
  1790. <string>TriggerSigType</string>
  1791. </property>
  1792. </widget>
  1793. <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_Update">
  1794. <property name="geometry">
  1795. <rect>
  1796. <x>490</x>
  1797. <y>100</y>
  1798. <width>151</width>
  1799. <height>41</height>
  1800. </rect>
  1801. </property>
  1802. <property name="text">
  1803. <string>Update</string>
  1804. </property>
  1805. </widget>
  1806. <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_ClearPacketIndex">
  1807. <property name="geometry">
  1808. <rect>
  1809. <x>490</x>
  1810. <y>150</y>
  1811. <width>151</width>
  1812. <height>41</height>
  1813. </rect>
  1814. </property>
  1815. <property name="text">
  1816. <string>清零包序号</string>
  1817. </property>
  1818. </widget>
  1819. <widget class="QLineEdit" name="CameraSyncPacketGeneratorModule_ReportPeriod">
  1820. <property name="geometry">
  1821. <rect>
  1822. <x>210</x>
  1823. <y>100</y>
  1824. <width>241</width>
  1825. <height>31</height>
  1826. </rect>
  1827. </property>
  1828. <property name="font">
  1829. <font>
  1830. <weight>75</weight>
  1831. <bold>true</bold>
  1832. </font>
  1833. </property>
  1834. <property name="text">
  1835. <string/>
  1836. </property>
  1837. <property name="readOnly">
  1838. <bool>false</bool>
  1839. </property>
  1840. </widget>
  1841. <widget class="QLabel" name="label_17">
  1842. <property name="geometry">
  1843. <rect>
  1844. <x>20</x>
  1845. <y>100</y>
  1846. <width>151</width>
  1847. <height>31</height>
  1848. </rect>
  1849. </property>
  1850. <property name="text">
  1851. <string>ReportPeriodCount</string>
  1852. </property>
  1853. </widget>
  1854. <widget class="QLabel" name="label_18">
  1855. <property name="geometry">
  1856. <rect>
  1857. <x>20</x>
  1858. <y>150</y>
  1859. <width>151</width>
  1860. <height>31</height>
  1861. </rect>
  1862. </property>
  1863. <property name="text">
  1864. <string>Index</string>
  1865. </property>
  1866. </widget>
  1867. <widget class="QTextBrowser" name="CameraSyncPacketGeneratorModule_PacketIndex">
  1868. <property name="geometry">
  1869. <rect>
  1870. <x>210</x>
  1871. <y>150</y>
  1872. <width>241</width>
  1873. <height>31</height>
  1874. </rect>
  1875. </property>
  1876. </widget>
  1877. </widget>
  1878. <widget class="QWidget" name="tab">
  1879. <attribute name="title">
  1880. <string>寄存器</string>
  1881. </attribute>
  1882. <layout class="QVBoxLayout" name="verticalLayout_2">
  1883. <item>
  1884. <widget class="QPushButton" name="RefreshRegsButton">
  1885. <property name="sizePolicy">
  1886. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  1887. <horstretch>0</horstretch>
  1888. <verstretch>0</verstretch>
  1889. </sizepolicy>
  1890. </property>
  1891. <property name="minimumSize">
  1892. <size>
  1893. <width>0</width>
  1894. <height>30</height>
  1895. </size>
  1896. </property>
  1897. <property name="text">
  1898. <string>RefreshRegs</string>
  1899. </property>
  1900. </widget>
  1901. </item>
  1902. <item>
  1903. <widget class="QScrollArea" name="scrollArea">
  1904. <property name="minimumSize">
  1905. <size>
  1906. <width>0</width>
  1907. <height>0</height>
  1908. </size>
  1909. </property>
  1910. <property name="sizeIncrement">
  1911. <size>
  1912. <width>0</width>
  1913. <height>0</height>
  1914. </size>
  1915. </property>
  1916. <property name="baseSize">
  1917. <size>
  1918. <width>0</width>
  1919. <height>0</height>
  1920. </size>
  1921. </property>
  1922. <property name="verticalScrollBarPolicy">
  1923. <enum>Qt::ScrollBarAlwaysOn</enum>
  1924. </property>
  1925. <property name="horizontalScrollBarPolicy">
  1926. <enum>Qt::ScrollBarAlwaysOn</enum>
  1927. </property>
  1928. <property name="sizeAdjustPolicy">
  1929. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  1930. </property>
  1931. <property name="widgetResizable">
  1932. <bool>true</bool>
  1933. </property>
  1934. <widget class="QWidget" name="scrollAreaWidgetContents">
  1935. <property name="geometry">
  1936. <rect>
  1937. <x>0</x>
  1938. <y>0</y>
  1939. <width>1074</width>
  1940. <height>10000</height>
  1941. </rect>
  1942. </property>
  1943. <property name="minimumSize">
  1944. <size>
  1945. <width>0</width>
  1946. <height>10000</height>
  1947. </size>
  1948. </property>
  1949. <widget class="QWidget" name="gridLayoutWidget">
  1950. <property name="geometry">
  1951. <rect>
  1952. <x>20</x>
  1953. <y>10</y>
  1954. <width>581</width>
  1955. <height>91</height>
  1956. </rect>
  1957. </property>
  1958. <layout class="QGridLayout" name="reg_table">
  1959. <property name="sizeConstraint">
  1960. <enum>QLayout::SetNoConstraint</enum>
  1961. </property>
  1962. </layout>
  1963. </widget>
  1964. </widget>
  1965. </widget>
  1966. </item>
  1967. </layout>
  1968. </widget>
  1969. </widget>
  1970. </item>
  1971. <item>
  1972. <widget class="QWidget" name="widget_2" native="true">
  1973. <property name="sizePolicy">
  1974. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  1975. <horstretch>0</horstretch>
  1976. <verstretch>3</verstretch>
  1977. </sizepolicy>
  1978. </property>
  1979. <layout class="QHBoxLayout" name="horizontalLayout_2">
  1980. <item>
  1981. <widget class="QPushButton" name="ClearLogButton">
  1982. <property name="sizePolicy">
  1983. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  1984. <horstretch>0</horstretch>
  1985. <verstretch>0</verstretch>
  1986. </sizepolicy>
  1987. </property>
  1988. <property name="text">
  1989. <string>ClearLog</string>
  1990. </property>
  1991. </widget>
  1992. </item>
  1993. <item>
  1994. <widget class="QTextBrowser" name="logbrowser"/>
  1995. </item>
  1996. </layout>
  1997. </widget>
  1998. </item>
  1999. </layout>
  2000. </widget>
  2001. <widget class="QMenuBar" name="menubar">
  2002. <property name="geometry">
  2003. <rect>
  2004. <x>0</x>
  2005. <y>0</y>
  2006. <width>1135</width>
  2007. <height>23</height>
  2008. </rect>
  2009. </property>
  2010. <widget class="QMenu" name="menu123">
  2011. <property name="title">
  2012. <string>iflytop</string>
  2013. </property>
  2014. </widget>
  2015. <addaction name="menu123"/>
  2016. </widget>
  2017. <widget class="QStatusBar" name="statusbar"/>
  2018. </widget>
  2019. <resources/>
  2020. <connections/>
  2021. </ui>