windownewmap.ui 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>WindowNewMap</class>
  4. <widget class="QDialog" name="WindowNewMap">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>444</width>
  10. <height>445</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>390</width>
  22. <height>351</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>999</width>
  28. <height>999</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Create new map</string>
  33. </property>
  34. <property name="modal">
  35. <bool>false</bool>
  36. </property>
  37. <widget class="QGroupBox" name="groupBox">
  38. <property name="geometry">
  39. <rect>
  40. <x>10</x>
  41. <y>20</y>
  42. <width>291</width>
  43. <height>91</height>
  44. </rect>
  45. </property>
  46. <property name="title">
  47. <string>Map size</string>
  48. </property>
  49. <widget class="QWidget" name="layoutWidget1">
  50. <property name="geometry">
  51. <rect>
  52. <x>0</x>
  53. <y>20</y>
  54. <width>261</width>
  55. <height>68</height>
  56. </rect>
  57. </property>
  58. <layout class="QGridLayout" name="gridLayout_2" columnstretch="1,0,0">
  59. <item row="1" column="0">
  60. <widget class="QCheckBox" name="twoLevelCheck">
  61. <property name="text">
  62. <string>Two level map</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="2">
  67. <widget class="QLineEdit" name="widthTxt">
  68. <property name="inputMethodHints">
  69. <set>Qt::ImhDigitsOnly</set>
  70. </property>
  71. <property name="text">
  72. <string notr="true">36</string>
  73. </property>
  74. <property name="maxLength">
  75. <number>3</number>
  76. </property>
  77. </widget>
  78. </item>
  79. <item row="1" column="1">
  80. <widget class="QLabel" name="label_2">
  81. <property name="text">
  82. <string>Height</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item row="1" column="2">
  87. <widget class="QLineEdit" name="heightTxt">
  88. <property name="inputMethodHints">
  89. <set>Qt::ImhDigitsOnly</set>
  90. </property>
  91. <property name="text">
  92. <string notr="true">36</string>
  93. </property>
  94. <property name="maxLength">
  95. <number>3</number>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="0" column="1">
  100. <widget class="QLabel" name="label">
  101. <property name="minimumSize">
  102. <size>
  103. <width>48</width>
  104. <height>0</height>
  105. </size>
  106. </property>
  107. <property name="maximumSize">
  108. <size>
  109. <width>96</width>
  110. <height>16777215</height>
  111. </size>
  112. </property>
  113. <property name="text">
  114. <string>Width</string>
  115. </property>
  116. </widget>
  117. </item>
  118. <item row="0" column="0">
  119. <layout class="QHBoxLayout" name="horizontalLayout_4">
  120. <item>
  121. <spacer name="horizontalSpacer_5">
  122. <property name="orientation">
  123. <enum>Qt::Horizontal</enum>
  124. </property>
  125. <property name="sizeType">
  126. <enum>QSizePolicy::Fixed</enum>
  127. </property>
  128. <property name="sizeHint" stdset="0">
  129. <size>
  130. <width>8</width>
  131. <height>20</height>
  132. </size>
  133. </property>
  134. </spacer>
  135. </item>
  136. <item>
  137. <widget class="QComboBox" name="sizeCombo">
  138. <property name="minimumSize">
  139. <size>
  140. <width>96</width>
  141. <height>0</height>
  142. </size>
  143. </property>
  144. <property name="maximumSize">
  145. <size>
  146. <width>120</width>
  147. <height>16777215</height>
  148. </size>
  149. </property>
  150. <item>
  151. <property name="text">
  152. <string>S (36x36)</string>
  153. </property>
  154. </item>
  155. <item>
  156. <property name="text">
  157. <string>M (72x72)</string>
  158. </property>
  159. </item>
  160. <item>
  161. <property name="text">
  162. <string>L (108x108)</string>
  163. </property>
  164. </item>
  165. <item>
  166. <property name="text">
  167. <string>XL (144x144)</string>
  168. </property>
  169. </item>
  170. </widget>
  171. </item>
  172. </layout>
  173. </item>
  174. </layout>
  175. </widget>
  176. </widget>
  177. <widget class="QGroupBox" name="groupBox_5">
  178. <property name="geometry">
  179. <rect>
  180. <x>10</x>
  181. <y>140</y>
  182. <width>431</width>
  183. <height>301</height>
  184. </rect>
  185. </property>
  186. <property name="sizePolicy">
  187. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  188. <horstretch>0</horstretch>
  189. <verstretch>0</verstretch>
  190. </sizepolicy>
  191. </property>
  192. <property name="title">
  193. <string>Random map</string>
  194. </property>
  195. <widget class="QGroupBox" name="groupBox_2">
  196. <property name="geometry">
  197. <rect>
  198. <x>10</x>
  199. <y>20</y>
  200. <width>411</width>
  201. <height>91</height>
  202. </rect>
  203. </property>
  204. <property name="title">
  205. <string>Players</string>
  206. </property>
  207. <widget class="QWidget" name="layoutWidget2">
  208. <property name="geometry">
  209. <rect>
  210. <x>10</x>
  211. <y>20</y>
  212. <width>391</width>
  213. <height>68</height>
  214. </rect>
  215. </property>
  216. <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,0,0,1">
  217. <item row="0" column="3">
  218. <widget class="QComboBox" name="humanTeamsCombo">
  219. <property name="minimumSize">
  220. <size>
  221. <width>48</width>
  222. <height>0</height>
  223. </size>
  224. </property>
  225. <property name="maximumSize">
  226. <size>
  227. <width>64</width>
  228. <height>16777215</height>
  229. </size>
  230. </property>
  231. <property name="currentText">
  232. <string notr="true">0</string>
  233. </property>
  234. <item>
  235. <property name="text">
  236. <string notr="true">0</string>
  237. </property>
  238. </item>
  239. </widget>
  240. </item>
  241. <item row="1" column="3">
  242. <widget class="QComboBox" name="cpuTeamsCombo">
  243. <property name="currentText">
  244. <string notr="true">0</string>
  245. </property>
  246. <item>
  247. <property name="text">
  248. <string notr="true">0</string>
  249. </property>
  250. </item>
  251. </widget>
  252. </item>
  253. <item row="0" column="0">
  254. <widget class="QLabel" name="label_3">
  255. <property name="minimumSize">
  256. <size>
  257. <width>96</width>
  258. <height>0</height>
  259. </size>
  260. </property>
  261. <property name="maximumSize">
  262. <size>
  263. <width>120</width>
  264. <height>16777215</height>
  265. </size>
  266. </property>
  267. <property name="text">
  268. <string>Human/Computer</string>
  269. </property>
  270. </widget>
  271. </item>
  272. <item row="0" column="1">
  273. <widget class="QComboBox" name="humanCombo">
  274. <property name="minimumSize">
  275. <size>
  276. <width>96</width>
  277. <height>0</height>
  278. </size>
  279. </property>
  280. <property name="maximumSize">
  281. <size>
  282. <width>120</width>
  283. <height>16777215</height>
  284. </size>
  285. </property>
  286. <item>
  287. <property name="text">
  288. <string>Random</string>
  289. </property>
  290. </item>
  291. <item>
  292. <property name="text">
  293. <string notr="true">1</string>
  294. </property>
  295. </item>
  296. <item>
  297. <property name="text">
  298. <string notr="true">2</string>
  299. </property>
  300. </item>
  301. <item>
  302. <property name="text">
  303. <string notr="true">3</string>
  304. </property>
  305. </item>
  306. <item>
  307. <property name="text">
  308. <string notr="true">4</string>
  309. </property>
  310. </item>
  311. <item>
  312. <property name="text">
  313. <string notr="true">5</string>
  314. </property>
  315. </item>
  316. <item>
  317. <property name="text">
  318. <string notr="true">6</string>
  319. </property>
  320. </item>
  321. <item>
  322. <property name="text">
  323. <string notr="true">7</string>
  324. </property>
  325. </item>
  326. <item>
  327. <property name="text">
  328. <string notr="true">8</string>
  329. </property>
  330. </item>
  331. </widget>
  332. </item>
  333. <item row="1" column="0">
  334. <widget class="QLabel" name="label_4">
  335. <property name="text">
  336. <string>Computer only</string>
  337. </property>
  338. </widget>
  339. </item>
  340. <item row="0" column="2">
  341. <spacer name="horizontalSpacer_3">
  342. <property name="orientation">
  343. <enum>Qt::Horizontal</enum>
  344. </property>
  345. <property name="sizeHint" stdset="0">
  346. <size>
  347. <width>40</width>
  348. <height>20</height>
  349. </size>
  350. </property>
  351. </spacer>
  352. </item>
  353. <item row="1" column="1">
  354. <widget class="QComboBox" name="cpuCombo">
  355. <item>
  356. <property name="text">
  357. <string>Random</string>
  358. </property>
  359. </item>
  360. <item>
  361. <property name="text">
  362. <string notr="true">0</string>
  363. </property>
  364. </item>
  365. <item>
  366. <property name="text">
  367. <string notr="true">1</string>
  368. </property>
  369. </item>
  370. <item>
  371. <property name="text">
  372. <string notr="true">2</string>
  373. </property>
  374. </item>
  375. <item>
  376. <property name="text">
  377. <string notr="true">3</string>
  378. </property>
  379. </item>
  380. <item>
  381. <property name="text">
  382. <string notr="true">4</string>
  383. </property>
  384. </item>
  385. <item>
  386. <property name="text">
  387. <string notr="true">5</string>
  388. </property>
  389. </item>
  390. <item>
  391. <property name="text">
  392. <string notr="true">6</string>
  393. </property>
  394. </item>
  395. <item>
  396. <property name="text">
  397. <string notr="true">7</string>
  398. </property>
  399. </item>
  400. </widget>
  401. </item>
  402. <item row="1" column="4">
  403. <spacer name="horizontalSpacer_4">
  404. <property name="orientation">
  405. <enum>Qt::Horizontal</enum>
  406. </property>
  407. <property name="sizeHint" stdset="0">
  408. <size>
  409. <width>40</width>
  410. <height>20</height>
  411. </size>
  412. </property>
  413. </spacer>
  414. </item>
  415. </layout>
  416. </widget>
  417. </widget>
  418. <widget class="QGroupBox" name="groupBox_4">
  419. <property name="geometry">
  420. <rect>
  421. <x>10</x>
  422. <y>170</y>
  423. <width>411</width>
  424. <height>51</height>
  425. </rect>
  426. </property>
  427. <property name="title">
  428. <string>Monster strength</string>
  429. </property>
  430. <widget class="QWidget" name="layoutWidget3">
  431. <property name="geometry">
  432. <rect>
  433. <x>0</x>
  434. <y>20</y>
  435. <width>411</width>
  436. <height>26</height>
  437. </rect>
  438. </property>
  439. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,1,1,1,1">
  440. <item>
  441. <widget class="QRadioButton" name="monsterOpt1">
  442. <property name="sizePolicy">
  443. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  444. <horstretch>0</horstretch>
  445. <verstretch>0</verstretch>
  446. </sizepolicy>
  447. </property>
  448. <property name="maximumSize">
  449. <size>
  450. <width>16777215</width>
  451. <height>16777215</height>
  452. </size>
  453. </property>
  454. <property name="text">
  455. <string>Random</string>
  456. </property>
  457. <property name="checked">
  458. <bool>true</bool>
  459. </property>
  460. </widget>
  461. </item>
  462. <item>
  463. <widget class="QRadioButton" name="monsterOpt2">
  464. <property name="sizePolicy">
  465. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  466. <horstretch>0</horstretch>
  467. <verstretch>0</verstretch>
  468. </sizepolicy>
  469. </property>
  470. <property name="maximumSize">
  471. <size>
  472. <width>120</width>
  473. <height>16777215</height>
  474. </size>
  475. </property>
  476. <property name="text">
  477. <string>Weak</string>
  478. </property>
  479. </widget>
  480. </item>
  481. <item>
  482. <widget class="QRadioButton" name="monsterOpt3">
  483. <property name="sizePolicy">
  484. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  485. <horstretch>0</horstretch>
  486. <verstretch>0</verstretch>
  487. </sizepolicy>
  488. </property>
  489. <property name="maximumSize">
  490. <size>
  491. <width>120</width>
  492. <height>16777215</height>
  493. </size>
  494. </property>
  495. <property name="text">
  496. <string>Normal</string>
  497. </property>
  498. </widget>
  499. </item>
  500. <item>
  501. <widget class="QRadioButton" name="monsterOpt4">
  502. <property name="sizePolicy">
  503. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  504. <horstretch>0</horstretch>
  505. <verstretch>0</verstretch>
  506. </sizepolicy>
  507. </property>
  508. <property name="maximumSize">
  509. <size>
  510. <width>120</width>
  511. <height>16777215</height>
  512. </size>
  513. </property>
  514. <property name="text">
  515. <string>Strong</string>
  516. </property>
  517. </widget>
  518. </item>
  519. <item>
  520. <spacer name="horizontalSpacer_2">
  521. <property name="sizePolicy">
  522. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  523. <horstretch>0</horstretch>
  524. <verstretch>0</verstretch>
  525. </sizepolicy>
  526. </property>
  527. <property name="maximumSize">
  528. <size>
  529. <width>16777215</width>
  530. <height>16777215</height>
  531. </size>
  532. </property>
  533. <property name="orientation">
  534. <enum>Qt::Horizontal</enum>
  535. </property>
  536. <property name="sizeHint" stdset="0">
  537. <size>
  538. <width>40</width>
  539. <height>20</height>
  540. </size>
  541. </property>
  542. </spacer>
  543. </item>
  544. </layout>
  545. </widget>
  546. </widget>
  547. <widget class="QGroupBox" name="groupBox_3">
  548. <property name="geometry">
  549. <rect>
  550. <x>10</x>
  551. <y>120</y>
  552. <width>411</width>
  553. <height>51</height>
  554. </rect>
  555. </property>
  556. <property name="sizePolicy">
  557. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  558. <horstretch>0</horstretch>
  559. <verstretch>0</verstretch>
  560. </sizepolicy>
  561. </property>
  562. <property name="maximumSize">
  563. <size>
  564. <width>480</width>
  565. <height>96</height>
  566. </size>
  567. </property>
  568. <property name="title">
  569. <string>Water content</string>
  570. </property>
  571. <widget class="QWidget" name="layoutWidget4">
  572. <property name="geometry">
  573. <rect>
  574. <x>0</x>
  575. <y>20</y>
  576. <width>411</width>
  577. <height>26</height>
  578. </rect>
  579. </property>
  580. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="1,1,1,1,1">
  581. <item>
  582. <widget class="QRadioButton" name="waterOpt1">
  583. <property name="sizePolicy">
  584. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  585. <horstretch>0</horstretch>
  586. <verstretch>0</verstretch>
  587. </sizepolicy>
  588. </property>
  589. <property name="maximumSize">
  590. <size>
  591. <width>144</width>
  592. <height>96</height>
  593. </size>
  594. </property>
  595. <property name="text">
  596. <string>Random</string>
  597. </property>
  598. <property name="checked">
  599. <bool>true</bool>
  600. </property>
  601. </widget>
  602. </item>
  603. <item>
  604. <widget class="QRadioButton" name="waterOpt2">
  605. <property name="sizePolicy">
  606. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  607. <horstretch>0</horstretch>
  608. <verstretch>0</verstretch>
  609. </sizepolicy>
  610. </property>
  611. <property name="maximumSize">
  612. <size>
  613. <width>144</width>
  614. <height>96</height>
  615. </size>
  616. </property>
  617. <property name="text">
  618. <string>None</string>
  619. </property>
  620. </widget>
  621. </item>
  622. <item>
  623. <widget class="QRadioButton" name="waterOpt3">
  624. <property name="sizePolicy">
  625. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  626. <horstretch>0</horstretch>
  627. <verstretch>0</verstretch>
  628. </sizepolicy>
  629. </property>
  630. <property name="maximumSize">
  631. <size>
  632. <width>144</width>
  633. <height>96</height>
  634. </size>
  635. </property>
  636. <property name="text">
  637. <string>Normal</string>
  638. </property>
  639. </widget>
  640. </item>
  641. <item>
  642. <widget class="QRadioButton" name="waterOpt4">
  643. <property name="sizePolicy">
  644. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  645. <horstretch>0</horstretch>
  646. <verstretch>0</verstretch>
  647. </sizepolicy>
  648. </property>
  649. <property name="maximumSize">
  650. <size>
  651. <width>144</width>
  652. <height>96</height>
  653. </size>
  654. </property>
  655. <property name="text">
  656. <string>Islands</string>
  657. </property>
  658. </widget>
  659. </item>
  660. <item>
  661. <spacer name="horizontalSpacer">
  662. <property name="orientation">
  663. <enum>Qt::Horizontal</enum>
  664. </property>
  665. <property name="sizeHint" stdset="0">
  666. <size>
  667. <width>40</width>
  668. <height>20</height>
  669. </size>
  670. </property>
  671. </spacer>
  672. </item>
  673. </layout>
  674. </widget>
  675. </widget>
  676. <widget class="QWidget" name="layoutWidget5">
  677. <property name="geometry">
  678. <rect>
  679. <x>10</x>
  680. <y>230</y>
  681. <width>411</width>
  682. <height>32</height>
  683. </rect>
  684. </property>
  685. <layout class="QHBoxLayout" name="horizontalLayout_3">
  686. <item>
  687. <widget class="QLabel" name="label_5">
  688. <property name="sizePolicy">
  689. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  690. <horstretch>0</horstretch>
  691. <verstretch>0</verstretch>
  692. </sizepolicy>
  693. </property>
  694. <property name="maximumSize">
  695. <size>
  696. <width>120</width>
  697. <height>16777215</height>
  698. </size>
  699. </property>
  700. <property name="text">
  701. <string>Template</string>
  702. </property>
  703. </widget>
  704. </item>
  705. <item>
  706. <widget class="QComboBox" name="templateCombo">
  707. <property name="enabled">
  708. <bool>false</bool>
  709. </property>
  710. <property name="currentText">
  711. <string notr="true"/>
  712. </property>
  713. <property name="currentIndex">
  714. <number>-1</number>
  715. </property>
  716. </widget>
  717. </item>
  718. </layout>
  719. </widget>
  720. <widget class="QLineEdit" name="lineSeed">
  721. <property name="enabled">
  722. <bool>false</bool>
  723. </property>
  724. <property name="geometry">
  725. <rect>
  726. <x>280</x>
  727. <y>270</y>
  728. <width>131</width>
  729. <height>21</height>
  730. </rect>
  731. </property>
  732. <property name="inputMethodHints">
  733. <set>Qt::ImhDigitsOnly</set>
  734. </property>
  735. <property name="text">
  736. <string>0</string>
  737. </property>
  738. </widget>
  739. <widget class="QCheckBox" name="checkSeed">
  740. <property name="geometry">
  741. <rect>
  742. <x>110</x>
  743. <y>270</y>
  744. <width>161</width>
  745. <height>20</height>
  746. </rect>
  747. </property>
  748. <property name="text">
  749. <string>Custom seed</string>
  750. </property>
  751. </widget>
  752. </widget>
  753. <widget class="QCheckBox" name="randomMapCheck">
  754. <property name="geometry">
  755. <rect>
  756. <x>10</x>
  757. <y>120</y>
  758. <width>291</width>
  759. <height>20</height>
  760. </rect>
  761. </property>
  762. <property name="text">
  763. <string>Generate random map</string>
  764. </property>
  765. </widget>
  766. <widget class="QWidget" name="layoutWidget6">
  767. <property name="geometry">
  768. <rect>
  769. <x>310</x>
  770. <y>20</y>
  771. <width>111</width>
  772. <height>101</height>
  773. </rect>
  774. </property>
  775. <layout class="QVBoxLayout" name="verticalLayout">
  776. <item>
  777. <widget class="QPushButton" name="okButton">
  778. <property name="sizePolicy">
  779. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  780. <horstretch>0</horstretch>
  781. <verstretch>0</verstretch>
  782. </sizepolicy>
  783. </property>
  784. <property name="minimumSize">
  785. <size>
  786. <width>0</width>
  787. <height>36</height>
  788. </size>
  789. </property>
  790. <property name="maximumSize">
  791. <size>
  792. <width>16777215</width>
  793. <height>36</height>
  794. </size>
  795. </property>
  796. <property name="text">
  797. <string>Ok</string>
  798. </property>
  799. </widget>
  800. </item>
  801. <item>
  802. <widget class="QPushButton" name="cancelButton">
  803. <property name="sizePolicy">
  804. <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
  805. <horstretch>0</horstretch>
  806. <verstretch>0</verstretch>
  807. </sizepolicy>
  808. </property>
  809. <property name="maximumSize">
  810. <size>
  811. <width>16777215</width>
  812. <height>36</height>
  813. </size>
  814. </property>
  815. <property name="text">
  816. <string>Cancel</string>
  817. </property>
  818. </widget>
  819. </item>
  820. </layout>
  821. </widget>
  822. </widget>
  823. <resources/>
  824. <connections/>
  825. </ui>