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.

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