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.

1475 lines
36 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years 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>1467</width>
  10. <height>872</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTextBrowser" name="logbrowser">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>550</y>
  22. <width>771</width>
  23. <height>131</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QPushButton" name="ClearLogButton">
  28. <property name="geometry">
  29. <rect>
  30. <x>790</x>
  31. <y>550</y>
  32. <width>91</width>
  33. <height>131</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>ClearLog</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="Connect2XsyncButton">
  41. <property name="geometry">
  42. <rect>
  43. <x>0</x>
  44. <y>10</y>
  45. <width>91</width>
  46. <height>31</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Connect2Xsync</string>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="IpInput">
  54. <property name="geometry">
  55. <rect>
  56. <x>100</x>
  57. <y>10</y>
  58. <width>111</width>
  59. <height>31</height>
  60. </rect>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <weight>75</weight>
  65. <bold>true</bold>
  66. </font>
  67. </property>
  68. <property name="text">
  69. <string>192.168.8.10</string>
  70. </property>
  71. <property name="readOnly">
  72. <bool>false</bool>
  73. </property>
  74. </widget>
  75. <widget class="QTextBrowser" name="TimecodeDisplayer">
  76. <property name="geometry">
  77. <rect>
  78. <x>480</x>
  79. <y>10</y>
  80. <width>141</width>
  81. <height>31</height>
  82. </rect>
  83. </property>
  84. </widget>
  85. <widget class="QTextBrowser" name="CameraSyncIndex">
  86. <property name="geometry">
  87. <rect>
  88. <x>720</x>
  89. <y>10</y>
  90. <width>111</width>
  91. <height>31</height>
  92. </rect>
  93. </property>
  94. </widget>
  95. <widget class="QTextBrowser" name="WorkState">
  96. <property name="geometry">
  97. <rect>
  98. <x>910</x>
  99. <y>10</y>
  100. <width>61</width>
  101. <height>31</height>
  102. </rect>
  103. </property>
  104. </widget>
  105. <widget class="QLabel" name="label_19">
  106. <property name="geometry">
  107. <rect>
  108. <x>410</x>
  109. <y>10</y>
  110. <width>71</width>
  111. <height>31</height>
  112. </rect>
  113. </property>
  114. <property name="text">
  115. <string>timecode:</string>
  116. </property>
  117. </widget>
  118. <widget class="QLabel" name="label_26">
  119. <property name="geometry">
  120. <rect>
  121. <x>630</x>
  122. <y>10</y>
  123. <width>81</width>
  124. <height>31</height>
  125. </rect>
  126. </property>
  127. <property name="text">
  128. <string>camera_sync:</string>
  129. </property>
  130. </widget>
  131. <widget class="QLabel" name="label_27">
  132. <property name="geometry">
  133. <rect>
  134. <x>840</x>
  135. <y>10</y>
  136. <width>61</width>
  137. <height>31</height>
  138. </rect>
  139. </property>
  140. <property name="text">
  141. <string>workstate:</string>
  142. </property>
  143. </widget>
  144. <widget class="QTabWidget" name="tab_9">
  145. <property name="geometry">
  146. <rect>
  147. <x>10</x>
  148. <y>50</y>
  149. <width>881</width>
  150. <height>481</height>
  151. </rect>
  152. </property>
  153. <property name="sizePolicy">
  154. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  155. <horstretch>0</horstretch>
  156. <verstretch>0</verstretch>
  157. </sizepolicy>
  158. </property>
  159. <property name="currentIndex">
  160. <number>3</number>
  161. </property>
  162. <widget class="QWidget" name="tab">
  163. <attribute name="title">
  164. <string>寄存器1</string>
  165. </attribute>
  166. <widget class="QScrollArea" name="scrollArea">
  167. <property name="geometry">
  168. <rect>
  169. <x>160</x>
  170. <y>0</y>
  171. <width>691</width>
  172. <height>631</height>
  173. </rect>
  174. </property>
  175. <property name="minimumSize">
  176. <size>
  177. <width>0</width>
  178. <height>0</height>
  179. </size>
  180. </property>
  181. <property name="sizeIncrement">
  182. <size>
  183. <width>0</width>
  184. <height>0</height>
  185. </size>
  186. </property>
  187. <property name="baseSize">
  188. <size>
  189. <width>0</width>
  190. <height>0</height>
  191. </size>
  192. </property>
  193. <property name="verticalScrollBarPolicy">
  194. <enum>Qt::ScrollBarAlwaysOn</enum>
  195. </property>
  196. <property name="horizontalScrollBarPolicy">
  197. <enum>Qt::ScrollBarAlwaysOn</enum>
  198. </property>
  199. <property name="sizeAdjustPolicy">
  200. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  201. </property>
  202. <property name="widgetResizable">
  203. <bool>true</bool>
  204. </property>
  205. <widget class="QWidget" name="scrollAreaWidgetContents">
  206. <property name="geometry">
  207. <rect>
  208. <x>0</x>
  209. <y>0</y>
  210. <width>672</width>
  211. <height>3000</height>
  212. </rect>
  213. </property>
  214. <property name="minimumSize">
  215. <size>
  216. <width>0</width>
  217. <height>3000</height>
  218. </size>
  219. </property>
  220. <widget class="QWidget" name="gridLayoutWidget">
  221. <property name="geometry">
  222. <rect>
  223. <x>20</x>
  224. <y>10</y>
  225. <width>581</width>
  226. <height>91</height>
  227. </rect>
  228. </property>
  229. <layout class="QGridLayout" name="reg_table">
  230. <property name="sizeConstraint">
  231. <enum>QLayout::SetNoConstraint</enum>
  232. </property>
  233. </layout>
  234. </widget>
  235. </widget>
  236. </widget>
  237. <widget class="QPushButton" name="RefreshRegsButton">
  238. <property name="geometry">
  239. <rect>
  240. <x>10</x>
  241. <y>10</y>
  242. <width>91</width>
  243. <height>31</height>
  244. </rect>
  245. </property>
  246. <property name="text">
  247. <string>RefreshRegs</string>
  248. </property>
  249. </widget>
  250. </widget>
  251. <widget class="QWidget" name="tab_2">
  252. <attribute name="title">
  253. <string>基础功能2</string>
  254. </attribute>
  255. <widget class="QPushButton" name="GenNewMac">
  256. <property name="geometry">
  257. <rect>
  258. <x>20</x>
  259. <y>20</y>
  260. <width>101</width>
  261. <height>31</height>
  262. </rect>
  263. </property>
  264. <property name="text">
  265. <string>GenNewMac</string>
  266. </property>
  267. </widget>
  268. <widget class="QPushButton" name="FactoryReset">
  269. <property name="geometry">
  270. <rect>
  271. <x>20</x>
  272. <y>60</y>
  273. <width>101</width>
  274. <height>31</height>
  275. </rect>
  276. </property>
  277. <property name="text">
  278. <string>FactoryReset</string>
  279. </property>
  280. </widget>
  281. <widget class="QPushButton" name="Reboot">
  282. <property name="geometry">
  283. <rect>
  284. <x>20</x>
  285. <y>100</y>
  286. <width>101</width>
  287. <height>31</height>
  288. </rect>
  289. </property>
  290. <property name="text">
  291. <string>Reboot</string>
  292. </property>
  293. </widget>
  294. <widget class="QPushButton" name="ChangeNetCfg">
  295. <property name="geometry">
  296. <rect>
  297. <x>20</x>
  298. <y>140</y>
  299. <width>101</width>
  300. <height>31</height>
  301. </rect>
  302. </property>
  303. <property name="text">
  304. <string>ChangeNetCfg</string>
  305. </property>
  306. </widget>
  307. <widget class="QLineEdit" name="ChangeNetCfg_ip">
  308. <property name="geometry">
  309. <rect>
  310. <x>130</x>
  311. <y>140</y>
  312. <width>111</width>
  313. <height>31</height>
  314. </rect>
  315. </property>
  316. <property name="font">
  317. <font>
  318. <weight>75</weight>
  319. <bold>true</bold>
  320. </font>
  321. </property>
  322. <property name="text">
  323. <string>192.168.8.10</string>
  324. </property>
  325. <property name="readOnly">
  326. <bool>false</bool>
  327. </property>
  328. </widget>
  329. <widget class="QLineEdit" name="ChangeNetCfg_mask">
  330. <property name="geometry">
  331. <rect>
  332. <x>250</x>
  333. <y>140</y>
  334. <width>111</width>
  335. <height>31</height>
  336. </rect>
  337. </property>
  338. <property name="font">
  339. <font>
  340. <weight>75</weight>
  341. <bold>true</bold>
  342. </font>
  343. </property>
  344. <property name="text">
  345. <string>255.255.255.0</string>
  346. </property>
  347. <property name="readOnly">
  348. <bool>false</bool>
  349. </property>
  350. </widget>
  351. <widget class="QLineEdit" name="ChangeNetCfg_gateway">
  352. <property name="geometry">
  353. <rect>
  354. <x>370</x>
  355. <y>140</y>
  356. <width>111</width>
  357. <height>31</height>
  358. </rect>
  359. </property>
  360. <property name="font">
  361. <font>
  362. <weight>75</weight>
  363. <bold>true</bold>
  364. </font>
  365. </property>
  366. <property name="text">
  367. <string>192.168.8.1</string>
  368. </property>
  369. <property name="readOnly">
  370. <bool>false</bool>
  371. </property>
  372. </widget>
  373. </widget>
  374. <widget class="QWidget" name="tab_8">
  375. <attribute name="title">
  376. <string>TTLInputModule</string>
  377. </attribute>
  378. <widget class="QPushButton" name="TTLInputModule_Update">
  379. <property name="geometry">
  380. <rect>
  381. <x>380</x>
  382. <y>70</y>
  383. <width>151</width>
  384. <height>41</height>
  385. </rect>
  386. </property>
  387. <property name="text">
  388. <string>Update</string>
  389. </property>
  390. </widget>
  391. <widget class="QLabel" name="label_24">
  392. <property name="geometry">
  393. <rect>
  394. <x>10</x>
  395. <y>20</y>
  396. <width>101</width>
  397. <height>31</height>
  398. </rect>
  399. </property>
  400. <property name="text">
  401. <string>ttl1_freq</string>
  402. </property>
  403. </widget>
  404. <widget class="QLabel" name="label_25">
  405. <property name="geometry">
  406. <rect>
  407. <x>10</x>
  408. <y>60</y>
  409. <width>101</width>
  410. <height>31</height>
  411. </rect>
  412. </property>
  413. <property name="text">
  414. <string>ttl2_freq</string>
  415. </property>
  416. </widget>
  417. <widget class="QPushButton" name="TTLInputModule_Read">
  418. <property name="geometry">
  419. <rect>
  420. <x>380</x>
  421. <y>20</y>
  422. <width>151</width>
  423. <height>41</height>
  424. </rect>
  425. </property>
  426. <property name="text">
  427. <string>Read</string>
  428. </property>
  429. </widget>
  430. <widget class="QLineEdit" name="TTLinModule_ttl_freq_1">
  431. <property name="geometry">
  432. <rect>
  433. <x>110</x>
  434. <y>20</y>
  435. <width>241</width>
  436. <height>31</height>
  437. </rect>
  438. </property>
  439. <property name="font">
  440. <font>
  441. <weight>75</weight>
  442. <bold>true</bold>
  443. </font>
  444. </property>
  445. <property name="text">
  446. <string/>
  447. </property>
  448. <property name="readOnly">
  449. <bool>false</bool>
  450. </property>
  451. </widget>
  452. <widget class="QLabel" name="label_28">
  453. <property name="geometry">
  454. <rect>
  455. <x>10</x>
  456. <y>100</y>
  457. <width>91</width>
  458. <height>31</height>
  459. </rect>
  460. </property>
  461. <property name="text">
  462. <string>ttl3_freq</string>
  463. </property>
  464. </widget>
  465. <widget class="QLabel" name="label_29">
  466. <property name="geometry">
  467. <rect>
  468. <x>10</x>
  469. <y>140</y>
  470. <width>91</width>
  471. <height>31</height>
  472. </rect>
  473. </property>
  474. <property name="text">
  475. <string>ttl4_freq</string>
  476. </property>
  477. </widget>
  478. <widget class="QLineEdit" name="TTLinModule_ttl_freq_2">
  479. <property name="geometry">
  480. <rect>
  481. <x>110</x>
  482. <y>60</y>
  483. <width>241</width>
  484. <height>31</height>
  485. </rect>
  486. </property>
  487. <property name="font">
  488. <font>
  489. <weight>75</weight>
  490. <bold>true</bold>
  491. </font>
  492. </property>
  493. <property name="text">
  494. <string/>
  495. </property>
  496. <property name="readOnly">
  497. <bool>false</bool>
  498. </property>
  499. </widget>
  500. <widget class="QLineEdit" name="TTLinModule_ttl_freq_3">
  501. <property name="geometry">
  502. <rect>
  503. <x>110</x>
  504. <y>100</y>
  505. <width>241</width>
  506. <height>31</height>
  507. </rect>
  508. </property>
  509. <property name="font">
  510. <font>
  511. <weight>75</weight>
  512. <bold>true</bold>
  513. </font>
  514. </property>
  515. <property name="text">
  516. <string/>
  517. </property>
  518. <property name="readOnly">
  519. <bool>false</bool>
  520. </property>
  521. </widget>
  522. <widget class="QLineEdit" name="TTLinModule_ttl_freq_4">
  523. <property name="geometry">
  524. <rect>
  525. <x>110</x>
  526. <y>140</y>
  527. <width>241</width>
  528. <height>31</height>
  529. </rect>
  530. </property>
  531. <property name="font">
  532. <font>
  533. <weight>75</weight>
  534. <bold>true</bold>
  535. </font>
  536. </property>
  537. <property name="text">
  538. <string/>
  539. </property>
  540. <property name="readOnly">
  541. <bool>false</bool>
  542. </property>
  543. </widget>
  544. </widget>
  545. <widget class="QWidget" name="tab_5">
  546. <attribute name="title">
  547. <string>Timecode</string>
  548. </attribute>
  549. <widget class="QPushButton" name="TimecodePage_Update">
  550. <property name="geometry">
  551. <rect>
  552. <x>630</x>
  553. <y>90</y>
  554. <width>111</width>
  555. <height>41</height>
  556. </rect>
  557. </property>
  558. <property name="text">
  559. <string>写入配置</string>
  560. </property>
  561. </widget>
  562. <widget class="QPushButton" name="TimecodePage_Read">
  563. <property name="geometry">
  564. <rect>
  565. <x>630</x>
  566. <y>50</y>
  567. <width>111</width>
  568. <height>41</height>
  569. </rect>
  570. </property>
  571. <property name="text">
  572. <string>读出配置</string>
  573. </property>
  574. </widget>
  575. <widget class="QGroupBox" name="groupBox">
  576. <property name="geometry">
  577. <rect>
  578. <x>30</x>
  579. <y>40</y>
  580. <width>251</width>
  581. <height>111</height>
  582. </rect>
  583. </property>
  584. <property name="title">
  585. <string>内部时码</string>
  586. </property>
  587. <widget class="QLabel" name="label_8">
  588. <property name="geometry">
  589. <rect>
  590. <x>20</x>
  591. <y>20</y>
  592. <width>81</width>
  593. <height>31</height>
  594. </rect>
  595. </property>
  596. <property name="text">
  597. <string>时码格式</string>
  598. </property>
  599. </widget>
  600. <widget class="QLabel" name="label_12">
  601. <property name="geometry">
  602. <rect>
  603. <x>20</x>
  604. <y>60</y>
  605. <width>81</width>
  606. <height>31</height>
  607. </rect>
  608. </property>
  609. <property name="text">
  610. <string>时码数值</string>
  611. </property>
  612. </widget>
  613. <widget class="QComboBox" name="InternalTimecode_Format">
  614. <property name="geometry">
  615. <rect>
  616. <x>100</x>
  617. <y>20</y>
  618. <width>141</width>
  619. <height>31</height>
  620. </rect>
  621. </property>
  622. </widget>
  623. <widget class="QLineEdit" name="InternalTimecode_Code">
  624. <property name="geometry">
  625. <rect>
  626. <x>100</x>
  627. <y>60</y>
  628. <width>141</width>
  629. <height>31</height>
  630. </rect>
  631. </property>
  632. <property name="font">
  633. <font>
  634. <weight>75</weight>
  635. <bold>true</bold>
  636. </font>
  637. </property>
  638. <property name="text">
  639. <string/>
  640. </property>
  641. <property name="readOnly">
  642. <bool>false</bool>
  643. </property>
  644. </widget>
  645. </widget>
  646. <widget class="QGroupBox" name="groupBox_3">
  647. <property name="geometry">
  648. <rect>
  649. <x>120</x>
  650. <y>260</y>
  651. <width>301</width>
  652. <height>151</height>
  653. </rect>
  654. </property>
  655. <property name="title">
  656. <string>系统时码</string>
  657. </property>
  658. <widget class="QLabel" name="label_15">
  659. <property name="geometry">
  660. <rect>
  661. <x>30</x>
  662. <y>20</y>
  663. <width>81</width>
  664. <height>31</height>
  665. </rect>
  666. </property>
  667. <property name="text">
  668. <string>系统时码_源</string>
  669. </property>
  670. </widget>
  671. <widget class="QLabel" name="label_23">
  672. <property name="geometry">
  673. <rect>
  674. <x>30</x>
  675. <y>60</y>
  676. <width>81</width>
  677. <height>31</height>
  678. </rect>
  679. </property>
  680. <property name="text">
  681. <string>时码格式</string>
  682. </property>
  683. </widget>
  684. <widget class="QLabel" name="label_30">
  685. <property name="geometry">
  686. <rect>
  687. <x>30</x>
  688. <y>100</y>
  689. <width>81</width>
  690. <height>31</height>
  691. </rect>
  692. </property>
  693. <property name="text">
  694. <string>时码数值</string>
  695. </property>
  696. </widget>
  697. <widget class="QComboBox" name="SysTimecode_Source">
  698. <property name="geometry">
  699. <rect>
  700. <x>130</x>
  701. <y>20</y>
  702. <width>141</width>
  703. <height>31</height>
  704. </rect>
  705. </property>
  706. </widget>
  707. <widget class="QLineEdit" name="SysTimecode_Code">
  708. <property name="geometry">
  709. <rect>
  710. <x>130</x>
  711. <y>100</y>
  712. <width>141</width>
  713. <height>31</height>
  714. </rect>
  715. </property>
  716. <property name="font">
  717. <font>
  718. <weight>75</weight>
  719. <bold>true</bold>
  720. </font>
  721. </property>
  722. <property name="text">
  723. <string/>
  724. </property>
  725. <property name="readOnly">
  726. <bool>true</bool>
  727. </property>
  728. </widget>
  729. <widget class="QLineEdit" name="SysTimecode_Format">
  730. <property name="geometry">
  731. <rect>
  732. <x>130</x>
  733. <y>60</y>
  734. <width>141</width>
  735. <height>31</height>
  736. </rect>
  737. </property>
  738. <property name="font">
  739. <font>
  740. <weight>75</weight>
  741. <bold>true</bold>
  742. </font>
  743. </property>
  744. <property name="text">
  745. <string/>
  746. </property>
  747. <property name="readOnly">
  748. <bool>true</bool>
  749. </property>
  750. </widget>
  751. </widget>
  752. <widget class="QGroupBox" name="groupBox_4">
  753. <property name="geometry">
  754. <rect>
  755. <x>320</x>
  756. <y>40</y>
  757. <width>251</width>
  758. <height>151</height>
  759. </rect>
  760. </property>
  761. <property name="title">
  762. <string>外部时码</string>
  763. </property>
  764. <widget class="QLabel" name="label_33">
  765. <property name="geometry">
  766. <rect>
  767. <x>20</x>
  768. <y>60</y>
  769. <width>81</width>
  770. <height>31</height>
  771. </rect>
  772. </property>
  773. <property name="text">
  774. <string>时码格式</string>
  775. </property>
  776. </widget>
  777. <widget class="QComboBox" name="ExternalTimecode_Format">
  778. <property name="geometry">
  779. <rect>
  780. <x>100</x>
  781. <y>60</y>
  782. <width>141</width>
  783. <height>31</height>
  784. </rect>
  785. </property>
  786. </widget>
  787. <widget class="QLineEdit" name="ExternalTimecode_Code">
  788. <property name="geometry">
  789. <rect>
  790. <x>100</x>
  791. <y>100</y>
  792. <width>141</width>
  793. <height>31</height>
  794. </rect>
  795. </property>
  796. <property name="font">
  797. <font>
  798. <weight>75</weight>
  799. <bold>true</bold>
  800. </font>
  801. </property>
  802. <property name="text">
  803. <string/>
  804. </property>
  805. <property name="readOnly">
  806. <bool>true</bool>
  807. </property>
  808. </widget>
  809. <widget class="QLabel" name="label_35">
  810. <property name="geometry">
  811. <rect>
  812. <x>20</x>
  813. <y>100</y>
  814. <width>51</width>
  815. <height>31</height>
  816. </rect>
  817. </property>
  818. <property name="text">
  819. <string>时码数值</string>
  820. </property>
  821. </widget>
  822. <widget class="QComboBox" name="ExternalTimecode_Source">
  823. <property name="geometry">
  824. <rect>
  825. <x>100</x>
  826. <y>20</y>
  827. <width>141</width>
  828. <height>31</height>
  829. </rect>
  830. </property>
  831. </widget>
  832. <widget class="QLabel" name="label_34">
  833. <property name="geometry">
  834. <rect>
  835. <x>20</x>
  836. <y>20</y>
  837. <width>81</width>
  838. <height>31</height>
  839. </rect>
  840. </property>
  841. <property name="text">
  842. <string>时码源</string>
  843. </property>
  844. </widget>
  845. </widget>
  846. <widget class="Line" name="line">
  847. <property name="geometry">
  848. <rect>
  849. <x>150</x>
  850. <y>230</y>
  851. <width>261</width>
  852. <height>20</height>
  853. </rect>
  854. </property>
  855. <property name="orientation">
  856. <enum>Qt::Horizontal</enum>
  857. </property>
  858. </widget>
  859. <widget class="Line" name="line_2">
  860. <property name="geometry">
  861. <rect>
  862. <x>140</x>
  863. <y>150</y>
  864. <width>20</width>
  865. <height>91</height>
  866. </rect>
  867. </property>
  868. <property name="cursor">
  869. <cursorShape>ArrowCursor</cursorShape>
  870. </property>
  871. <property name="orientation">
  872. <enum>Qt::Vertical</enum>
  873. </property>
  874. </widget>
  875. <widget class="Line" name="line_3">
  876. <property name="geometry">
  877. <rect>
  878. <x>400</x>
  879. <y>190</y>
  880. <width>20</width>
  881. <height>51</height>
  882. </rect>
  883. </property>
  884. <property name="cursor">
  885. <cursorShape>ArrowCursor</cursorShape>
  886. </property>
  887. <property name="orientation">
  888. <enum>Qt::Vertical</enum>
  889. </property>
  890. </widget>
  891. <widget class="Line" name="line_4">
  892. <property name="geometry">
  893. <rect>
  894. <x>260</x>
  895. <y>241</y>
  896. <width>20</width>
  897. <height>20</height>
  898. </rect>
  899. </property>
  900. <property name="cursor">
  901. <cursorShape>ArrowCursor</cursorShape>
  902. </property>
  903. <property name="orientation">
  904. <enum>Qt::Vertical</enum>
  905. </property>
  906. </widget>
  907. <widget class="QLabel" name="label_13">
  908. <property name="geometry">
  909. <rect>
  910. <x>160</x>
  911. <y>170</y>
  912. <width>16</width>
  913. <height>21</height>
  914. </rect>
  915. </property>
  916. <property name="text">
  917. <string>0</string>
  918. </property>
  919. </widget>
  920. <widget class="QLabel" name="label_14">
  921. <property name="geometry">
  922. <rect>
  923. <x>390</x>
  924. <y>200</y>
  925. <width>16</width>
  926. <height>21</height>
  927. </rect>
  928. </property>
  929. <property name="text">
  930. <string>1</string>
  931. </property>
  932. </widget>
  933. </widget>
  934. <widget class="QWidget" name="tab_3">
  935. <attribute name="title">
  936. <string>TTL输出模块3</string>
  937. </attribute>
  938. <widget class="QComboBox" name="TTLOutputMoudle_ID">
  939. <property name="geometry">
  940. <rect>
  941. <x>30</x>
  942. <y>31</y>
  943. <width>81</width>
  944. <height>31</height>
  945. </rect>
  946. </property>
  947. <property name="currentIndex">
  948. <number>-1</number>
  949. </property>
  950. </widget>
  951. <widget class="QComboBox" name="TTLOutputMoudle_InputSigType">
  952. <property name="geometry">
  953. <rect>
  954. <x>220</x>
  955. <y>80</y>
  956. <width>241</width>
  957. <height>31</height>
  958. </rect>
  959. </property>
  960. <property name="currentIndex">
  961. <number>-1</number>
  962. </property>
  963. </widget>
  964. <widget class="QComboBox" name="TTLOutputMoudle_OutputSigType">
  965. <property name="geometry">
  966. <rect>
  967. <x>220</x>
  968. <y>130</y>
  969. <width>241</width>
  970. <height>31</height>
  971. </rect>
  972. </property>
  973. </widget>
  974. <widget class="QLineEdit" name="TTLOutputMoudle_TriggerModePulseWidth">
  975. <property name="geometry">
  976. <rect>
  977. <x>220</x>
  978. <y>180</y>
  979. <width>241</width>
  980. <height>31</height>
  981. </rect>
  982. </property>
  983. <property name="font">
  984. <font>
  985. <weight>75</weight>
  986. <bold>true</bold>
  987. </font>
  988. </property>
  989. <property name="text">
  990. <string/>
  991. </property>
  992. <property name="readOnly">
  993. <bool>false</bool>
  994. </property>
  995. </widget>
  996. <widget class="QLineEdit" name="TTLOutputMoudle_TriggerModePulseDelay">
  997. <property name="geometry">
  998. <rect>
  999. <x>220</x>
  1000. <y>230</y>
  1001. <width>241</width>
  1002. <height>31</height>
  1003. </rect>
  1004. </property>
  1005. <property name="font">
  1006. <font>
  1007. <weight>75</weight>
  1008. <bold>true</bold>
  1009. </font>
  1010. </property>
  1011. <property name="text">
  1012. <string/>
  1013. </property>
  1014. <property name="readOnly">
  1015. <bool>false</bool>
  1016. </property>
  1017. </widget>
  1018. <widget class="QPushButton" name="TTLOutputMoudle_Update">
  1019. <property name="geometry">
  1020. <rect>
  1021. <x>500</x>
  1022. <y>130</y>
  1023. <width>151</width>
  1024. <height>41</height>
  1025. </rect>
  1026. </property>
  1027. <property name="text">
  1028. <string>Update</string>
  1029. </property>
  1030. </widget>
  1031. <widget class="QLabel" name="label">
  1032. <property name="geometry">
  1033. <rect>
  1034. <x>30</x>
  1035. <y>80</y>
  1036. <width>101</width>
  1037. <height>31</height>
  1038. </rect>
  1039. </property>
  1040. <property name="text">
  1041. <string>InputSigType</string>
  1042. </property>
  1043. </widget>
  1044. <widget class="QLabel" name="label_2">
  1045. <property name="geometry">
  1046. <rect>
  1047. <x>30</x>
  1048. <y>180</y>
  1049. <width>161</width>
  1050. <height>31</height>
  1051. </rect>
  1052. </property>
  1053. <property name="text">
  1054. <string>TriggerModePulseWidth(ms)</string>
  1055. </property>
  1056. </widget>
  1057. <widget class="QLabel" name="label_3">
  1058. <property name="geometry">
  1059. <rect>
  1060. <x>30</x>
  1061. <y>230</y>
  1062. <width>151</width>
  1063. <height>31</height>
  1064. </rect>
  1065. </property>
  1066. <property name="text">
  1067. <string>TriggerModePulseDelay(ms)</string>
  1068. </property>
  1069. </widget>
  1070. <widget class="QLabel" name="label_4">
  1071. <property name="geometry">
  1072. <rect>
  1073. <x>30</x>
  1074. <y>130</y>
  1075. <width>101</width>
  1076. <height>31</height>
  1077. </rect>
  1078. </property>
  1079. <property name="text">
  1080. <string>OutputSigType</string>
  1081. </property>
  1082. </widget>
  1083. <widget class="QPushButton" name="TTLOutputMoudle_Read">
  1084. <property name="geometry">
  1085. <rect>
  1086. <x>500</x>
  1087. <y>80</y>
  1088. <width>151</width>
  1089. <height>41</height>
  1090. </rect>
  1091. </property>
  1092. <property name="text">
  1093. <string>Read</string>
  1094. </property>
  1095. </widget>
  1096. </widget>
  1097. <widget class="QWidget" name="tab_4">
  1098. <attribute name="title">
  1099. <string>信号生成器4</string>
  1100. </attribute>
  1101. <widget class="QLabel" name="label_5">
  1102. <property name="geometry">
  1103. <rect>
  1104. <x>20</x>
  1105. <y>30</y>
  1106. <width>101</width>
  1107. <height>31</height>
  1108. </rect>
  1109. </property>
  1110. <property name="text">
  1111. <string>ControlMode</string>
  1112. </property>
  1113. </widget>
  1114. <widget class="QLabel" name="label_6">
  1115. <property name="geometry">
  1116. <rect>
  1117. <x>20</x>
  1118. <y>70</y>
  1119. <width>141</width>
  1120. <height>31</height>
  1121. </rect>
  1122. </property>
  1123. <property name="text">
  1124. <string>Timecode(hh:mm:ss:ff)</string>
  1125. </property>
  1126. </widget>
  1127. <widget class="QLabel" name="label_7">
  1128. <property name="geometry">
  1129. <rect>
  1130. <x>20</x>
  1131. <y>110</y>
  1132. <width>191</width>
  1133. <height>31</height>
  1134. </rect>
  1135. </property>
  1136. <property name="text">
  1137. <string>AutoStartTimecode(hh:mm:ss:ff)</string>
  1138. </property>
  1139. </widget>
  1140. <widget class="QLabel" name="label_9">
  1141. <property name="geometry">
  1142. <rect>
  1143. <x>20</x>
  1144. <y>150</y>
  1145. <width>101</width>
  1146. <height>31</height>
  1147. </rect>
  1148. </property>
  1149. <property name="text">
  1150. <string>GenlockFormat</string>
  1151. </property>
  1152. </widget>
  1153. <widget class="QLabel" name="label_10">
  1154. <property name="geometry">
  1155. <rect>
  1156. <x>20</x>
  1157. <y>190</y>
  1158. <width>101</width>
  1159. <height>31</height>
  1160. </rect>
  1161. </property>
  1162. <property name="text">
  1163. <string>TimecodeFormat</string>
  1164. </property>
  1165. </widget>
  1166. <widget class="QComboBox" name="SigGenerator_ControlMode">
  1167. <property name="geometry">
  1168. <rect>
  1169. <x>240</x>
  1170. <y>30</y>
  1171. <width>241</width>
  1172. <height>31</height>
  1173. </rect>
  1174. </property>
  1175. <property name="currentIndex">
  1176. <number>-1</number>
  1177. </property>
  1178. </widget>
  1179. <widget class="QComboBox" name="SigGenerator_GenlockFormat">
  1180. <property name="geometry">
  1181. <rect>
  1182. <x>240</x>
  1183. <y>150</y>
  1184. <width>241</width>
  1185. <height>31</height>
  1186. </rect>
  1187. </property>
  1188. <property name="currentIndex">
  1189. <number>-1</number>
  1190. </property>
  1191. </widget>
  1192. <widget class="QComboBox" name="SigGenerator_TimecodeFormat">
  1193. <property name="geometry">
  1194. <rect>
  1195. <x>240</x>
  1196. <y>190</y>
  1197. <width>241</width>
  1198. <height>31</height>
  1199. </rect>
  1200. </property>
  1201. <property name="currentIndex">
  1202. <number>-1</number>
  1203. </property>
  1204. </widget>
  1205. <widget class="QLineEdit" name="SigGenerator_Timecode">
  1206. <property name="geometry">
  1207. <rect>
  1208. <x>240</x>
  1209. <y>70</y>
  1210. <width>241</width>
  1211. <height>31</height>
  1212. </rect>
  1213. </property>
  1214. <property name="font">
  1215. <font>
  1216. <weight>75</weight>
  1217. <bold>true</bold>
  1218. </font>
  1219. </property>
  1220. <property name="text">
  1221. <string/>
  1222. </property>
  1223. <property name="readOnly">
  1224. <bool>false</bool>
  1225. </property>
  1226. </widget>
  1227. <widget class="QLineEdit" name="SigGenerator_AutoStartTimecode">
  1228. <property name="geometry">
  1229. <rect>
  1230. <x>240</x>
  1231. <y>110</y>
  1232. <width>241</width>
  1233. <height>31</height>
  1234. </rect>
  1235. </property>
  1236. <property name="font">
  1237. <font>
  1238. <weight>75</weight>
  1239. <bold>true</bold>
  1240. </font>
  1241. </property>
  1242. <property name="text">
  1243. <string/>
  1244. </property>
  1245. <property name="readOnly">
  1246. <bool>false</bool>
  1247. </property>
  1248. </widget>
  1249. <widget class="QPushButton" name="SigGenerator_Read">
  1250. <property name="geometry">
  1251. <rect>
  1252. <x>530</x>
  1253. <y>30</y>
  1254. <width>151</width>
  1255. <height>41</height>
  1256. </rect>
  1257. </property>
  1258. <property name="text">
  1259. <string>Read</string>
  1260. </property>
  1261. </widget>
  1262. <widget class="QPushButton" name="SigGenerator_Update">
  1263. <property name="geometry">
  1264. <rect>
  1265. <x>530</x>
  1266. <y>80</y>
  1267. <width>151</width>
  1268. <height>41</height>
  1269. </rect>
  1270. </property>
  1271. <property name="text">
  1272. <string>Update</string>
  1273. </property>
  1274. </widget>
  1275. <widget class="QPushButton" name="SigGenerator_Start">
  1276. <property name="geometry">
  1277. <rect>
  1278. <x>530</x>
  1279. <y>130</y>
  1280. <width>151</width>
  1281. <height>41</height>
  1282. </rect>
  1283. </property>
  1284. <property name="text">
  1285. <string>启动</string>
  1286. </property>
  1287. </widget>
  1288. <widget class="QPushButton" name="SigGenerator_Stop">
  1289. <property name="geometry">
  1290. <rect>
  1291. <x>530</x>
  1292. <y>180</y>
  1293. <width>151</width>
  1294. <height>41</height>
  1295. </rect>
  1296. </property>
  1297. <property name="text">
  1298. <string>停止</string>
  1299. </property>
  1300. </widget>
  1301. <widget class="QTextBrowser" name="SigGenerator_WorkState">
  1302. <property name="geometry">
  1303. <rect>
  1304. <x>240</x>
  1305. <y>230</y>
  1306. <width>141</width>
  1307. <height>31</height>
  1308. </rect>
  1309. </property>
  1310. </widget>
  1311. <widget class="QLabel" name="label_11">
  1312. <property name="geometry">
  1313. <rect>
  1314. <x>20</x>
  1315. <y>230</y>
  1316. <width>101</width>
  1317. <height>31</height>
  1318. </rect>
  1319. </property>
  1320. <property name="text">
  1321. <string>WorkState</string>
  1322. </property>
  1323. </widget>
  1324. </widget>
  1325. <widget class="QWidget" name="tab_6">
  1326. <attribute name="title">
  1327. <string>相机同步消息上报6</string>
  1328. </attribute>
  1329. <widget class="QComboBox" name="CameraSyncPacketGeneratorModule_TriggerSig">
  1330. <property name="geometry">
  1331. <rect>
  1332. <x>210</x>
  1333. <y>50</y>
  1334. <width>241</width>
  1335. <height>31</height>
  1336. </rect>
  1337. </property>
  1338. <property name="currentIndex">
  1339. <number>-1</number>
  1340. </property>
  1341. </widget>
  1342. <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_Read">
  1343. <property name="geometry">
  1344. <rect>
  1345. <x>490</x>
  1346. <y>50</y>
  1347. <width>151</width>
  1348. <height>41</height>
  1349. </rect>
  1350. </property>
  1351. <property name="text">
  1352. <string>Read</string>
  1353. </property>
  1354. </widget>
  1355. <widget class="QLabel" name="label_16">
  1356. <property name="geometry">
  1357. <rect>
  1358. <x>20</x>
  1359. <y>50</y>
  1360. <width>101</width>
  1361. <height>31</height>
  1362. </rect>
  1363. </property>
  1364. <property name="text">
  1365. <string>TriggerSigType</string>
  1366. </property>
  1367. </widget>
  1368. <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_Update">
  1369. <property name="geometry">
  1370. <rect>
  1371. <x>490</x>
  1372. <y>100</y>
  1373. <width>151</width>
  1374. <height>41</height>
  1375. </rect>
  1376. </property>
  1377. <property name="text">
  1378. <string>Update</string>
  1379. </property>
  1380. </widget>
  1381. <widget class="QPushButton" name="CameraSyncPacketGeneratorModule_ClearPacketIndex">
  1382. <property name="geometry">
  1383. <rect>
  1384. <x>490</x>
  1385. <y>150</y>
  1386. <width>151</width>
  1387. <height>41</height>
  1388. </rect>
  1389. </property>
  1390. <property name="text">
  1391. <string>清零包序号</string>
  1392. </property>
  1393. </widget>
  1394. <widget class="QLineEdit" name="CameraSyncPacketGeneratorModule_ReportPeriod">
  1395. <property name="geometry">
  1396. <rect>
  1397. <x>210</x>
  1398. <y>100</y>
  1399. <width>241</width>
  1400. <height>31</height>
  1401. </rect>
  1402. </property>
  1403. <property name="font">
  1404. <font>
  1405. <weight>75</weight>
  1406. <bold>true</bold>
  1407. </font>
  1408. </property>
  1409. <property name="text">
  1410. <string/>
  1411. </property>
  1412. <property name="readOnly">
  1413. <bool>false</bool>
  1414. </property>
  1415. </widget>
  1416. <widget class="QLabel" name="label_17">
  1417. <property name="geometry">
  1418. <rect>
  1419. <x>20</x>
  1420. <y>100</y>
  1421. <width>151</width>
  1422. <height>31</height>
  1423. </rect>
  1424. </property>
  1425. <property name="text">
  1426. <string>ReportPeriodCount</string>
  1427. </property>
  1428. </widget>
  1429. <widget class="QLabel" name="label_18">
  1430. <property name="geometry">
  1431. <rect>
  1432. <x>20</x>
  1433. <y>150</y>
  1434. <width>151</width>
  1435. <height>31</height>
  1436. </rect>
  1437. </property>
  1438. <property name="text">
  1439. <string>Index</string>
  1440. </property>
  1441. </widget>
  1442. <widget class="QTextBrowser" name="CameraSyncPacketGeneratorModule_PacketIndex">
  1443. <property name="geometry">
  1444. <rect>
  1445. <x>210</x>
  1446. <y>150</y>
  1447. <width>241</width>
  1448. <height>31</height>
  1449. </rect>
  1450. </property>
  1451. </widget>
  1452. </widget>
  1453. </widget>
  1454. </widget>
  1455. <widget class="QMenuBar" name="menubar">
  1456. <property name="geometry">
  1457. <rect>
  1458. <x>0</x>
  1459. <y>0</y>
  1460. <width>1467</width>
  1461. <height>23</height>
  1462. </rect>
  1463. </property>
  1464. <widget class="QMenu" name="menu123">
  1465. <property name="title">
  1466. <string>iflytop</string>
  1467. </property>
  1468. </widget>
  1469. <addaction name="menu123"/>
  1470. </widget>
  1471. <widget class="QStatusBar" name="statusbar"/>
  1472. </widget>
  1473. <resources/>
  1474. <connections/>
  1475. </ui>