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.

880 lines
21 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1269</width>
  10. <height>787</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTextBrowser" name="logbrowser">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>490</y>
  22. <width>951</width>
  23. <height>191</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QPushButton" name="ClearLogButton">
  28. <property name="geometry">
  29. <rect>
  30. <x>10</x>
  31. <y>450</y>
  32. <width>91</width>
  33. <height>31</height>
  34. </rect>
  35. </property>
  36. <property name="text">
  37. <string>ClearLog</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="Connect2XsyncButton">
  41. <property name="geometry">
  42. <rect>
  43. <x>0</x>
  44. <y>10</y>
  45. <width>91</width>
  46. <height>31</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>Connect2Xsync</string>
  51. </property>
  52. </widget>
  53. <widget class="QLineEdit" name="IpInput">
  54. <property name="geometry">
  55. <rect>
  56. <x>100</x>
  57. <y>10</y>
  58. <width>111</width>
  59. <height>31</height>
  60. </rect>
  61. </property>
  62. <property name="font">
  63. <font>
  64. <weight>75</weight>
  65. <bold>true</bold>
  66. </font>
  67. </property>
  68. <property name="text">
  69. <string>192.168.8.10</string>
  70. </property>
  71. <property name="readOnly">
  72. <bool>false</bool>
  73. </property>
  74. </widget>
  75. <widget class="QTextBrowser" name="TimecodeDisplayer">
  76. <property name="geometry">
  77. <rect>
  78. <x>470</x>
  79. <y>10</y>
  80. <width>141</width>
  81. <height>31</height>
  82. </rect>
  83. </property>
  84. </widget>
  85. <widget class="QTextBrowser" name="CameraSyncIndex">
  86. <property name="geometry">
  87. <rect>
  88. <x>620</x>
  89. <y>10</y>
  90. <width>141</width>
  91. <height>31</height>
  92. </rect>
  93. </property>
  94. </widget>
  95. <widget class="QTabWidget" name="tabWidget">
  96. <property name="geometry">
  97. <rect>
  98. <x>10</x>
  99. <y>50</y>
  100. <width>951</width>
  101. <height>391</height>
  102. </rect>
  103. </property>
  104. <property name="currentIndex">
  105. <number>3</number>
  106. </property>
  107. <widget class="QWidget" name="tab">
  108. <attribute name="title">
  109. <string>寄存器读写</string>
  110. </attribute>
  111. <widget class="QScrollArea" name="scrollArea">
  112. <property name="geometry">
  113. <rect>
  114. <x>110</x>
  115. <y>10</y>
  116. <width>671</width>
  117. <height>311</height>
  118. </rect>
  119. </property>
  120. <property name="minimumSize">
  121. <size>
  122. <width>0</width>
  123. <height>0</height>
  124. </size>
  125. </property>
  126. <property name="sizeIncrement">
  127. <size>
  128. <width>0</width>
  129. <height>0</height>
  130. </size>
  131. </property>
  132. <property name="baseSize">
  133. <size>
  134. <width>0</width>
  135. <height>0</height>
  136. </size>
  137. </property>
  138. <property name="verticalScrollBarPolicy">
  139. <enum>Qt::ScrollBarAlwaysOn</enum>
  140. </property>
  141. <property name="horizontalScrollBarPolicy">
  142. <enum>Qt::ScrollBarAlwaysOn</enum>
  143. </property>
  144. <property name="sizeAdjustPolicy">
  145. <enum>QAbstractScrollArea::AdjustIgnored</enum>
  146. </property>
  147. <property name="widgetResizable">
  148. <bool>true</bool>
  149. </property>
  150. <widget class="QWidget" name="scrollAreaWidgetContents">
  151. <property name="geometry">
  152. <rect>
  153. <x>0</x>
  154. <y>0</y>
  155. <width>652</width>
  156. <height>3000</height>
  157. </rect>
  158. </property>
  159. <property name="minimumSize">
  160. <size>
  161. <width>0</width>
  162. <height>3000</height>
  163. </size>
  164. </property>
  165. <widget class="QWidget" name="gridLayoutWidget">
  166. <property name="geometry">
  167. <rect>
  168. <x>20</x>
  169. <y>10</y>
  170. <width>581</width>
  171. <height>91</height>
  172. </rect>
  173. </property>
  174. <layout class="QGridLayout" name="reg_table">
  175. <property name="sizeConstraint">
  176. <enum>QLayout::SetNoConstraint</enum>
  177. </property>
  178. </layout>
  179. </widget>
  180. </widget>
  181. </widget>
  182. <widget class="QPushButton" name="RefreshRegsButton">
  183. <property name="geometry">
  184. <rect>
  185. <x>10</x>
  186. <y>10</y>
  187. <width>91</width>
  188. <height>31</height>
  189. </rect>
  190. </property>
  191. <property name="text">
  192. <string>RefreshRegs</string>
  193. </property>
  194. </widget>
  195. </widget>
  196. <widget class="QWidget" name="tab_2">
  197. <attribute name="title">
  198. <string>基础功能</string>
  199. </attribute>
  200. <widget class="QPushButton" name="GenNewMac">
  201. <property name="geometry">
  202. <rect>
  203. <x>20</x>
  204. <y>20</y>
  205. <width>101</width>
  206. <height>31</height>
  207. </rect>
  208. </property>
  209. <property name="text">
  210. <string>GenNewMac</string>
  211. </property>
  212. </widget>
  213. <widget class="QPushButton" name="FactoryReset">
  214. <property name="geometry">
  215. <rect>
  216. <x>20</x>
  217. <y>60</y>
  218. <width>101</width>
  219. <height>31</height>
  220. </rect>
  221. </property>
  222. <property name="text">
  223. <string>FactoryReset</string>
  224. </property>
  225. </widget>
  226. <widget class="QPushButton" name="Reboot">
  227. <property name="geometry">
  228. <rect>
  229. <x>20</x>
  230. <y>100</y>
  231. <width>101</width>
  232. <height>31</height>
  233. </rect>
  234. </property>
  235. <property name="text">
  236. <string>Reboot</string>
  237. </property>
  238. </widget>
  239. <widget class="QPushButton" name="ChangeNetCfg">
  240. <property name="geometry">
  241. <rect>
  242. <x>20</x>
  243. <y>140</y>
  244. <width>101</width>
  245. <height>31</height>
  246. </rect>
  247. </property>
  248. <property name="text">
  249. <string>ChangeNetCfg</string>
  250. </property>
  251. </widget>
  252. <widget class="QLineEdit" name="ChangeNetCfg_ip">
  253. <property name="geometry">
  254. <rect>
  255. <x>130</x>
  256. <y>140</y>
  257. <width>111</width>
  258. <height>31</height>
  259. </rect>
  260. </property>
  261. <property name="font">
  262. <font>
  263. <weight>75</weight>
  264. <bold>true</bold>
  265. </font>
  266. </property>
  267. <property name="text">
  268. <string>192.168.8.10</string>
  269. </property>
  270. <property name="readOnly">
  271. <bool>false</bool>
  272. </property>
  273. </widget>
  274. <widget class="QLineEdit" name="ChangeNetCfg_mask">
  275. <property name="geometry">
  276. <rect>
  277. <x>250</x>
  278. <y>140</y>
  279. <width>111</width>
  280. <height>31</height>
  281. </rect>
  282. </property>
  283. <property name="font">
  284. <font>
  285. <weight>75</weight>
  286. <bold>true</bold>
  287. </font>
  288. </property>
  289. <property name="text">
  290. <string>255.255.255.0</string>
  291. </property>
  292. <property name="readOnly">
  293. <bool>false</bool>
  294. </property>
  295. </widget>
  296. <widget class="QLineEdit" name="ChangeNetCfg_gateway">
  297. <property name="geometry">
  298. <rect>
  299. <x>370</x>
  300. <y>140</y>
  301. <width>111</width>
  302. <height>31</height>
  303. </rect>
  304. </property>
  305. <property name="font">
  306. <font>
  307. <weight>75</weight>
  308. <bold>true</bold>
  309. </font>
  310. </property>
  311. <property name="text">
  312. <string>192.168.8.1</string>
  313. </property>
  314. <property name="readOnly">
  315. <bool>false</bool>
  316. </property>
  317. </widget>
  318. <widget class="QPushButton" name="WriteReg">
  319. <property name="geometry">
  320. <rect>
  321. <x>20</x>
  322. <y>180</y>
  323. <width>101</width>
  324. <height>31</height>
  325. </rect>
  326. </property>
  327. <property name="text">
  328. <string>WriteReg</string>
  329. </property>
  330. </widget>
  331. <widget class="QPushButton" name="ReadReg">
  332. <property name="geometry">
  333. <rect>
  334. <x>20</x>
  335. <y>220</y>
  336. <width>101</width>
  337. <height>31</height>
  338. </rect>
  339. </property>
  340. <property name="text">
  341. <string>ReadReg</string>
  342. </property>
  343. </widget>
  344. <widget class="QLineEdit" name="RegAdd">
  345. <property name="geometry">
  346. <rect>
  347. <x>130</x>
  348. <y>200</y>
  349. <width>111</width>
  350. <height>31</height>
  351. </rect>
  352. </property>
  353. <property name="font">
  354. <font>
  355. <weight>75</weight>
  356. <bold>true</bold>
  357. </font>
  358. </property>
  359. <property name="text">
  360. <string>0x0</string>
  361. </property>
  362. <property name="readOnly">
  363. <bool>false</bool>
  364. </property>
  365. </widget>
  366. <widget class="QLineEdit" name="RegVal">
  367. <property name="geometry">
  368. <rect>
  369. <x>250</x>
  370. <y>200</y>
  371. <width>111</width>
  372. <height>31</height>
  373. </rect>
  374. </property>
  375. <property name="font">
  376. <font>
  377. <weight>75</weight>
  378. <bold>true</bold>
  379. </font>
  380. </property>
  381. <property name="text">
  382. <string>0</string>
  383. </property>
  384. <property name="readOnly">
  385. <bool>false</bool>
  386. </property>
  387. </widget>
  388. <widget class="QPushButton" name="SetGenlockFormat">
  389. <property name="geometry">
  390. <rect>
  391. <x>490</x>
  392. <y>20</y>
  393. <width>131</width>
  394. <height>31</height>
  395. </rect>
  396. </property>
  397. <property name="text">
  398. <string>SetGenlockFormat</string>
  399. </property>
  400. </widget>
  401. <widget class="QPushButton" name="GetGenlockFormat">
  402. <property name="geometry">
  403. <rect>
  404. <x>490</x>
  405. <y>60</y>
  406. <width>131</width>
  407. <height>31</height>
  408. </rect>
  409. </property>
  410. <property name="text">
  411. <string>GetGenlockFormat</string>
  412. </property>
  413. </widget>
  414. <widget class="QPushButton" name="SetTimecodeFormat">
  415. <property name="geometry">
  416. <rect>
  417. <x>490</x>
  418. <y>100</y>
  419. <width>131</width>
  420. <height>31</height>
  421. </rect>
  422. </property>
  423. <property name="text">
  424. <string>SetTimecodeFormat</string>
  425. </property>
  426. </widget>
  427. <widget class="QPushButton" name="GetTimecodeFormat">
  428. <property name="geometry">
  429. <rect>
  430. <x>490</x>
  431. <y>140</y>
  432. <width>131</width>
  433. <height>31</height>
  434. </rect>
  435. </property>
  436. <property name="text">
  437. <string>GetTimecodeFormat</string>
  438. </property>
  439. </widget>
  440. <widget class="QComboBox" name="GenlockFormat">
  441. <property name="geometry">
  442. <rect>
  443. <x>630</x>
  444. <y>40</y>
  445. <width>241</width>
  446. <height>31</height>
  447. </rect>
  448. </property>
  449. <property name="currentIndex">
  450. <number>-1</number>
  451. </property>
  452. </widget>
  453. <widget class="QComboBox" name="TimecodeFormat">
  454. <property name="geometry">
  455. <rect>
  456. <x>630</x>
  457. <y>110</y>
  458. <width>241</width>
  459. <height>31</height>
  460. </rect>
  461. </property>
  462. <property name="currentIndex">
  463. <number>-1</number>
  464. </property>
  465. </widget>
  466. </widget>
  467. <widget class="QWidget" name="tab_3">
  468. <attribute name="title">
  469. <string>TTL输出模块</string>
  470. </attribute>
  471. <widget class="QComboBox" name="TTLOutputMoudle_ID">
  472. <property name="geometry">
  473. <rect>
  474. <x>30</x>
  475. <y>31</y>
  476. <width>81</width>
  477. <height>31</height>
  478. </rect>
  479. </property>
  480. <property name="currentIndex">
  481. <number>-1</number>
  482. </property>
  483. </widget>
  484. <widget class="QComboBox" name="TTLOutputMoudle_InputSigType">
  485. <property name="geometry">
  486. <rect>
  487. <x>220</x>
  488. <y>80</y>
  489. <width>241</width>
  490. <height>31</height>
  491. </rect>
  492. </property>
  493. <property name="currentIndex">
  494. <number>-1</number>
  495. </property>
  496. </widget>
  497. <widget class="QComboBox" name="TTLOutputMoudle_OutputSigType">
  498. <property name="geometry">
  499. <rect>
  500. <x>220</x>
  501. <y>130</y>
  502. <width>241</width>
  503. <height>31</height>
  504. </rect>
  505. </property>
  506. </widget>
  507. <widget class="QLineEdit" name="TTLOutputMoudle_TriggerModePulseWidth">
  508. <property name="geometry">
  509. <rect>
  510. <x>220</x>
  511. <y>180</y>
  512. <width>241</width>
  513. <height>31</height>
  514. </rect>
  515. </property>
  516. <property name="font">
  517. <font>
  518. <weight>75</weight>
  519. <bold>true</bold>
  520. </font>
  521. </property>
  522. <property name="text">
  523. <string/>
  524. </property>
  525. <property name="readOnly">
  526. <bool>false</bool>
  527. </property>
  528. </widget>
  529. <widget class="QLineEdit" name="TTLOutputMoudle_TriggerModePulseDelay">
  530. <property name="geometry">
  531. <rect>
  532. <x>220</x>
  533. <y>230</y>
  534. <width>241</width>
  535. <height>31</height>
  536. </rect>
  537. </property>
  538. <property name="font">
  539. <font>
  540. <weight>75</weight>
  541. <bold>true</bold>
  542. </font>
  543. </property>
  544. <property name="text">
  545. <string/>
  546. </property>
  547. <property name="readOnly">
  548. <bool>false</bool>
  549. </property>
  550. </widget>
  551. <widget class="QPushButton" name="TTLOutputMoudle_Update">
  552. <property name="geometry">
  553. <rect>
  554. <x>500</x>
  555. <y>130</y>
  556. <width>151</width>
  557. <height>41</height>
  558. </rect>
  559. </property>
  560. <property name="text">
  561. <string>Update</string>
  562. </property>
  563. </widget>
  564. <widget class="QLabel" name="label">
  565. <property name="geometry">
  566. <rect>
  567. <x>30</x>
  568. <y>80</y>
  569. <width>101</width>
  570. <height>31</height>
  571. </rect>
  572. </property>
  573. <property name="text">
  574. <string>InputSigType</string>
  575. </property>
  576. </widget>
  577. <widget class="QLabel" name="label_2">
  578. <property name="geometry">
  579. <rect>
  580. <x>30</x>
  581. <y>180</y>
  582. <width>161</width>
  583. <height>31</height>
  584. </rect>
  585. </property>
  586. <property name="text">
  587. <string>TriggerModePulseWidth(ms)</string>
  588. </property>
  589. </widget>
  590. <widget class="QLabel" name="label_3">
  591. <property name="geometry">
  592. <rect>
  593. <x>30</x>
  594. <y>230</y>
  595. <width>151</width>
  596. <height>31</height>
  597. </rect>
  598. </property>
  599. <property name="text">
  600. <string>TriggerModePulseDelay(ms)</string>
  601. </property>
  602. </widget>
  603. <widget class="QLabel" name="label_4">
  604. <property name="geometry">
  605. <rect>
  606. <x>30</x>
  607. <y>130</y>
  608. <width>101</width>
  609. <height>31</height>
  610. </rect>
  611. </property>
  612. <property name="text">
  613. <string>OutputSigType</string>
  614. </property>
  615. </widget>
  616. <widget class="QPushButton" name="TTLOutputMoudle_Read">
  617. <property name="geometry">
  618. <rect>
  619. <x>500</x>
  620. <y>80</y>
  621. <width>151</width>
  622. <height>41</height>
  623. </rect>
  624. </property>
  625. <property name="text">
  626. <string>Read</string>
  627. </property>
  628. </widget>
  629. </widget>
  630. <widget class="QWidget" name="tab_4">
  631. <attribute name="title">
  632. <string>信号生成器</string>
  633. </attribute>
  634. <widget class="QLabel" name="label_5">
  635. <property name="geometry">
  636. <rect>
  637. <x>20</x>
  638. <y>30</y>
  639. <width>101</width>
  640. <height>31</height>
  641. </rect>
  642. </property>
  643. <property name="text">
  644. <string>ControlMode</string>
  645. </property>
  646. </widget>
  647. <widget class="QLabel" name="label_6">
  648. <property name="geometry">
  649. <rect>
  650. <x>20</x>
  651. <y>70</y>
  652. <width>141</width>
  653. <height>31</height>
  654. </rect>
  655. </property>
  656. <property name="text">
  657. <string>Timecode(hh:mm:ss:ff)</string>
  658. </property>
  659. </widget>
  660. <widget class="QLabel" name="label_7">
  661. <property name="geometry">
  662. <rect>
  663. <x>20</x>
  664. <y>110</y>
  665. <width>191</width>
  666. <height>31</height>
  667. </rect>
  668. </property>
  669. <property name="text">
  670. <string>AutoStartTimecode(hh:mm:ss:ff)</string>
  671. </property>
  672. </widget>
  673. <widget class="QLabel" name="label_9">
  674. <property name="geometry">
  675. <rect>
  676. <x>20</x>
  677. <y>150</y>
  678. <width>101</width>
  679. <height>31</height>
  680. </rect>
  681. </property>
  682. <property name="text">
  683. <string>GenlockFormat</string>
  684. </property>
  685. </widget>
  686. <widget class="QLabel" name="label_10">
  687. <property name="geometry">
  688. <rect>
  689. <x>20</x>
  690. <y>190</y>
  691. <width>101</width>
  692. <height>31</height>
  693. </rect>
  694. </property>
  695. <property name="text">
  696. <string>TimecodeFormat</string>
  697. </property>
  698. </widget>
  699. <widget class="QComboBox" name="SigGenerator_ControlMode">
  700. <property name="geometry">
  701. <rect>
  702. <x>240</x>
  703. <y>30</y>
  704. <width>241</width>
  705. <height>31</height>
  706. </rect>
  707. </property>
  708. <property name="currentIndex">
  709. <number>-1</number>
  710. </property>
  711. </widget>
  712. <widget class="QComboBox" name="SigGenerator_GenlockFormat">
  713. <property name="geometry">
  714. <rect>
  715. <x>240</x>
  716. <y>150</y>
  717. <width>241</width>
  718. <height>31</height>
  719. </rect>
  720. </property>
  721. <property name="currentIndex">
  722. <number>-1</number>
  723. </property>
  724. </widget>
  725. <widget class="QComboBox" name="SigGenerator_TimecodeFormat">
  726. <property name="geometry">
  727. <rect>
  728. <x>240</x>
  729. <y>190</y>
  730. <width>241</width>
  731. <height>31</height>
  732. </rect>
  733. </property>
  734. <property name="currentIndex">
  735. <number>-1</number>
  736. </property>
  737. </widget>
  738. <widget class="QLineEdit" name="SigGenerator_Timecode">
  739. <property name="geometry">
  740. <rect>
  741. <x>240</x>
  742. <y>70</y>
  743. <width>241</width>
  744. <height>31</height>
  745. </rect>
  746. </property>
  747. <property name="font">
  748. <font>
  749. <weight>75</weight>
  750. <bold>true</bold>
  751. </font>
  752. </property>
  753. <property name="text">
  754. <string/>
  755. </property>
  756. <property name="readOnly">
  757. <bool>false</bool>
  758. </property>
  759. </widget>
  760. <widget class="QLineEdit" name="SigGenerator_AutoStartTimecode">
  761. <property name="geometry">
  762. <rect>
  763. <x>240</x>
  764. <y>110</y>
  765. <width>241</width>
  766. <height>31</height>
  767. </rect>
  768. </property>
  769. <property name="font">
  770. <font>
  771. <weight>75</weight>
  772. <bold>true</bold>
  773. </font>
  774. </property>
  775. <property name="text">
  776. <string/>
  777. </property>
  778. <property name="readOnly">
  779. <bool>false</bool>
  780. </property>
  781. </widget>
  782. <widget class="QPushButton" name="SigGenerator_Read">
  783. <property name="geometry">
  784. <rect>
  785. <x>530</x>
  786. <y>30</y>
  787. <width>151</width>
  788. <height>41</height>
  789. </rect>
  790. </property>
  791. <property name="text">
  792. <string>Read</string>
  793. </property>
  794. </widget>
  795. <widget class="QPushButton" name="SigGenerator_Update">
  796. <property name="geometry">
  797. <rect>
  798. <x>530</x>
  799. <y>80</y>
  800. <width>151</width>
  801. <height>41</height>
  802. </rect>
  803. </property>
  804. <property name="text">
  805. <string>Update</string>
  806. </property>
  807. </widget>
  808. <widget class="QPushButton" name="SigGenerator_Start">
  809. <property name="geometry">
  810. <rect>
  811. <x>530</x>
  812. <y>130</y>
  813. <width>151</width>
  814. <height>41</height>
  815. </rect>
  816. </property>
  817. <property name="text">
  818. <string>启动</string>
  819. </property>
  820. </widget>
  821. <widget class="QPushButton" name="SigGenerator_Stop">
  822. <property name="geometry">
  823. <rect>
  824. <x>530</x>
  825. <y>180</y>
  826. <width>151</width>
  827. <height>41</height>
  828. </rect>
  829. </property>
  830. <property name="text">
  831. <string>停止</string>
  832. </property>
  833. </widget>
  834. <widget class="QTextBrowser" name="SigGenerator_WorkState">
  835. <property name="geometry">
  836. <rect>
  837. <x>240</x>
  838. <y>230</y>
  839. <width>141</width>
  840. <height>31</height>
  841. </rect>
  842. </property>
  843. </widget>
  844. <widget class="QLabel" name="label_11">
  845. <property name="geometry">
  846. <rect>
  847. <x>20</x>
  848. <y>230</y>
  849. <width>101</width>
  850. <height>31</height>
  851. </rect>
  852. </property>
  853. <property name="text">
  854. <string>WorkState</string>
  855. </property>
  856. </widget>
  857. </widget>
  858. </widget>
  859. </widget>
  860. <widget class="QMenuBar" name="menubar">
  861. <property name="geometry">
  862. <rect>
  863. <x>0</x>
  864. <y>0</y>
  865. <width>1269</width>
  866. <height>23</height>
  867. </rect>
  868. </property>
  869. <widget class="QMenu" name="menu123">
  870. <property name="title">
  871. <string>123</string>
  872. </property>
  873. </widget>
  874. <addaction name="menu123"/>
  875. </widget>
  876. <widget class="QStatusBar" name="statusbar"/>
  877. </widget>
  878. <resources/>
  879. <connections/>
  880. </ui>