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.

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