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.

2593 lines
69 KiB

2 years ago
1 year ago
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
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
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
2 years ago
1 year ago
2 years ago
1 year ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1135</width>
  10. <height>897</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>8</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>MainWindow</string>
  21. </property>
  22. <widget class="QWidget" name="centralwidget">
  23. <layout class="QVBoxLayout" name="verticalLayout">
  24. <item>
  25. <widget class="QWidget" name="widget" native="true">
  26. <property name="sizePolicy">
  27. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  28. <horstretch>0</horstretch>
  29. <verstretch>1</verstretch>
  30. </sizepolicy>
  31. </property>
  32. <property name="minimumSize">
  33. <size>
  34. <width>0</width>
  35. <height>50</height>
  36. </size>
  37. </property>
  38. <property name="maximumSize">
  39. <size>
  40. <width>16777215</width>
  41. <height>50</height>
  42. </size>
  43. </property>
  44. <layout class="QHBoxLayout" name="horizontalLayout">
  45. <item>
  46. <widget class="QPushButton" name="Connect2XsyncButton">
  47. <property name="text">
  48. <string>Connect2Xsync</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QLineEdit" name="IpInput">
  54. <property name="maximumSize">
  55. <size>
  56. <width>150</width>
  57. <height>16777215</height>
  58. </size>
  59. </property>
  60. <property name="font">
  61. <font>
  62. <weight>75</weight>
  63. <bold>true</bold>
  64. </font>
  65. </property>
  66. <property name="text">
  67. <string>192.168.8.10</string>
  68. </property>
  69. <property name="readOnly">
  70. <bool>false</bool>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <spacer name="horizontalSpacer">
  76. <property name="orientation">
  77. <enum>Qt::Horizontal</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>40</width>
  82. <height>20</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. <item>
  88. <widget class="QLabel" name="label_19">
  89. <property name="text">
  90. <string>timecode:</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QTextBrowser" name="TimecodeDisplayer">
  96. <property name="maximumSize">
  97. <size>
  98. <width>150</width>
  99. <height>16777215</height>
  100. </size>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QLabel" name="label_26">
  106. <property name="text">
  107. <string>camera_sync:</string>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QTextBrowser" name="CameraSyncIndex">
  113. <property name="maximumSize">
  114. <size>
  115. <width>150</width>
  116. <height>16777215</height>
  117. </size>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QLabel" name="label_27">
  123. <property name="text">
  124. <string>workstate:</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QTextBrowser" name="WorkState">
  130. <property name="maximumSize">
  131. <size>
  132. <width>150</width>
  133. <height>16777215</height>
  134. </size>
  135. </property>
  136. </widget>
  137. </item>
  138. </layout>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QTabWidget" name="tab_9">
  143. <property name="sizePolicy">
  144. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  145. <horstretch>0</horstretch>
  146. <verstretch>30</verstretch>
  147. </sizepolicy>
  148. </property>
  149. <property name="currentIndex">
  150. <number>4</number>
  151. </property>
  152. <widget class="QWidget" name="tab_8">
  153. <attribute name="title">
  154. <string>TTL</string>
  155. </attribute>
  156. <widget class="QGroupBox" name="groupBox_2">
  157. <property name="geometry">
  158. <rect>
  159. <x>20</x>
  160. <y>10</y>
  161. <width>321</width>
  162. <height>181</height>
  163. </rect>
  164. </property>
  165. <property name="title">
  166. <string>TTL_IN</string>
  167. </property>
  168. <widget class="QLabel" name="label_24">
  169. <property name="geometry">
  170. <rect>
  171. <x>10</x>
  172. <y>20</y>
  173. <width>101</width>
  174. <height>31</height>
  175. </rect>
  176. </property>
  177. <property name="text">
  178. <string>ttl1_freq</string>
  179. </property>
  180. </widget>
  181. <widget class="QLabel" name="label_25">
  182. <property name="geometry">
  183. <rect>
  184. <x>10</x>
  185. <y>60</y>
  186. <width>101</width>
  187. <height>31</height>
  188. </rect>
  189. </property>
  190. <property name="text">
  191. <string>ttl2_freq</string>
  192. </property>
  193. </widget>
  194. <widget class="QLabel" name="label_28">
  195. <property name="geometry">
  196. <rect>
  197. <x>10</x>
  198. <y>100</y>
  199. <width>91</width>
  200. <height>31</height>
  201. </rect>
  202. </property>
  203. <property name="text">
  204. <string>ttl3_freq</string>
  205. </property>
  206. </widget>
  207. <widget class="QLabel" name="label_29">
  208. <property name="geometry">
  209. <rect>
  210. <x>10</x>
  211. <y>140</y>
  212. <width>91</width>
  213. <height>31</height>
  214. </rect>
  215. </property>
  216. <property name="text">
  217. <string>ttl4_freq</string>
  218. </property>
  219. </widget>
  220. <widget class="QLineEdit" name="TTLinModule_ttl_freq_1">
  221. <property name="geometry">
  222. <rect>
  223. <x>100</x>
  224. <y>20</y>
  225. <width>111</width>
  226. <height>31</height>
  227. </rect>
  228. </property>
  229. <property name="font">
  230. <font>
  231. <weight>75</weight>
  232. <bold>true</bold>
  233. </font>
  234. </property>
  235. <property name="text">
  236. <string/>
  237. </property>
  238. <property name="readOnly">
  239. <bool>false</bool>
  240. </property>
  241. </widget>
  242. <widget class="QLineEdit" name="TTLinModule_ttl_freq_2">
  243. <property name="geometry">
  244. <rect>
  245. <x>100</x>
  246. <y>60</y>
  247. <width>111</width>
  248. <height>31</height>
  249. </rect>
  250. </property>
  251. <property name="font">
  252. <font>
  253. <weight>75</weight>
  254. <bold>true</bold>
  255. </font>
  256. </property>
  257. <property name="text">
  258. <string/>
  259. </property>
  260. <property name="readOnly">
  261. <bool>false</bool>
  262. </property>
  263. </widget>
  264. <widget class="QLineEdit" name="TTLinModule_ttl_freq_3">
  265. <property name="geometry">
  266. <rect>
  267. <x>100</x>
  268. <y>100</y>
  269. <width>111</width>
  270. <height>31</height>
  271. </rect>
  272. </property>
  273. <property name="font">
  274. <font>
  275. <weight>75</weight>
  276. <bold>true</bold>
  277. </font>
  278. </property>
  279. <property name="text">
  280. <string/>
  281. </property>
  282. <property name="readOnly">
  283. <bool>false</bool>
  284. </property>
  285. </widget>
  286. <widget class="QLineEdit" name="TTLinModule_ttl_freq_4">
  287. <property name="geometry">
  288. <rect>
  289. <x>100</x>
  290. <y>140</y>
  291. <width>111</width>
  292. <height>31</height>
  293. </rect>
  294. </property>
  295. <property name="font">
  296. <font>
  297. <weight>75</weight>
  298. <bold>true</bold>
  299. </font>
  300. </property>
  301. <property name="text">
  302. <string/>
  303. </property>
  304. <property name="readOnly">
  305. <bool>false</bool>
  306. </property>
  307. </widget>
  308. </widget>
  309. <widget class="QGroupBox" name="groupBox_5">
  310. <property name="geometry">
  311. <rect>
  312. <x>20</x>
  313. <y>210</y>
  314. <width>401</width>
  315. <height>211</height>
  316. </rect>
  317. </property>
  318. <property name="title">
  319. <string>TTL_OUT_1</string>
  320. </property>
  321. <widget class="QLabel" name="label_20">
  322. <property name="geometry">
  323. <rect>
  324. <x>20</x>
  325. <y>30</y>
  326. <width>61</width>
  327. <height>31</height>
  328. </rect>
  329. </property>
  330. <property name="text">
  331. <string>source</string>
  332. </property>
  333. </widget>
  334. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_1">
  335. <property name="geometry">
  336. <rect>
  337. <x>70</x>
  338. <y>30</y>
  339. <width>211</width>
  340. <height>31</height>
  341. </rect>
  342. </property>
  343. <property name="currentIndex">
  344. <number>-1</number>
  345. </property>
  346. </widget>
  347. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_1">
  348. <property name="geometry">
  349. <rect>
  350. <x>70</x>
  351. <y>70</y>
  352. <width>211</width>
  353. <height>31</height>
  354. </rect>
  355. </property>
  356. <property name="font">
  357. <font>
  358. <weight>75</weight>
  359. <bold>true</bold>
  360. </font>
  361. </property>
  362. <property name="text">
  363. <string/>
  364. </property>
  365. <property name="readOnly">
  366. <bool>false</bool>
  367. </property>
  368. </widget>
  369. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_1">
  370. <property name="geometry">
  371. <rect>
  372. <x>70</x>
  373. <y>110</y>
  374. <width>211</width>
  375. <height>31</height>
  376. </rect>
  377. </property>
  378. <property name="font">
  379. <font>
  380. <weight>75</weight>
  381. <bold>true</bold>
  382. </font>
  383. </property>
  384. <property name="text">
  385. <string/>
  386. </property>
  387. <property name="readOnly">
  388. <bool>false</bool>
  389. </property>
  390. </widget>
  391. <widget class="QLabel" name="label_21">
  392. <property name="geometry">
  393. <rect>
  394. <x>20</x>
  395. <y>70</y>
  396. <width>61</width>
  397. <height>31</height>
  398. </rect>
  399. </property>
  400. <property name="text">
  401. <string>分频</string>
  402. </property>
  403. </widget>
  404. <widget class="QLabel" name="label_22">
  405. <property name="geometry">
  406. <rect>
  407. <x>20</x>
  408. <y>110</y>
  409. <width>61</width>
  410. <height>31</height>
  411. </rect>
  412. </property>
  413. <property name="text">
  414. <string>倍频</string>
  415. </property>
  416. </widget>
  417. <widget class="QLineEdit" name="TTLOutputModule_InFreq_1">
  418. <property name="geometry">
  419. <rect>
  420. <x>110</x>
  421. <y>160</y>
  422. <width>61</width>
  423. <height>31</height>
  424. </rect>
  425. </property>
  426. <property name="font">
  427. <font>
  428. <weight>75</weight>
  429. <bold>true</bold>
  430. </font>
  431. </property>
  432. <property name="text">
  433. <string/>
  434. </property>
  435. <property name="readOnly">
  436. <bool>false</bool>
  437. </property>
  438. </widget>
  439. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_1">
  440. <property name="geometry">
  441. <rect>
  442. <x>320</x>
  443. <y>160</y>
  444. <width>61</width>
  445. <height>31</height>
  446. </rect>
  447. </property>
  448. <property name="font">
  449. <font>
  450. <weight>75</weight>
  451. <bold>true</bold>
  452. </font>
  453. </property>
  454. <property name="text">
  455. <string/>
  456. </property>
  457. <property name="readOnly">
  458. <bool>false</bool>
  459. </property>
  460. </widget>
  461. <widget class="QLabel" name="label_31">
  462. <property name="geometry">
  463. <rect>
  464. <x>20</x>
  465. <y>160</y>
  466. <width>81</width>
  467. <height>31</height>
  468. </rect>
  469. </property>
  470. <property name="text">
  471. <string>输入信号频率</string>
  472. </property>
  473. </widget>
  474. <widget class="QLabel" name="label_32">
  475. <property name="geometry">
  476. <rect>
  477. <x>230</x>
  478. <y>160</y>
  479. <width>81</width>
  480. <height>31</height>
  481. </rect>
  482. </property>
  483. <property name="text">
  484. <string>输出信号频率</string>
  485. </property>
  486. </widget>
  487. </widget>
  488. <widget class="QGroupBox" name="groupBox_6">
  489. <property name="geometry">
  490. <rect>
  491. <x>440</x>
  492. <y>210</y>
  493. <width>401</width>
  494. <height>211</height>
  495. </rect>
  496. </property>
  497. <property name="title">
  498. <string>TTL_OUT_2</string>
  499. </property>
  500. <widget class="QLabel" name="label_36">
  501. <property name="geometry">
  502. <rect>
  503. <x>20</x>
  504. <y>30</y>
  505. <width>61</width>
  506. <height>31</height>
  507. </rect>
  508. </property>
  509. <property name="text">
  510. <string>source</string>
  511. </property>
  512. </widget>
  513. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_2">
  514. <property name="geometry">
  515. <rect>
  516. <x>70</x>
  517. <y>30</y>
  518. <width>211</width>
  519. <height>31</height>
  520. </rect>
  521. </property>
  522. <property name="currentIndex">
  523. <number>-1</number>
  524. </property>
  525. </widget>
  526. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_2">
  527. <property name="geometry">
  528. <rect>
  529. <x>70</x>
  530. <y>70</y>
  531. <width>211</width>
  532. <height>31</height>
  533. </rect>
  534. </property>
  535. <property name="font">
  536. <font>
  537. <weight>75</weight>
  538. <bold>true</bold>
  539. </font>
  540. </property>
  541. <property name="text">
  542. <string/>
  543. </property>
  544. <property name="readOnly">
  545. <bool>false</bool>
  546. </property>
  547. </widget>
  548. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_2">
  549. <property name="geometry">
  550. <rect>
  551. <x>70</x>
  552. <y>110</y>
  553. <width>211</width>
  554. <height>31</height>
  555. </rect>
  556. </property>
  557. <property name="font">
  558. <font>
  559. <weight>75</weight>
  560. <bold>true</bold>
  561. </font>
  562. </property>
  563. <property name="text">
  564. <string/>
  565. </property>
  566. <property name="readOnly">
  567. <bool>false</bool>
  568. </property>
  569. </widget>
  570. <widget class="QLabel" name="label_37">
  571. <property name="geometry">
  572. <rect>
  573. <x>20</x>
  574. <y>70</y>
  575. <width>61</width>
  576. <height>31</height>
  577. </rect>
  578. </property>
  579. <property name="text">
  580. <string>分频</string>
  581. </property>
  582. </widget>
  583. <widget class="QLabel" name="label_38">
  584. <property name="geometry">
  585. <rect>
  586. <x>20</x>
  587. <y>110</y>
  588. <width>61</width>
  589. <height>31</height>
  590. </rect>
  591. </property>
  592. <property name="text">
  593. <string>倍频</string>
  594. </property>
  595. </widget>
  596. <widget class="QLineEdit" name="TTLOutputModule_InFreq_2">
  597. <property name="geometry">
  598. <rect>
  599. <x>110</x>
  600. <y>160</y>
  601. <width>61</width>
  602. <height>31</height>
  603. </rect>
  604. </property>
  605. <property name="font">
  606. <font>
  607. <weight>75</weight>
  608. <bold>true</bold>
  609. </font>
  610. </property>
  611. <property name="text">
  612. <string/>
  613. </property>
  614. <property name="readOnly">
  615. <bool>false</bool>
  616. </property>
  617. </widget>
  618. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_2">
  619. <property name="geometry">
  620. <rect>
  621. <x>320</x>
  622. <y>160</y>
  623. <width>61</width>
  624. <height>31</height>
  625. </rect>
  626. </property>
  627. <property name="font">
  628. <font>
  629. <weight>75</weight>
  630. <bold>true</bold>
  631. </font>
  632. </property>
  633. <property name="text">
  634. <string/>
  635. </property>
  636. <property name="readOnly">
  637. <bool>false</bool>
  638. </property>
  639. </widget>
  640. <widget class="QLabel" name="label_39">
  641. <property name="geometry">
  642. <rect>
  643. <x>20</x>
  644. <y>160</y>
  645. <width>81</width>
  646. <height>31</height>
  647. </rect>
  648. </property>
  649. <property name="text">
  650. <string>输入信号频率</string>
  651. </property>
  652. </widget>
  653. <widget class="QLabel" name="label_40">
  654. <property name="geometry">
  655. <rect>
  656. <x>230</x>
  657. <y>160</y>
  658. <width>81</width>
  659. <height>31</height>
  660. </rect>
  661. </property>
  662. <property name="text">
  663. <string>输出信号频率</string>
  664. </property>
  665. </widget>
  666. </widget>
  667. <widget class="QGroupBox" name="groupBox_7">
  668. <property name="geometry">
  669. <rect>
  670. <x>20</x>
  671. <y>430</y>
  672. <width>401</width>
  673. <height>211</height>
  674. </rect>
  675. </property>
  676. <property name="title">
  677. <string>TTL_OUT_3</string>
  678. </property>
  679. <widget class="QLabel" name="label_41">
  680. <property name="geometry">
  681. <rect>
  682. <x>20</x>
  683. <y>30</y>
  684. <width>61</width>
  685. <height>31</height>
  686. </rect>
  687. </property>
  688. <property name="text">
  689. <string>source</string>
  690. </property>
  691. </widget>
  692. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_3">
  693. <property name="geometry">
  694. <rect>
  695. <x>70</x>
  696. <y>30</y>
  697. <width>211</width>
  698. <height>31</height>
  699. </rect>
  700. </property>
  701. <property name="currentIndex">
  702. <number>-1</number>
  703. </property>
  704. </widget>
  705. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_3">
  706. <property name="geometry">
  707. <rect>
  708. <x>70</x>
  709. <y>70</y>
  710. <width>211</width>
  711. <height>31</height>
  712. </rect>
  713. </property>
  714. <property name="font">
  715. <font>
  716. <weight>75</weight>
  717. <bold>true</bold>
  718. </font>
  719. </property>
  720. <property name="text">
  721. <string/>
  722. </property>
  723. <property name="readOnly">
  724. <bool>false</bool>
  725. </property>
  726. </widget>
  727. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_3">
  728. <property name="geometry">
  729. <rect>
  730. <x>70</x>
  731. <y>110</y>
  732. <width>211</width>
  733. <height>31</height>
  734. </rect>
  735. </property>
  736. <property name="font">
  737. <font>
  738. <weight>75</weight>
  739. <bold>true</bold>
  740. </font>
  741. </property>
  742. <property name="text">
  743. <string/>
  744. </property>
  745. <property name="readOnly">
  746. <bool>false</bool>
  747. </property>
  748. </widget>
  749. <widget class="QLabel" name="label_42">
  750. <property name="geometry">
  751. <rect>
  752. <x>20</x>
  753. <y>70</y>
  754. <width>61</width>
  755. <height>31</height>
  756. </rect>
  757. </property>
  758. <property name="text">
  759. <string>分频</string>
  760. </property>
  761. </widget>
  762. <widget class="QLabel" name="label_43">
  763. <property name="geometry">
  764. <rect>
  765. <x>20</x>
  766. <y>110</y>
  767. <width>61</width>
  768. <height>31</height>
  769. </rect>
  770. </property>
  771. <property name="text">
  772. <string>倍频</string>
  773. </property>
  774. </widget>
  775. <widget class="QLineEdit" name="TTLOutputModule_InFreq_3">
  776. <property name="geometry">
  777. <rect>
  778. <x>110</x>
  779. <y>160</y>
  780. <width>61</width>
  781. <height>31</height>
  782. </rect>
  783. </property>
  784. <property name="font">
  785. <font>
  786. <weight>75</weight>
  787. <bold>true</bold>
  788. </font>
  789. </property>
  790. <property name="text">
  791. <string/>
  792. </property>
  793. <property name="readOnly">
  794. <bool>false</bool>
  795. </property>
  796. </widget>
  797. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_3">
  798. <property name="geometry">
  799. <rect>
  800. <x>320</x>
  801. <y>160</y>
  802. <width>61</width>
  803. <height>31</height>
  804. </rect>
  805. </property>
  806. <property name="font">
  807. <font>
  808. <weight>75</weight>
  809. <bold>true</bold>
  810. </font>
  811. </property>
  812. <property name="text">
  813. <string/>
  814. </property>
  815. <property name="readOnly">
  816. <bool>false</bool>
  817. </property>
  818. </widget>
  819. <widget class="QLabel" name="label_44">
  820. <property name="geometry">
  821. <rect>
  822. <x>20</x>
  823. <y>160</y>
  824. <width>81</width>
  825. <height>31</height>
  826. </rect>
  827. </property>
  828. <property name="text">
  829. <string>输入信号频率</string>
  830. </property>
  831. </widget>
  832. <widget class="QLabel" name="label_45">
  833. <property name="geometry">
  834. <rect>
  835. <x>230</x>
  836. <y>160</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="QGroupBox" name="groupBox_8">
  847. <property name="geometry">
  848. <rect>
  849. <x>440</x>
  850. <y>430</y>
  851. <width>401</width>
  852. <height>211</height>
  853. </rect>
  854. </property>
  855. <property name="title">
  856. <string>TTL_OUT_4</string>
  857. </property>
  858. <widget class="QLabel" name="label_46">
  859. <property name="geometry">
  860. <rect>
  861. <x>20</x>
  862. <y>30</y>
  863. <width>61</width>
  864. <height>31</height>
  865. </rect>
  866. </property>
  867. <property name="text">
  868. <string>source</string>
  869. </property>
  870. </widget>
  871. <widget class="QComboBox" name="TTLOutputModule_SrcSigType_4">
  872. <property name="geometry">
  873. <rect>
  874. <x>70</x>
  875. <y>30</y>
  876. <width>211</width>
  877. <height>31</height>
  878. </rect>
  879. </property>
  880. <property name="currentIndex">
  881. <number>-1</number>
  882. </property>
  883. </widget>
  884. <widget class="QLineEdit" name="TTLOutputModule_FreqDivision_4">
  885. <property name="geometry">
  886. <rect>
  887. <x>70</x>
  888. <y>70</y>
  889. <width>211</width>
  890. <height>31</height>
  891. </rect>
  892. </property>
  893. <property name="font">
  894. <font>
  895. <weight>75</weight>
  896. <bold>true</bold>
  897. </font>
  898. </property>
  899. <property name="text">
  900. <string/>
  901. </property>
  902. <property name="readOnly">
  903. <bool>false</bool>
  904. </property>
  905. </widget>
  906. <widget class="QLineEdit" name="TTLOutputModule_FreqMultiplication_4">
  907. <property name="geometry">
  908. <rect>
  909. <x>70</x>
  910. <y>110</y>
  911. <width>211</width>
  912. <height>31</height>
  913. </rect>
  914. </property>
  915. <property name="font">
  916. <font>
  917. <weight>75</weight>
  918. <bold>true</bold>
  919. </font>
  920. </property>
  921. <property name="text">
  922. <string/>
  923. </property>
  924. <property name="readOnly">
  925. <bool>false</bool>
  926. </property>
  927. </widget>
  928. <widget class="QLabel" name="label_47">
  929. <property name="geometry">
  930. <rect>
  931. <x>20</x>
  932. <y>70</y>
  933. <width>61</width>
  934. <height>31</height>
  935. </rect>
  936. </property>
  937. <property name="text">
  938. <string>分频</string>
  939. </property>
  940. </widget>
  941. <widget class="QLabel" name="label_48">
  942. <property name="geometry">
  943. <rect>
  944. <x>20</x>
  945. <y>110</y>
  946. <width>61</width>
  947. <height>31</height>
  948. </rect>
  949. </property>
  950. <property name="text">
  951. <string>倍频</string>
  952. </property>
  953. </widget>
  954. <widget class="QLineEdit" name="TTLOutputModule_InFreq_4">
  955. <property name="geometry">
  956. <rect>
  957. <x>110</x>
  958. <y>160</y>
  959. <width>61</width>
  960. <height>31</height>
  961. </rect>
  962. </property>
  963. <property name="font">
  964. <font>
  965. <weight>75</weight>
  966. <bold>true</bold>
  967. </font>
  968. </property>
  969. <property name="text">
  970. <string/>
  971. </property>
  972. <property name="readOnly">
  973. <bool>false</bool>
  974. </property>
  975. </widget>
  976. <widget class="QLineEdit" name="TTLOutputModule_OutFreq_4">
  977. <property name="geometry">
  978. <rect>
  979. <x>320</x>
  980. <y>160</y>
  981. <width>61</width>
  982. <height>31</height>
  983. </rect>
  984. </property>
  985. <property name="font">
  986. <font>
  987. <weight>75</weight>
  988. <bold>true</bold>
  989. </font>
  990. </property>
  991. <property name="text">
  992. <string/>
  993. </property>
  994. <property name="readOnly">
  995. <bool>false</bool>
  996. </property>
  997. </widget>
  998. <widget class="QLabel" name="label_49">
  999. <property name="geometry">
  1000. <rect>
  1001. <x>20</x>
  1002. <y>160</y>
  1003. <width>81</width>
  1004. <height>31</height>
  1005. </rect>
  1006. </property>
  1007. <property name="text">
  1008. <string>输入信号频率</string>
  1009. </property>
  1010. </widget>
  1011. <widget class="QLabel" name="label_50">
  1012. <property name="geometry">
  1013. <rect>
  1014. <x>230</x>
  1015. <y>160</y>
  1016. <width>81</width>
  1017. <height>31</height>
  1018. </rect>
  1019. </property>
  1020. <property name="text">
  1021. <string>输出信号频率</string>
  1022. </property>
  1023. </widget>
  1024. </widget>
  1025. <widget class="QPushButton" name="TTLPage_Read">
  1026. <property name="geometry">
  1027. <rect>
  1028. <x>440</x>
  1029. <y>30</y>
  1030. <width>101</width>
  1031. <height>31</height>
  1032. </rect>
  1033. </property>
  1034. <property name="text">
  1035. <string>Read</string>
  1036. </property>
  1037. </widget>
  1038. <widget class="QPushButton" name="TTLPage_Write">
  1039. <property name="geometry">
  1040. <rect>
  1041. <x>440</x>
  1042. <y>70</y>
  1043. <width>101</width>
  1044. <height>31</height>
  1045. </rect>
  1046. </property>
  1047. <property name="text">
  1048. <string>Write</string>
  1049. </property>
  1050. </widget>
  1051. </widget>
  1052. <widget class="QWidget" name="tab_5">
  1053. <attribute name="title">
  1054. <string>Timecode</string>
  1055. </attribute>
  1056. <widget class="QPushButton" name="TimecodePage_Update">
  1057. <property name="geometry">
  1058. <rect>
  1059. <x>630</x>
  1060. <y>90</y>
  1061. <width>111</width>
  1062. <height>41</height>
  1063. </rect>
  1064. </property>
  1065. <property name="text">
  1066. <string>写入配置</string>
  1067. </property>
  1068. </widget>
  1069. <widget class="QPushButton" name="TimecodePage_Read">
  1070. <property name="geometry">
  1071. <rect>
  1072. <x>630</x>
  1073. <y>50</y>
  1074. <width>111</width>
  1075. <height>41</height>
  1076. </rect>
  1077. </property>
  1078. <property name="text">
  1079. <string>读出配置</string>
  1080. </property>
  1081. </widget>
  1082. <widget class="QGroupBox" name="groupBox">
  1083. <property name="geometry">
  1084. <rect>
  1085. <x>30</x>
  1086. <y>40</y>
  1087. <width>251</width>
  1088. <height>111</height>
  1089. </rect>
  1090. </property>
  1091. <property name="title">
  1092. <string>内部时码</string>
  1093. </property>
  1094. <widget class="QLabel" name="label_8">
  1095. <property name="geometry">
  1096. <rect>
  1097. <x>20</x>
  1098. <y>20</y>
  1099. <width>81</width>
  1100. <height>31</height>
  1101. </rect>
  1102. </property>
  1103. <property name="text">
  1104. <string>时码格式</string>
  1105. </property>
  1106. </widget>
  1107. <widget class="QLabel" name="label_12">
  1108. <property name="geometry">
  1109. <rect>
  1110. <x>20</x>
  1111. <y>60</y>
  1112. <width>81</width>
  1113. <height>31</height>
  1114. </rect>
  1115. </property>
  1116. <property name="text">
  1117. <string>时码数值</string>
  1118. </property>
  1119. </widget>
  1120. <widget class="QComboBox" name="InternalTimecode_Format">
  1121. <property name="geometry">
  1122. <rect>
  1123. <x>100</x>
  1124. <y>20</y>
  1125. <width>141</width>
  1126. <height>31</height>
  1127. </rect>
  1128. </property>
  1129. </widget>
  1130. <widget class="QLineEdit" name="InternalTimecode_Code">
  1131. <property name="geometry">
  1132. <rect>
  1133. <x>100</x>
  1134. <y>60</y>
  1135. <width>141</width>
  1136. <height>31</height>
  1137. </rect>
  1138. </property>
  1139. <property name="font">
  1140. <font>
  1141. <weight>75</weight>
  1142. <bold>true</bold>
  1143. </font>
  1144. </property>
  1145. <property name="text">
  1146. <string/>
  1147. </property>
  1148. <property name="readOnly">
  1149. <bool>false</bool>
  1150. </property>
  1151. </widget>
  1152. </widget>
  1153. <widget class="QGroupBox" name="groupBox_3">
  1154. <property name="geometry">
  1155. <rect>
  1156. <x>120</x>
  1157. <y>260</y>
  1158. <width>301</width>
  1159. <height>151</height>
  1160. </rect>
  1161. </property>
  1162. <property name="title">
  1163. <string>系统时码</string>
  1164. </property>
  1165. <widget class="QLabel" name="label_15">
  1166. <property name="geometry">
  1167. <rect>
  1168. <x>30</x>
  1169. <y>20</y>
  1170. <width>81</width>
  1171. <height>31</height>
  1172. </rect>
  1173. </property>
  1174. <property name="text">
  1175. <string>系统时码_源</string>
  1176. </property>
  1177. </widget>
  1178. <widget class="QLabel" name="label_23">
  1179. <property name="geometry">
  1180. <rect>
  1181. <x>30</x>
  1182. <y>60</y>
  1183. <width>81</width>
  1184. <height>31</height>
  1185. </rect>
  1186. </property>
  1187. <property name="text">
  1188. <string>时码格式</string>
  1189. </property>
  1190. </widget>
  1191. <widget class="QLabel" name="label_30">
  1192. <property name="geometry">
  1193. <rect>
  1194. <x>30</x>
  1195. <y>100</y>
  1196. <width>81</width>
  1197. <height>31</height>
  1198. </rect>
  1199. </property>
  1200. <property name="text">
  1201. <string>时码数值</string>
  1202. </property>
  1203. </widget>
  1204. <widget class="QComboBox" name="SysTimecode_Source">
  1205. <property name="geometry">
  1206. <rect>
  1207. <x>130</x>
  1208. <y>20</y>
  1209. <width>141</width>
  1210. <height>31</height>
  1211. </rect>
  1212. </property>
  1213. </widget>
  1214. <widget class="QLineEdit" name="SysTimecode_Code">
  1215. <property name="geometry">
  1216. <rect>
  1217. <x>130</x>
  1218. <y>100</y>
  1219. <width>141</width>
  1220. <height>31</height>
  1221. </rect>
  1222. </property>
  1223. <property name="font">
  1224. <font>
  1225. <weight>75</weight>
  1226. <bold>true</bold>
  1227. </font>
  1228. </property>
  1229. <property name="text">
  1230. <string/>
  1231. </property>
  1232. <property name="readOnly">
  1233. <bool>true</bool>
  1234. </property>
  1235. </widget>
  1236. <widget class="QLineEdit" name="SysTimecode_Format">
  1237. <property name="geometry">
  1238. <rect>
  1239. <x>130</x>
  1240. <y>60</y>
  1241. <width>141</width>
  1242. <height>31</height>
  1243. </rect>
  1244. </property>
  1245. <property name="font">
  1246. <font>
  1247. <weight>75</weight>
  1248. <bold>true</bold>
  1249. </font>
  1250. </property>
  1251. <property name="text">
  1252. <string/>
  1253. </property>
  1254. <property name="readOnly">
  1255. <bool>true</bool>
  1256. </property>
  1257. </widget>
  1258. </widget>
  1259. <widget class="QGroupBox" name="groupBox_4">
  1260. <property name="geometry">
  1261. <rect>
  1262. <x>320</x>
  1263. <y>40</y>
  1264. <width>251</width>
  1265. <height>151</height>
  1266. </rect>
  1267. </property>
  1268. <property name="title">
  1269. <string>外部时码</string>
  1270. </property>
  1271. <widget class="QLabel" name="label_33">
  1272. <property name="geometry">
  1273. <rect>
  1274. <x>20</x>
  1275. <y>60</y>
  1276. <width>81</width>
  1277. <height>31</height>
  1278. </rect>
  1279. </property>
  1280. <property name="text">
  1281. <string>时码格式</string>
  1282. </property>
  1283. </widget>
  1284. <widget class="QComboBox" name="ExternalTimecode_Format">
  1285. <property name="geometry">
  1286. <rect>
  1287. <x>100</x>
  1288. <y>60</y>
  1289. <width>141</width>
  1290. <height>31</height>
  1291. </rect>
  1292. </property>
  1293. </widget>
  1294. <widget class="QLineEdit" name="ExternalTimecode_Code">
  1295. <property name="geometry">
  1296. <rect>
  1297. <x>100</x>
  1298. <y>100</y>
  1299. <width>141</width>
  1300. <height>31</height>
  1301. </rect>
  1302. </property>
  1303. <property name="font">
  1304. <font>
  1305. <weight>75</weight>
  1306. <bold>true</bold>
  1307. </font>
  1308. </property>
  1309. <property name="text">
  1310. <string/>
  1311. </property>
  1312. <property name="readOnly">
  1313. <bool>true</bool>
  1314. </property>
  1315. </widget>
  1316. <widget class="QLabel" name="label_35">
  1317. <property name="geometry">
  1318. <rect>
  1319. <x>20</x>
  1320. <y>100</y>
  1321. <width>51</width>
  1322. <height>31</height>
  1323. </rect>
  1324. </property>
  1325. <property name="text">
  1326. <string>时码数值</string>
  1327. </property>
  1328. </widget>
  1329. <widget class="QComboBox" name="ExternalTimecode_Source">
  1330. <property name="geometry">
  1331. <rect>
  1332. <x>100</x>
  1333. <y>20</y>
  1334. <width>141</width>
  1335. <height>31</height>
  1336. </rect>
  1337. </property>
  1338. </widget>
  1339. <widget class="QLabel" name="label_34">
  1340. <property name="geometry">
  1341. <rect>
  1342. <x>20</x>
  1343. <y>20</y>
  1344. <width>81</width>
  1345. <height>31</height>
  1346. </rect>
  1347. </property>
  1348. <property name="text">
  1349. <string>时码源</string>
  1350. </property>
  1351. </widget>
  1352. </widget>
  1353. <widget class="Line" name="line">
  1354. <property name="geometry">
  1355. <rect>
  1356. <x>150</x>
  1357. <y>230</y>
  1358. <width>261</width>
  1359. <height>20</height>
  1360. </rect>
  1361. </property>
  1362. <property name="orientation">
  1363. <enum>Qt::Horizontal</enum>
  1364. </property>
  1365. </widget>
  1366. <widget class="Line" name="line_2">
  1367. <property name="geometry">
  1368. <rect>
  1369. <x>140</x>
  1370. <y>150</y>
  1371. <width>20</width>
  1372. <height>91</height>
  1373. </rect>
  1374. </property>
  1375. <property name="cursor">
  1376. <cursorShape>ArrowCursor</cursorShape>
  1377. </property>
  1378. <property name="orientation">
  1379. <enum>Qt::Vertical</enum>
  1380. </property>
  1381. </widget>
  1382. <widget class="Line" name="line_3">
  1383. <property name="geometry">
  1384. <rect>
  1385. <x>400</x>
  1386. <y>190</y>
  1387. <width>20</width>
  1388. <height>51</height>
  1389. </rect>
  1390. </property>
  1391. <property name="cursor">
  1392. <cursorShape>ArrowCursor</cursorShape>
  1393. </property>
  1394. <property name="orientation">
  1395. <enum>Qt::Vertical</enum>
  1396. </property>
  1397. </widget>
  1398. <widget class="Line" name="line_4">
  1399. <property name="geometry">
  1400. <rect>
  1401. <x>260</x>
  1402. <y>241</y>
  1403. <width>20</width>
  1404. <height>20</height>
  1405. </rect>
  1406. </property>
  1407. <property name="cursor">
  1408. <cursorShape>ArrowCursor</cursorShape>
  1409. </property>
  1410. <property name="orientation">
  1411. <enum>Qt::Vertical</enum>
  1412. </property>
  1413. </widget>
  1414. <widget class="QLabel" name="label_13">
  1415. <property name="geometry">
  1416. <rect>
  1417. <x>160</x>
  1418. <y>170</y>
  1419. <width>16</width>
  1420. <height>21</height>
  1421. </rect>
  1422. </property>
  1423. <property name="text">
  1424. <string>0</string>
  1425. </property>
  1426. </widget>
  1427. <widget class="QLabel" name="label_14">
  1428. <property name="geometry">
  1429. <rect>
  1430. <x>390</x>
  1431. <y>200</y>
  1432. <width>16</width>
  1433. <height>21</height>
  1434. </rect>
  1435. </property>
  1436. <property name="text">
  1437. <string>1</string>
  1438. </property>
  1439. </widget>
  1440. </widget>
  1441. <widget class="QWidget" name="tab_4">
  1442. <attribute name="title">
  1443. <string>Genlock</string>
  1444. </attribute>
  1445. <widget class="QPushButton" name="GenlockPage_Read">
  1446. <property name="geometry">
  1447. <rect>
  1448. <x>560</x>
  1449. <y>30</y>
  1450. <width>81</width>
  1451. <height>31</height>
  1452. </rect>
  1453. </property>
  1454. <property name="text">
  1455. <string>Read</string>
  1456. </property>
  1457. </widget>
  1458. <widget class="QPushButton" name="GenlockPage_Write">
  1459. <property name="geometry">
  1460. <rect>
  1461. <x>560</x>
  1462. <y>70</y>
  1463. <width>81</width>
  1464. <height>31</height>
  1465. </rect>
  1466. </property>
  1467. <property name="text">
  1468. <string>Update</string>
  1469. </property>
  1470. </widget>
  1471. <widget class="QGroupBox" name="groupBox_9">
  1472. <property name="geometry">
  1473. <rect>
  1474. <x>20</x>
  1475. <y>30</y>
  1476. <width>261</width>
  1477. <height>91</height>
  1478. </rect>
  1479. </property>
  1480. <property name="title">
  1481. <string>内部GENLOCK</string>
  1482. </property>
  1483. <widget class="QComboBox" name="InternalGenlock_Format">
  1484. <property name="geometry">
  1485. <rect>
  1486. <x>100</x>
  1487. <y>20</y>
  1488. <width>151</width>
  1489. <height>31</height>
  1490. </rect>
  1491. </property>
  1492. <property name="currentIndex">
  1493. <number>-1</number>
  1494. </property>
  1495. </widget>
  1496. <widget class="QLabel" name="label_9">
  1497. <property name="geometry">
  1498. <rect>
  1499. <x>20</x>
  1500. <y>20</y>
  1501. <width>41</width>
  1502. <height>31</height>
  1503. </rect>
  1504. </property>
  1505. <property name="text">
  1506. <string>Format</string>
  1507. </property>
  1508. </widget>
  1509. </widget>
  1510. <widget class="QGroupBox" name="groupBox_10">
  1511. <property name="geometry">
  1512. <rect>
  1513. <x>300</x>
  1514. <y>30</y>
  1515. <width>221</width>
  1516. <height>91</height>
  1517. </rect>
  1518. </property>
  1519. <property name="title">
  1520. <string>外部-GENLOCK</string>
  1521. </property>
  1522. <widget class="QLabel" name="label_10">
  1523. <property name="geometry">
  1524. <rect>
  1525. <x>20</x>
  1526. <y>20</y>
  1527. <width>41</width>
  1528. <height>31</height>
  1529. </rect>
  1530. </property>
  1531. <property name="text">
  1532. <string>Freq</string>
  1533. </property>
  1534. </widget>
  1535. <widget class="QLineEdit" name="ExternalGenlock_Freq">
  1536. <property name="geometry">
  1537. <rect>
  1538. <x>60</x>
  1539. <y>20</y>
  1540. <width>151</width>
  1541. <height>31</height>
  1542. </rect>
  1543. </property>
  1544. <property name="font">
  1545. <font>
  1546. <weight>75</weight>
  1547. <bold>true</bold>
  1548. </font>
  1549. </property>
  1550. <property name="text">
  1551. <string/>
  1552. </property>
  1553. <property name="readOnly">
  1554. <bool>false</bool>
  1555. </property>
  1556. </widget>
  1557. </widget>
  1558. <widget class="QGroupBox" name="groupBox_11">
  1559. <property name="geometry">
  1560. <rect>
  1561. <x>160</x>
  1562. <y>160</y>
  1563. <width>271</width>
  1564. <height>121</height>
  1565. </rect>
  1566. </property>
  1567. <property name="title">
  1568. <string>SYS-GENLOCK</string>
  1569. </property>
  1570. <widget class="QComboBox" name="SysGenlock_Src">
  1571. <property name="geometry">
  1572. <rect>
  1573. <x>100</x>
  1574. <y>20</y>
  1575. <width>151</width>
  1576. <height>31</height>
  1577. </rect>
  1578. </property>
  1579. <property name="currentIndex">
  1580. <number>-1</number>
  1581. </property>
  1582. </widget>
  1583. <widget class="QLabel" name="label_11">
  1584. <property name="geometry">
  1585. <rect>
  1586. <x>20</x>
  1587. <y>20</y>
  1588. <width>41</width>
  1589. <height>31</height>
  1590. </rect>
  1591. </property>
  1592. <property name="text">
  1593. <string>SRC</string>
  1594. </property>
  1595. </widget>
  1596. <widget class="QLabel" name="label_51">
  1597. <property name="geometry">
  1598. <rect>
  1599. <x>20</x>
  1600. <y>60</y>
  1601. <width>41</width>
  1602. <height>31</height>
  1603. </rect>
  1604. </property>
  1605. <property name="text">
  1606. <string>Freq</string>
  1607. </property>
  1608. </widget>
  1609. <widget class="QLineEdit" name="SysGenlock_Freq">
  1610. <property name="geometry">
  1611. <rect>
  1612. <x>100</x>
  1613. <y>60</y>
  1614. <width>151</width>
  1615. <height>31</height>
  1616. </rect>
  1617. </property>
  1618. <property name="font">
  1619. <font>
  1620. <weight>75</weight>
  1621. <bold>true</bold>
  1622. </font>
  1623. </property>
  1624. <property name="text">
  1625. <string/>
  1626. </property>
  1627. <property name="readOnly">
  1628. <bool>false</bool>
  1629. </property>
  1630. </widget>
  1631. </widget>
  1632. </widget>
  1633. <widget class="QWidget" name="tab_3">
  1634. <attribute name="title">
  1635. <string>SysClock</string>
  1636. </attribute>
  1637. <widget class="QGroupBox" name="groupBox_13">
  1638. <property name="geometry">
  1639. <rect>
  1640. <x>130</x>
  1641. <y>170</y>
  1642. <width>401</width>
  1643. <height>211</height>
  1644. </rect>
  1645. </property>
  1646. <property name="title">
  1647. <string>SYS_CLK</string>
  1648. </property>
  1649. <widget class="QLabel" name="label_54">
  1650. <property name="geometry">
  1651. <rect>
  1652. <x>20</x>
  1653. <y>30</y>
  1654. <width>61</width>
  1655. <height>31</height>
  1656. </rect>
  1657. </property>
  1658. <property name="text">
  1659. <string>source</string>
  1660. </property>
  1661. </widget>
  1662. <widget class="QComboBox" name="SysClock_Src">
  1663. <property name="geometry">
  1664. <rect>
  1665. <x>70</x>
  1666. <y>30</y>
  1667. <width>211</width>
  1668. <height>31</height>
  1669. </rect>
  1670. </property>
  1671. <property name="currentIndex">
  1672. <number>-1</number>
  1673. </property>
  1674. </widget>
  1675. <widget class="QLineEdit" name="SysClock_FreqtDivision">
  1676. <property name="geometry">
  1677. <rect>
  1678. <x>70</x>
  1679. <y>70</y>
  1680. <width>211</width>
  1681. <height>31</height>
  1682. </rect>
  1683. </property>
  1684. <property name="font">
  1685. <font>
  1686. <weight>75</weight>
  1687. <bold>true</bold>
  1688. </font>
  1689. </property>
  1690. <property name="text">
  1691. <string/>
  1692. </property>
  1693. <property name="readOnly">
  1694. <bool>false</bool>
  1695. </property>
  1696. </widget>
  1697. <widget class="QLineEdit" name="SysClock_FreqMultiplication">
  1698. <property name="geometry">
  1699. <rect>
  1700. <x>70</x>
  1701. <y>110</y>
  1702. <width>211</width>
  1703. <height>31</height>
  1704. </rect>
  1705. </property>
  1706. <property name="font">
  1707. <font>
  1708. <weight>75</weight>
  1709. <bold>true</bold>
  1710. </font>
  1711. </property>
  1712. <property name="text">
  1713. <string/>
  1714. </property>
  1715. <property name="readOnly">
  1716. <bool>false</bool>
  1717. </property>
  1718. </widget>
  1719. <widget class="QLabel" name="label_55">
  1720. <property name="geometry">
  1721. <rect>
  1722. <x>20</x>
  1723. <y>70</y>
  1724. <width>61</width>
  1725. <height>31</height>
  1726. </rect>
  1727. </property>
  1728. <property name="text">
  1729. <string>分频</string>
  1730. </property>
  1731. </widget>
  1732. <widget class="QLabel" name="label_56">
  1733. <property name="geometry">
  1734. <rect>
  1735. <x>20</x>
  1736. <y>110</y>
  1737. <width>61</width>
  1738. <height>31</height>
  1739. </rect>
  1740. </property>
  1741. <property name="text">
  1742. <string>倍频</string>
  1743. </property>
  1744. </widget>
  1745. <widget class="QLineEdit" name="SysClock_InSigFreq">
  1746. <property name="geometry">
  1747. <rect>
  1748. <x>110</x>
  1749. <y>160</y>
  1750. <width>61</width>
  1751. <height>31</height>
  1752. </rect>
  1753. </property>
  1754. <property name="font">
  1755. <font>
  1756. <weight>75</weight>
  1757. <bold>true</bold>
  1758. </font>
  1759. </property>
  1760. <property name="text">
  1761. <string/>
  1762. </property>
  1763. <property name="readOnly">
  1764. <bool>false</bool>
  1765. </property>
  1766. </widget>
  1767. <widget class="QLineEdit" name="SysClock_OutSigFreq">
  1768. <property name="geometry">
  1769. <rect>
  1770. <x>320</x>
  1771. <y>160</y>
  1772. <width>61</width>
  1773. <height>31</height>
  1774. </rect>
  1775. </property>
  1776. <property name="font">
  1777. <font>
  1778. <weight>75</weight>
  1779. <bold>true</bold>
  1780. </font>
  1781. </property>
  1782. <property name="text">
  1783. <string/>
  1784. </property>
  1785. <property name="readOnly">
  1786. <bool>false</bool>
  1787. </property>
  1788. </widget>
  1789. <widget class="QLabel" name="label_57">
  1790. <property name="geometry">
  1791. <rect>
  1792. <x>20</x>
  1793. <y>160</y>
  1794. <width>81</width>
  1795. <height>31</height>
  1796. </rect>
  1797. </property>
  1798. <property name="text">
  1799. <string>输入信号频率</string>
  1800. </property>
  1801. </widget>
  1802. <widget class="QLabel" name="label_58">
  1803. <property name="geometry">
  1804. <rect>
  1805. <x>230</x>
  1806. <y>160</y>
  1807. <width>81</width>
  1808. <height>31</height>
  1809. </rect>
  1810. </property>
  1811. <property name="text">
  1812. <string>输出信号频率</string>
  1813. </property>
  1814. </widget>
  1815. </widget>
  1816. <widget class="QGroupBox" name="groupBox_12">
  1817. <property name="geometry">
  1818. <rect>
  1819. <x>390</x>
  1820. <y>40</y>
  1821. <width>221</width>
  1822. <height>81</height>
  1823. </rect>
  1824. </property>
  1825. <property name="title">
  1826. <string>内部时钟发生器</string>
  1827. </property>
  1828. <widget class="QLabel" name="label_53">
  1829. <property name="geometry">
  1830. <rect>
  1831. <x>10</x>
  1832. <y>20</y>
  1833. <width>41</width>
  1834. <height>31</height>
  1835. </rect>
  1836. </property>
  1837. <property name="text">
  1838. <string>Freq</string>
  1839. </property>
  1840. </widget>
  1841. <widget class="QLineEdit" name="InternalClock_Freq">
  1842. <property name="geometry">
  1843. <rect>
  1844. <x>50</x>
  1845. <y>20</y>
  1846. <width>151</width>
  1847. <height>31</height>
  1848. </rect>
  1849. </property>
  1850. <property name="font">
  1851. <font>
  1852. <weight>75</weight>
  1853. <bold>true</bold>
  1854. </font>
  1855. </property>
  1856. <property name="text">
  1857. <string/>
  1858. </property>
  1859. <property name="readOnly">
  1860. <bool>false</bool>
  1861. </property>
  1862. </widget>
  1863. </widget>
  1864. <widget class="QGroupBox" name="groupBox_14">
  1865. <property name="geometry">
  1866. <rect>
  1867. <x>40</x>
  1868. <y>40</y>
  1869. <width>71</width>
  1870. <height>41</height>
  1871. </rect>
  1872. </property>
  1873. <property name="title">
  1874. <string>TTL_IN</string>
  1875. </property>
  1876. </widget>
  1877. <widget class="QGroupBox" name="groupBox_16">
  1878. <property name="geometry">
  1879. <rect>
  1880. <x>130</x>
  1881. <y>40</y>
  1882. <width>91</width>
  1883. <height>41</height>
  1884. </rect>
  1885. </property>
  1886. <property name="title">
  1887. <string>SYS_GENLOCK</string>
  1888. </property>
  1889. </widget>
  1890. <widget class="QGroupBox" name="groupBox_15">
  1891. <property name="geometry">
  1892. <rect>
  1893. <x>230</x>
  1894. <y>40</y>
  1895. <width>101</width>
  1896. <height>41</height>
  1897. </rect>
  1898. </property>
  1899. <property name="title">
  1900. <string>SYS_TIMECODE</string>
  1901. </property>
  1902. </widget>
  1903. <widget class="QPushButton" name="SysClockPage_Read">
  1904. <property name="geometry">
  1905. <rect>
  1906. <x>660</x>
  1907. <y>30</y>
  1908. <width>81</width>
  1909. <height>31</height>
  1910. </rect>
  1911. </property>
  1912. <property name="text">
  1913. <string>Read</string>
  1914. </property>
  1915. </widget>
  1916. <widget class="QPushButton" name="SysClockPage_Wirte">
  1917. <property name="geometry">
  1918. <rect>
  1919. <x>660</x>
  1920. <y>70</y>
  1921. <width>81</width>
  1922. <height>31</height>
  1923. </rect>
  1924. </property>
  1925. <property name="text">
  1926. <string>Write</string>
  1927. </property>
  1928. </widget>
  1929. </widget>
  1930. <widget class="QWidget" name="tab_6">
  1931. <attribute name="title">
  1932. <string>RecordSigGen</string>
  1933. </attribute>
  1934. <widget class="QComboBox" name="RecordSigGenerator_ContrlMode">
  1935. <property name="geometry">
  1936. <rect>
  1937. <x>100</x>
  1938. <y>30</y>
  1939. <width>241</width>
  1940. <height>31</height>
  1941. </rect>
  1942. </property>
  1943. <property name="currentIndex">
  1944. <number>-1</number>
  1945. </property>
  1946. </widget>
  1947. <widget class="QPushButton" name="RecordSigGen_Read">
  1948. <property name="geometry">
  1949. <rect>
  1950. <x>800</x>
  1951. <y>30</y>
  1952. <width>151</width>
  1953. <height>41</height>
  1954. </rect>
  1955. </property>
  1956. <property name="text">
  1957. <string>Read</string>
  1958. </property>
  1959. </widget>
  1960. <widget class="QLabel" name="label_16">
  1961. <property name="geometry">
  1962. <rect>
  1963. <x>30</x>
  1964. <y>30</y>
  1965. <width>101</width>
  1966. <height>31</height>
  1967. </rect>
  1968. </property>
  1969. <property name="text">
  1970. <string>控制模式</string>
  1971. </property>
  1972. </widget>
  1973. <widget class="QPushButton" name="RecordSigGen_Write">
  1974. <property name="geometry">
  1975. <rect>
  1976. <x>800</x>
  1977. <y>70</y>
  1978. <width>151</width>
  1979. <height>41</height>
  1980. </rect>
  1981. </property>
  1982. <property name="text">
  1983. <string>Write</string>
  1984. </property>
  1985. </widget>
  1986. <widget class="QGroupBox" name="groupBox_17">
  1987. <property name="geometry">
  1988. <rect>
  1989. <x>20</x>
  1990. <y>230</y>
  1991. <width>261</width>
  1992. <height>141</height>
  1993. </rect>
  1994. </property>
  1995. <property name="title">
  1996. <string>时码控制</string>
  1997. </property>
  1998. <widget class="QLabel" name="label_52">
  1999. <property name="geometry">
  2000. <rect>
  2001. <x>20</x>
  2002. <y>20</y>
  2003. <width>81</width>
  2004. <height>31</height>
  2005. </rect>
  2006. </property>
  2007. <property name="text">
  2008. <string>启动时间</string>
  2009. </property>
  2010. </widget>
  2011. <widget class="QLabel" name="label_64">
  2012. <property name="geometry">
  2013. <rect>
  2014. <x>20</x>
  2015. <y>60</y>
  2016. <width>81</width>
  2017. <height>31</height>
  2018. </rect>
  2019. </property>
  2020. <property name="text">
  2021. <string>停止时间</string>
  2022. </property>
  2023. </widget>
  2024. <widget class="QLineEdit" name="RecordSigGenerator_AutoStopTimecode">
  2025. <property name="geometry">
  2026. <rect>
  2027. <x>110</x>
  2028. <y>60</y>
  2029. <width>141</width>
  2030. <height>31</height>
  2031. </rect>
  2032. </property>
  2033. <property name="font">
  2034. <font>
  2035. <weight>75</weight>
  2036. <bold>true</bold>
  2037. </font>
  2038. </property>
  2039. <property name="text">
  2040. <string/>
  2041. </property>
  2042. <property name="readOnly">
  2043. <bool>false</bool>
  2044. </property>
  2045. </widget>
  2046. <widget class="QLineEdit" name="RecordSigGenerator_AutoStartTimecode">
  2047. <property name="geometry">
  2048. <rect>
  2049. <x>110</x>
  2050. <y>20</y>
  2051. <width>141</width>
  2052. <height>31</height>
  2053. </rect>
  2054. </property>
  2055. <property name="font">
  2056. <font>
  2057. <weight>75</weight>
  2058. <bold>true</bold>
  2059. </font>
  2060. </property>
  2061. <property name="text">
  2062. <string/>
  2063. </property>
  2064. <property name="readOnly">
  2065. <bool>false</bool>
  2066. </property>
  2067. </widget>
  2068. <widget class="QCheckBox" name="RecordSigGenerator_TimecodeCtrlFlag0">
  2069. <property name="geometry">
  2070. <rect>
  2071. <x>20</x>
  2072. <y>110</y>
  2073. <width>71</width>
  2074. <height>16</height>
  2075. </rect>
  2076. </property>
  2077. <property name="text">
  2078. <string>自动启动</string>
  2079. </property>
  2080. </widget>
  2081. <widget class="QCheckBox" name="RecordSigGenerator_TimecodeCtrlFlag1">
  2082. <property name="geometry">
  2083. <rect>
  2084. <x>110</x>
  2085. <y>110</y>
  2086. <width>71</width>
  2087. <height>16</height>
  2088. </rect>
  2089. </property>
  2090. <property name="text">
  2091. <string>自动停止</string>
  2092. </property>
  2093. </widget>
  2094. </widget>
  2095. <widget class="QGroupBox" name="groupBox_18">
  2096. <property name="geometry">
  2097. <rect>
  2098. <x>360</x>
  2099. <y>230</y>
  2100. <width>261</width>
  2101. <height>141</height>
  2102. </rect>
  2103. </property>
  2104. <property name="title">
  2105. <string>手动控制</string>
  2106. </property>
  2107. <widget class="QPushButton" name="RecordSigGenerator_manualStart">
  2108. <property name="geometry">
  2109. <rect>
  2110. <x>60</x>
  2111. <y>30</y>
  2112. <width>151</width>
  2113. <height>41</height>
  2114. </rect>
  2115. </property>
  2116. <property name="text">
  2117. <string>启动录制</string>
  2118. </property>
  2119. </widget>
  2120. <widget class="QPushButton" name="RecordSigGenerator_manualStop">
  2121. <property name="geometry">
  2122. <rect>
  2123. <x>60</x>
  2124. <y>80</y>
  2125. <width>151</width>
  2126. <height>41</height>
  2127. </rect>
  2128. </property>
  2129. <property name="text">
  2130. <string>停止录制</string>
  2131. </property>
  2132. </widget>
  2133. </widget>
  2134. <widget class="QGroupBox" name="groupBox_19">
  2135. <property name="geometry">
  2136. <rect>
  2137. <x>670</x>
  2138. <y>230</y>
  2139. <width>261</width>
  2140. <height>141</height>
  2141. </rect>
  2142. </property>
  2143. <property name="title">
  2144. <string>外部TTL触发控制</string>
  2145. </property>
  2146. <widget class="QLabel" name="label_65">
  2147. <property name="geometry">
  2148. <rect>
  2149. <x>20</x>
  2150. <y>20</y>
  2151. <width>81</width>
  2152. <height>31</height>
  2153. </rect>
  2154. </property>
  2155. <property name="text">
  2156. <string>TTL_index</string>
  2157. </property>
  2158. </widget>
  2159. <widget class="QLabel" name="label_66">
  2160. <property name="geometry">
  2161. <rect>
  2162. <x>20</x>
  2163. <y>60</y>
  2164. <width>81</width>
  2165. <height>31</height>
  2166. </rect>
  2167. </property>
  2168. <property name="text">
  2169. <string>触发电平</string>
  2170. </property>
  2171. </widget>
  2172. <widget class="QLineEdit" name="RecordSigGenerator_ExternalTTLTriggerPolarity">
  2173. <property name="geometry">
  2174. <rect>
  2175. <x>110</x>
  2176. <y>60</y>
  2177. <width>141</width>
  2178. <height>31</height>
  2179. </rect>
  2180. </property>
  2181. <property name="font">
  2182. <font>
  2183. <weight>75</weight>
  2184. <bold>true</bold>
  2185. </font>
  2186. </property>
  2187. <property name="text">
  2188. <string/>
  2189. </property>
  2190. <property name="readOnly">
  2191. <bool>false</bool>
  2192. </property>
  2193. </widget>
  2194. <widget class="QComboBox" name="RecordSigGenerator_ExternalTTLTriggerSrc">
  2195. <property name="geometry">
  2196. <rect>
  2197. <x>110</x>
  2198. <y>20</y>
  2199. <width>141</width>
  2200. <height>31</height>
  2201. </rect>
  2202. </property>
  2203. <property name="currentIndex">
  2204. <number>-1</number>
  2205. </property>
  2206. </widget>
  2207. </widget>
  2208. <widget class="QGroupBox" name="groupBox_20">
  2209. <property name="geometry">
  2210. <rect>
  2211. <x>430</x>
  2212. <y>20</y>
  2213. <width>271</width>
  2214. <height>111</height>
  2215. </rect>
  2216. </property>
  2217. <property name="title">
  2218. <string>曝光信号配置</string>
  2219. </property>
  2220. <widget class="QLabel" name="label_67">
  2221. <property name="geometry">
  2222. <rect>
  2223. <x>20</x>
  2224. <y>20</y>
  2225. <width>81</width>
  2226. <height>31</height>
  2227. </rect>
  2228. </property>
  2229. <property name="text">
  2230. <string>曝光时间(us)</string>
  2231. </property>
  2232. </widget>
  2233. <widget class="QLabel" name="label_68">
  2234. <property name="geometry">
  2235. <rect>
  2236. <x>20</x>
  2237. <y>60</y>
  2238. <width>81</width>
  2239. <height>31</height>
  2240. </rect>
  2241. </property>
  2242. <property name="text">
  2243. <string>偏移时间(us)</string>
  2244. </property>
  2245. </widget>
  2246. <widget class="QLineEdit" name="RecordSigGenerator_RecordExposureOffsetTime">
  2247. <property name="geometry">
  2248. <rect>
  2249. <x>110</x>
  2250. <y>60</y>
  2251. <width>141</width>
  2252. <height>31</height>
  2253. </rect>
  2254. </property>
  2255. <property name="font">
  2256. <font>
  2257. <weight>75</weight>
  2258. <bold>true</bold>
  2259. </font>
  2260. </property>
  2261. <property name="text">
  2262. <string/>
  2263. </property>
  2264. <property name="readOnly">
  2265. <bool>false</bool>
  2266. </property>
  2267. </widget>
  2268. <widget class="QLineEdit" name="RecordSigGenerator_RecordExposureTime">
  2269. <property name="geometry">
  2270. <rect>
  2271. <x>110</x>
  2272. <y>20</y>
  2273. <width>141</width>
  2274. <height>31</height>
  2275. </rect>
  2276. </property>
  2277. <property name="font">
  2278. <font>
  2279. <weight>75</weight>
  2280. <bold>true</bold>
  2281. </font>
  2282. </property>
  2283. <property name="text">
  2284. <string/>
  2285. </property>
  2286. <property name="readOnly">
  2287. <bool>false</bool>
  2288. </property>
  2289. </widget>
  2290. </widget>
  2291. <widget class="QLineEdit" name="RecordSigGenerator_RecordState">
  2292. <property name="geometry">
  2293. <rect>
  2294. <x>100</x>
  2295. <y>70</y>
  2296. <width>141</width>
  2297. <height>31</height>
  2298. </rect>
  2299. </property>
  2300. <property name="font">
  2301. <font>
  2302. <weight>75</weight>
  2303. <bold>true</bold>
  2304. </font>
  2305. </property>
  2306. <property name="text">
  2307. <string/>
  2308. </property>
  2309. <property name="readOnly">
  2310. <bool>true</bool>
  2311. </property>
  2312. </widget>
  2313. <widget class="QLabel" name="label_17">
  2314. <property name="geometry">
  2315. <rect>
  2316. <x>30</x>
  2317. <y>70</y>
  2318. <width>101</width>
  2319. <height>31</height>
  2320. </rect>
  2321. </property>
  2322. <property name="text">
  2323. <string>录制状态</string>
  2324. </property>
  2325. </widget>
  2326. </widget>
  2327. <widget class="QWidget" name="tab">
  2328. <attribute name="title">
  2329. <string>寄存器</string>
  2330. </attribute>
  2331. <layout class="QVBoxLayout" name="verticalLayout_2">
  2332. <item>
  2333. <widget class="QPushButton" name="RefreshRegsButton">
  2334. <property name="sizePolicy">
  2335. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  2336. <horstretch>0</horstretch>
  2337. <verstretch>0</verstretch>
  2338. </sizepolicy>
  2339. </property>
  2340. <property name="minimumSize">
  2341. <size>
  2342. <width>0</width>
  2343. <height>30</height>
  2344. </size>
  2345. </property>
  2346. <property name="text">
  2347. <string>RefreshRegs</string>
  2348. </property>
  2349. </widget>
  2350. </item>
  2351. <item>
  2352. <widget class="QScrollArea" name="scrollArea">
  2353. <property name="minimumSize">
  2354. <size>
  2355. <width>0</width>
  2356. <height>0</height>
  2357. </size>
  2358. </property>
  2359. <property name="sizeIncrement">
  2360. <size>
  2361. <width>0</width>
  2362. <height>0</height>
  2363. </size>
  2364. </property>
  2365. <property name="baseSize">
  2366. <size>
  2367. <width>0</width>
  2368. <height>0</height>
  2369. </size>
  2370. </property>
  2371. <property name="verticalScrollBarPolicy">
  2372. <enum>Qt::ScrollBarAlwaysOn</enum>
  2373. </property>
  2374. <property name="horizontalScrollBarPolicy">
  2375. <enum>Qt::ScrollBarAlwaysOn</enum>
  2376. </property>
  2377. <property name="sizeAdjustPolicy">
  2378. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  2379. </property>
  2380. <property name="widgetResizable">
  2381. <bool>true</bool>
  2382. </property>
  2383. <widget class="QWidget" name="scrollAreaWidgetContents">
  2384. <property name="geometry">
  2385. <rect>
  2386. <x>0</x>
  2387. <y>0</y>
  2388. <width>1074</width>
  2389. <height>10000</height>
  2390. </rect>
  2391. </property>
  2392. <property name="minimumSize">
  2393. <size>
  2394. <width>0</width>
  2395. <height>10000</height>
  2396. </size>
  2397. </property>
  2398. <widget class="QWidget" name="gridLayoutWidget">
  2399. <property name="geometry">
  2400. <rect>
  2401. <x>20</x>
  2402. <y>10</y>
  2403. <width>581</width>
  2404. <height>91</height>
  2405. </rect>
  2406. </property>
  2407. <layout class="QGridLayout" name="reg_table">
  2408. <property name="sizeConstraint">
  2409. <enum>QLayout::SetNoConstraint</enum>
  2410. </property>
  2411. </layout>
  2412. </widget>
  2413. </widget>
  2414. </widget>
  2415. </item>
  2416. </layout>
  2417. </widget>
  2418. <widget class="QWidget" name="tab_2">
  2419. <attribute name="title">
  2420. <string>IP配置</string>
  2421. </attribute>
  2422. <widget class="QPushButton" name="GenNewMac">
  2423. <property name="geometry">
  2424. <rect>
  2425. <x>20</x>
  2426. <y>20</y>
  2427. <width>101</width>
  2428. <height>31</height>
  2429. </rect>
  2430. </property>
  2431. <property name="text">
  2432. <string>GenNewMac</string>
  2433. </property>
  2434. </widget>
  2435. <widget class="QPushButton" name="FactoryReset">
  2436. <property name="geometry">
  2437. <rect>
  2438. <x>20</x>
  2439. <y>60</y>
  2440. <width>101</width>
  2441. <height>31</height>
  2442. </rect>
  2443. </property>
  2444. <property name="text">
  2445. <string>FactoryReset</string>
  2446. </property>
  2447. </widget>
  2448. <widget class="QPushButton" name="Reboot">
  2449. <property name="geometry">
  2450. <rect>
  2451. <x>20</x>
  2452. <y>100</y>
  2453. <width>101</width>
  2454. <height>31</height>
  2455. </rect>
  2456. </property>
  2457. <property name="text">
  2458. <string>Reboot</string>
  2459. </property>
  2460. </widget>
  2461. <widget class="QPushButton" name="ChangeNetCfg">
  2462. <property name="geometry">
  2463. <rect>
  2464. <x>20</x>
  2465. <y>140</y>
  2466. <width>101</width>
  2467. <height>31</height>
  2468. </rect>
  2469. </property>
  2470. <property name="text">
  2471. <string>ChangeNetCfg</string>
  2472. </property>
  2473. </widget>
  2474. <widget class="QLineEdit" name="ChangeNetCfg_ip">
  2475. <property name="geometry">
  2476. <rect>
  2477. <x>130</x>
  2478. <y>140</y>
  2479. <width>111</width>
  2480. <height>31</height>
  2481. </rect>
  2482. </property>
  2483. <property name="font">
  2484. <font>
  2485. <weight>75</weight>
  2486. <bold>true</bold>
  2487. </font>
  2488. </property>
  2489. <property name="text">
  2490. <string>192.168.8.10</string>
  2491. </property>
  2492. <property name="readOnly">
  2493. <bool>false</bool>
  2494. </property>
  2495. </widget>
  2496. <widget class="QLineEdit" name="ChangeNetCfg_mask">
  2497. <property name="geometry">
  2498. <rect>
  2499. <x>250</x>
  2500. <y>140</y>
  2501. <width>111</width>
  2502. <height>31</height>
  2503. </rect>
  2504. </property>
  2505. <property name="font">
  2506. <font>
  2507. <weight>75</weight>
  2508. <bold>true</bold>
  2509. </font>
  2510. </property>
  2511. <property name="text">
  2512. <string>255.255.255.0</string>
  2513. </property>
  2514. <property name="readOnly">
  2515. <bool>false</bool>
  2516. </property>
  2517. </widget>
  2518. <widget class="QLineEdit" name="ChangeNetCfg_gateway">
  2519. <property name="geometry">
  2520. <rect>
  2521. <x>370</x>
  2522. <y>140</y>
  2523. <width>111</width>
  2524. <height>31</height>
  2525. </rect>
  2526. </property>
  2527. <property name="font">
  2528. <font>
  2529. <weight>75</weight>
  2530. <bold>true</bold>
  2531. </font>
  2532. </property>
  2533. <property name="text">
  2534. <string>192.168.8.1</string>
  2535. </property>
  2536. <property name="readOnly">
  2537. <bool>false</bool>
  2538. </property>
  2539. </widget>
  2540. </widget>
  2541. </widget>
  2542. </item>
  2543. <item>
  2544. <widget class="QWidget" name="widget_2" native="true">
  2545. <property name="sizePolicy">
  2546. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  2547. <horstretch>0</horstretch>
  2548. <verstretch>8</verstretch>
  2549. </sizepolicy>
  2550. </property>
  2551. <layout class="QHBoxLayout" name="horizontalLayout_2">
  2552. <item>
  2553. <widget class="QPushButton" name="ClearLogButton">
  2554. <property name="sizePolicy">
  2555. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  2556. <horstretch>0</horstretch>
  2557. <verstretch>0</verstretch>
  2558. </sizepolicy>
  2559. </property>
  2560. <property name="text">
  2561. <string>ClearLog</string>
  2562. </property>
  2563. </widget>
  2564. </item>
  2565. <item>
  2566. <widget class="QTextBrowser" name="logbrowser"/>
  2567. </item>
  2568. </layout>
  2569. </widget>
  2570. </item>
  2571. </layout>
  2572. </widget>
  2573. <widget class="QMenuBar" name="menubar">
  2574. <property name="geometry">
  2575. <rect>
  2576. <x>0</x>
  2577. <y>0</y>
  2578. <width>1135</width>
  2579. <height>23</height>
  2580. </rect>
  2581. </property>
  2582. <widget class="QMenu" name="menu123">
  2583. <property name="title">
  2584. <string>iflytop</string>
  2585. </property>
  2586. </widget>
  2587. <addaction name="menu123"/>
  2588. </widget>
  2589. <widget class="QStatusBar" name="statusbar"/>
  2590. </widget>
  2591. <resources/>
  2592. <connections/>
  2593. </ui>