mainwindow.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691
  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>1288</width>
  10. <height>790</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QGroupBox" name="groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>90</y>
  22. <width>481</width>
  23. <height>651</height>
  24. </rect>
  25. </property>
  26. <property name="title">
  27. <string>输入信息</string>
  28. </property>
  29. <widget class="QWidget" name="verticalLayoutWidget">
  30. <property name="geometry">
  31. <rect>
  32. <x>9</x>
  33. <y>139</y>
  34. <width>251</width>
  35. <height>451</height>
  36. </rect>
  37. </property>
  38. <layout class="QVBoxLayout" name="verticalLayout">
  39. <item>
  40. <widget class="QLineEdit" name="lineEdit_oldFile0">
  41. <property name="placeholderText">
  42. <string/>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QLineEdit" name="lineEdit_oldFile1">
  48. <property name="placeholderText">
  49. <string/>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QLineEdit" name="lineEdit_oldFile2">
  55. <property name="placeholderText">
  56. <string/>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QLineEdit" name="lineEdit_oldFile3">
  62. <property name="placeholderText">
  63. <string/>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QLineEdit" name="lineEdit_oldFile4">
  69. <property name="placeholderText">
  70. <string/>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QLineEdit" name="lineEdit_oldFile5">
  76. <property name="placeholderText">
  77. <string/>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QLineEdit" name="lineEdit_oldFile6">
  83. <property name="placeholderText">
  84. <string/>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QLineEdit" name="lineEdit_oldFile7">
  90. <property name="placeholderText">
  91. <string/>
  92. </property>
  93. </widget>
  94. </item>
  95. </layout>
  96. </widget>
  97. <widget class="QWidget" name="horizontalLayoutWidget">
  98. <property name="geometry">
  99. <rect>
  100. <x>10</x>
  101. <y>20</y>
  102. <width>392</width>
  103. <height>31</height>
  104. </rect>
  105. </property>
  106. <layout class="QHBoxLayout" name="horizontalLayout">
  107. <item>
  108. <widget class="QLabel" name="label">
  109. <property name="text">
  110. <string>新bin文件入口地址:0x</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <widget class="QLineEdit" name="lineEdit_ep">
  116. <property name="enabled">
  117. <bool>true</bool>
  118. </property>
  119. <property name="text">
  120. <string>80000000</string>
  121. </property>
  122. <property name="placeholderText">
  123. <string/>
  124. </property>
  125. </widget>
  126. </item>
  127. <item>
  128. <widget class="QLabel" name="label_2">
  129. <property name="text">
  130. <string>例如0x80000000</string>
  131. </property>
  132. </widget>
  133. </item>
  134. </layout>
  135. </widget>
  136. <widget class="QWidget" name="horizontalLayoutWidget_2">
  137. <property name="geometry">
  138. <rect>
  139. <x>10</x>
  140. <y>70</y>
  141. <width>371</width>
  142. <height>31</height>
  143. </rect>
  144. </property>
  145. <layout class="QHBoxLayout" name="horizontalLayout_2">
  146. <item>
  147. <widget class="QLineEdit" name="lineEdit_newFile">
  148. <property name="placeholderText">
  149. <string/>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QPushButton" name="pushButton_newFile">
  155. <property name="text">
  156. <string>选择新bin文件</string>
  157. </property>
  158. </widget>
  159. </item>
  160. </layout>
  161. </widget>
  162. <widget class="QWidget" name="verticalLayoutWidget_2">
  163. <property name="geometry">
  164. <rect>
  165. <x>269</x>
  166. <y>139</y>
  167. <width>171</width>
  168. <height>451</height>
  169. </rect>
  170. </property>
  171. <layout class="QVBoxLayout" name="verticalLayout_2">
  172. <item>
  173. <widget class="QPushButton" name="pushButton_oldFile0">
  174. <property name="text">
  175. <string>第1个旧版本bin文件</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QPushButton" name="pushButton_oldFile1">
  181. <property name="text">
  182. <string>第2个旧版本bin文件</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <widget class="QPushButton" name="pushButton_oldFile2">
  188. <property name="text">
  189. <string>第3个旧版本bin文件</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item>
  194. <widget class="QPushButton" name="pushButton_oldFile3">
  195. <property name="text">
  196. <string>第4个旧版本bin文件</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <widget class="QPushButton" name="pushButton_oldFile4">
  202. <property name="text">
  203. <string>第5个旧版本bin文件</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item>
  208. <widget class="QPushButton" name="pushButton_oldFile5">
  209. <property name="text">
  210. <string>第6个旧版本bin文件</string>
  211. </property>
  212. </widget>
  213. </item>
  214. <item>
  215. <widget class="QPushButton" name="pushButton_oldFile6">
  216. <property name="text">
  217. <string>第7个旧版本bin文件</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item>
  222. <widget class="QPushButton" name="pushButton_oldFile7">
  223. <property name="text">
  224. <string>第8个旧版本bin文件</string>
  225. </property>
  226. </widget>
  227. </item>
  228. </layout>
  229. </widget>
  230. <widget class="QWidget" name="horizontalLayoutWidget_3">
  231. <property name="geometry">
  232. <rect>
  233. <x>10</x>
  234. <y>589</y>
  235. <width>431</width>
  236. <height>51</height>
  237. </rect>
  238. </property>
  239. <layout class="QHBoxLayout" name="horizontalLayout_3">
  240. <item>
  241. <widget class="QLineEdit" name="lineEdit_pkgFile">
  242. <property name="enabled">
  243. <bool>true</bool>
  244. </property>
  245. <property name="placeholderText">
  246. <string/>
  247. </property>
  248. </widget>
  249. </item>
  250. <item>
  251. <widget class="QPushButton" name="pushButton_pkgFile">
  252. <property name="text">
  253. <string>打包bin文件</string>
  254. </property>
  255. </widget>
  256. </item>
  257. </layout>
  258. </widget>
  259. <widget class="QWidget" name="verticalLayoutWidget_3">
  260. <property name="geometry">
  261. <rect>
  262. <x>450</x>
  263. <y>130</y>
  264. <width>31</width>
  265. <height>461</height>
  266. </rect>
  267. </property>
  268. <layout class="QVBoxLayout" name="verticalLayout_3">
  269. <item>
  270. <widget class="QCheckBox" name="checkBox_old0">
  271. <property name="text">
  272. <string/>
  273. </property>
  274. <property name="checked">
  275. <bool>true</bool>
  276. </property>
  277. </widget>
  278. </item>
  279. <item>
  280. <widget class="QCheckBox" name="checkBox_old1">
  281. <property name="text">
  282. <string/>
  283. </property>
  284. <property name="checked">
  285. <bool>true</bool>
  286. </property>
  287. </widget>
  288. </item>
  289. <item>
  290. <widget class="QCheckBox" name="checkBox_old2">
  291. <property name="text">
  292. <string/>
  293. </property>
  294. <property name="checked">
  295. <bool>true</bool>
  296. </property>
  297. </widget>
  298. </item>
  299. <item>
  300. <widget class="QCheckBox" name="checkBox_old3">
  301. <property name="text">
  302. <string/>
  303. </property>
  304. <property name="checked">
  305. <bool>true</bool>
  306. </property>
  307. </widget>
  308. </item>
  309. <item>
  310. <widget class="QCheckBox" name="checkBox_old4">
  311. <property name="text">
  312. <string/>
  313. </property>
  314. <property name="checked">
  315. <bool>true</bool>
  316. </property>
  317. </widget>
  318. </item>
  319. <item>
  320. <widget class="QCheckBox" name="checkBox_old5">
  321. <property name="text">
  322. <string/>
  323. </property>
  324. <property name="checked">
  325. <bool>true</bool>
  326. </property>
  327. </widget>
  328. </item>
  329. <item>
  330. <widget class="QCheckBox" name="checkBox_old6">
  331. <property name="text">
  332. <string/>
  333. </property>
  334. <property name="checked">
  335. <bool>true</bool>
  336. </property>
  337. </widget>
  338. </item>
  339. <item>
  340. <widget class="QCheckBox" name="checkBox_old7">
  341. <property name="text">
  342. <string/>
  343. </property>
  344. <property name="checked">
  345. <bool>true</bool>
  346. </property>
  347. </widget>
  348. </item>
  349. </layout>
  350. </widget>
  351. <widget class="QWidget" name="horizontalLayoutWidget_5">
  352. <property name="geometry">
  353. <rect>
  354. <x>270</x>
  355. <y>110</y>
  356. <width>195</width>
  357. <height>31</height>
  358. </rect>
  359. </property>
  360. <layout class="QHBoxLayout" name="horizontalLayout_5">
  361. <item>
  362. <widget class="QPushButton" name="pushButton_check_none">
  363. <property name="text">
  364. <string>全不选</string>
  365. </property>
  366. </widget>
  367. </item>
  368. <item>
  369. <widget class="QPushButton" name="pushButton_check_all">
  370. <property name="text">
  371. <string>全选</string>
  372. </property>
  373. </widget>
  374. </item>
  375. </layout>
  376. </widget>
  377. </widget>
  378. <widget class="QWidget" name="horizontalLayoutWidget_4">
  379. <property name="geometry">
  380. <rect>
  381. <x>730</x>
  382. <y>30</y>
  383. <width>551</width>
  384. <height>51</height>
  385. </rect>
  386. </property>
  387. <layout class="QHBoxLayout" name="horizontalLayout_4">
  388. <item>
  389. <widget class="QPushButton" name="pushButton_pkg_create">
  390. <property name="text">
  391. <string>升级包生成</string>
  392. </property>
  393. </widget>
  394. </item>
  395. <item>
  396. <widget class="QPushButton" name="pushButton_pkg_read">
  397. <property name="text">
  398. <string>包读取</string>
  399. </property>
  400. </widget>
  401. </item>
  402. <item>
  403. <widget class="QPushButton" name="pushButton_pkg_check">
  404. <property name="text">
  405. <string>包校验</string>
  406. </property>
  407. </widget>
  408. </item>
  409. <item>
  410. <widget class="QPushButton" name="pushButton_clrLog">
  411. <property name="text">
  412. <string>清除日志</string>
  413. </property>
  414. </widget>
  415. </item>
  416. <item>
  417. <widget class="QPushButton" name="pushButton_exit">
  418. <property name="text">
  419. <string>退出</string>
  420. </property>
  421. </widget>
  422. </item>
  423. </layout>
  424. </widget>
  425. <widget class="QTextEdit" name="textEdit_log">
  426. <property name="geometry">
  427. <rect>
  428. <x>520</x>
  429. <y>80</y>
  430. <width>761</width>
  431. <height>621</height>
  432. </rect>
  433. </property>
  434. <property name="html">
  435. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  436. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  437. p, li { white-space: pre-wrap; }
  438. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  439. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;注意事项:&lt;/p&gt;
  440. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;1,文件格式必须是【.bin】;&lt;/p&gt;
  441. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;2,文件名必须以版本号结尾例如:【XXXX_01013002.bin】;&lt;/p&gt;
  442. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;3,文件大小不能超过256K字节;&lt;/p&gt;
  443. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;4,主程序路径下会自动生成初始化文件【dfotaConfig.ini】,记录相关信息以备下次使用;&lt;/p&gt;
  444. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;5,输入的,无论新/旧文件,如果尾部有20个附加字节,则会被剪掉;&lt;/p&gt;
  445. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;6,生成的打包bin文件,与new文件同路径;&lt;/p&gt;
  446. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;7,在当前路径下,生成log子目录,存放日志文件;&lt;/p&gt;
  447. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;8,在当前路径下,生成tmp子目录,存放过程临时文件;&lt;/p&gt;
  448. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;9,生成包选项:&lt;/p&gt;
  449. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; d_flag=0,z_flag=0,无差分,无压缩;只有new文件的内容,没有old文件内容&lt;/p&gt;
  450. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; d_flag=0,z_flag=1,无差分,有压缩;只有new文件的内容,没有old文件内容&lt;/p&gt;
  451. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; d_flag=1,z_flag=0,禁止选项&lt;/p&gt;
  452. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; d_flag=1,z_flag=1,有差分,有压缩;有new文件的内容,有old文件内容(最多8个old)&lt;/p&gt;
  453. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt; &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  454. </property>
  455. </widget>
  456. <widget class="QProgressBar" name="progressBar">
  457. <property name="geometry">
  458. <rect>
  459. <x>520</x>
  460. <y>710</y>
  461. <width>751</width>
  462. <height>23</height>
  463. </rect>
  464. </property>
  465. <property name="value">
  466. <number>24</number>
  467. </property>
  468. </widget>
  469. <widget class="QCheckBox" name="checkBox_d">
  470. <property name="geometry">
  471. <rect>
  472. <x>570</x>
  473. <y>40</y>
  474. <width>61</width>
  475. <height>31</height>
  476. </rect>
  477. </property>
  478. <property name="layoutDirection">
  479. <enum>Qt::RightToLeft</enum>
  480. </property>
  481. <property name="autoFillBackground">
  482. <bool>false</bool>
  483. </property>
  484. <property name="text">
  485. <string>差分</string>
  486. </property>
  487. <property name="checked">
  488. <bool>true</bool>
  489. </property>
  490. </widget>
  491. <widget class="QCheckBox" name="checkBox_z">
  492. <property name="geometry">
  493. <rect>
  494. <x>650</x>
  495. <y>40</y>
  496. <width>51</width>
  497. <height>31</height>
  498. </rect>
  499. </property>
  500. <property name="layoutDirection">
  501. <enum>Qt::RightToLeft</enum>
  502. </property>
  503. <property name="text">
  504. <string>压缩</string>
  505. </property>
  506. <property name="checked">
  507. <bool>true</bool>
  508. </property>
  509. </widget>
  510. <widget class="QLabel" name="label_bar_msg">
  511. <property name="geometry">
  512. <rect>
  513. <x>623</x>
  514. <y>705</y>
  515. <width>491</width>
  516. <height>31</height>
  517. </rect>
  518. </property>
  519. <property name="text">
  520. <string>--</string>
  521. </property>
  522. <property name="alignment">
  523. <set>Qt::AlignCenter</set>
  524. </property>
  525. </widget>
  526. <widget class="QPushButton" name="pushButton_test">
  527. <property name="enabled">
  528. <bool>false</bool>
  529. </property>
  530. <property name="geometry">
  531. <rect>
  532. <x>1180</x>
  533. <y>0</y>
  534. <width>104</width>
  535. <height>28</height>
  536. </rect>
  537. </property>
  538. <property name="text">
  539. <string>测试2</string>
  540. </property>
  541. </widget>
  542. <widget class="QLineEdit" name="lineEdit_time_string">
  543. <property name="enabled">
  544. <bool>true</bool>
  545. </property>
  546. <property name="geometry">
  547. <rect>
  548. <x>250</x>
  549. <y>0</y>
  550. <width>221</width>
  551. <height>21</height>
  552. </rect>
  553. </property>
  554. <property name="text">
  555. <string>1900-00-00 00:00:00.000</string>
  556. </property>
  557. <property name="placeholderText">
  558. <string/>
  559. </property>
  560. </widget>
  561. <widget class="QLineEdit" name="lineEdit_time_stamp">
  562. <property name="enabled">
  563. <bool>true</bool>
  564. </property>
  565. <property name="geometry">
  566. <rect>
  567. <x>120</x>
  568. <y>0</y>
  569. <width>111</width>
  570. <height>21</height>
  571. </rect>
  572. </property>
  573. <property name="text">
  574. <string>0</string>
  575. </property>
  576. <property name="placeholderText">
  577. <string/>
  578. </property>
  579. </widget>
  580. <widget class="QLabel" name="label_time_stamp">
  581. <property name="geometry">
  582. <rect>
  583. <x>10</x>
  584. <y>0</y>
  585. <width>91</width>
  586. <height>21</height>
  587. </rect>
  588. </property>
  589. <property name="text">
  590. <string>时间戳测试:</string>
  591. </property>
  592. </widget>
  593. <widget class="QPushButton" name="pushButton_crc32_test">
  594. <property name="geometry">
  595. <rect>
  596. <x>350</x>
  597. <y>40</y>
  598. <width>121</width>
  599. <height>31</height>
  600. </rect>
  601. </property>
  602. <property name="text">
  603. <string>CRC32测试</string>
  604. </property>
  605. </widget>
  606. <widget class="QLineEdit" name="lineEdit_crc32_test">
  607. <property name="enabled">
  608. <bool>true</bool>
  609. </property>
  610. <property name="geometry">
  611. <rect>
  612. <x>250</x>
  613. <y>40</y>
  614. <width>81</width>
  615. <height>31</height>
  616. </rect>
  617. </property>
  618. <property name="text">
  619. <string>4</string>
  620. </property>
  621. <property name="placeholderText">
  622. <string/>
  623. </property>
  624. </widget>
  625. <widget class="QLabel" name="label_3">
  626. <property name="geometry">
  627. <rect>
  628. <x>10</x>
  629. <y>40</y>
  630. <width>231</width>
  631. <height>29</height>
  632. </rect>
  633. </property>
  634. <property name="text">
  635. <string>STM32 CRC32测试:切掉尾部长度=</string>
  636. </property>
  637. </widget>
  638. <widget class="Line" name="line">
  639. <property name="geometry">
  640. <rect>
  641. <x>10</x>
  642. <y>20</y>
  643. <width>461</width>
  644. <height>16</height>
  645. </rect>
  646. </property>
  647. <property name="orientation">
  648. <enum>Qt::Horizontal</enum>
  649. </property>
  650. </widget>
  651. <widget class="Line" name="line_2">
  652. <property name="geometry">
  653. <rect>
  654. <x>10</x>
  655. <y>70</y>
  656. <width>461</width>
  657. <height>16</height>
  658. </rect>
  659. </property>
  660. <property name="orientation">
  661. <enum>Qt::Horizontal</enum>
  662. </property>
  663. </widget>
  664. </widget>
  665. <widget class="QMenuBar" name="menubar">
  666. <property name="geometry">
  667. <rect>
  668. <x>0</x>
  669. <y>0</y>
  670. <width>1288</width>
  671. <height>26</height>
  672. </rect>
  673. </property>
  674. <widget class="QMenu" name="menuFile">
  675. <property name="title">
  676. <string>File</string>
  677. </property>
  678. <addaction name="actionOpen"/>
  679. </widget>
  680. <addaction name="menuFile"/>
  681. </widget>
  682. <widget class="QStatusBar" name="statusbar"/>
  683. <action name="actionOpen">
  684. <property name="text">
  685. <string>Open</string>
  686. </property>
  687. </action>
  688. </widget>
  689. <resources/>
  690. <connections/>
  691. </ui>