StartGameTab.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>StartGameTab</class>
  4. <widget class="QWidget" name="StartGameTab">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>757</width>
  10. <height>372</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="gridLayout_4" columnstretch="1,1,1">
  19. <item row="0" column="2">
  20. <widget class="QToolButton" name="buttonPreset">
  21. <property name="sizePolicy">
  22. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  23. <horstretch>0</horstretch>
  24. <verstretch>0</verstretch>
  25. </sizepolicy>
  26. </property>
  27. <property name="minimumSize">
  28. <size>
  29. <width>0</width>
  30. <height>30</height>
  31. </size>
  32. </property>
  33. <property name="text">
  34. <string>Preset: %1</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item row="0" column="1">
  39. <widget class="QToolButton" name="buttonGameFiles">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="minimumSize">
  47. <size>
  48. <width>0</width>
  49. <height>30</height>
  50. </size>
  51. </property>
  52. <property name="text">
  53. <string>Game Data Files</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item row="1" column="2">
  58. <widget class="QScrollArea" name="scrollArea">
  59. <property name="widgetResizable">
  60. <bool>true</bool>
  61. </property>
  62. <widget class="QWidget" name="scrollAreaWidgetContents">
  63. <property name="geometry">
  64. <rect>
  65. <x>0</x>
  66. <y>0</y>
  67. <width>240</width>
  68. <height>206</height>
  69. </rect>
  70. </property>
  71. <layout class="QGridLayout" name="gridLayout" rowstretch="1,0,0,0,0,0,0">
  72. <item row="3" column="0">
  73. <widget class="QPushButton" name="buttonPresetImport">
  74. <property name="minimumSize">
  75. <size>
  76. <width>0</width>
  77. <height>30</height>
  78. </size>
  79. </property>
  80. <property name="maximumSize">
  81. <size>
  82. <width>16777215</width>
  83. <height>30</height>
  84. </size>
  85. </property>
  86. <property name="text">
  87. <string>Import from Clipboard</string>
  88. </property>
  89. </widget>
  90. </item>
  91. <item row="6" column="0">
  92. <spacer name="verticalSpacer">
  93. <property name="orientation">
  94. <enum>Qt::Vertical</enum>
  95. </property>
  96. <property name="sizeHint" stdset="0">
  97. <size>
  98. <width>0</width>
  99. <height>0</height>
  100. </size>
  101. </property>
  102. </spacer>
  103. </item>
  104. <item row="2" column="0">
  105. <widget class="QPushButton" name="buttonPresetExport">
  106. <property name="minimumSize">
  107. <size>
  108. <width>0</width>
  109. <height>30</height>
  110. </size>
  111. </property>
  112. <property name="maximumSize">
  113. <size>
  114. <width>16777215</width>
  115. <height>30</height>
  116. </size>
  117. </property>
  118. <property name="text">
  119. <string>Export to Clipboard</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item row="4" column="0">
  124. <widget class="QPushButton" name="buttonPresetNew">
  125. <property name="minimumSize">
  126. <size>
  127. <width>0</width>
  128. <height>30</height>
  129. </size>
  130. </property>
  131. <property name="maximumSize">
  132. <size>
  133. <width>16777215</width>
  134. <height>30</height>
  135. </size>
  136. </property>
  137. <property name="text">
  138. <string>Create New Preset</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="0" column="0">
  143. <widget class="QComboBox" name="comboBoxModPresets">
  144. <property name="minimumSize">
  145. <size>
  146. <width>0</width>
  147. <height>30</height>
  148. </size>
  149. </property>
  150. <property name="maximumSize">
  151. <size>
  152. <width>16777215</width>
  153. <height>30</height>
  154. </size>
  155. </property>
  156. <item>
  157. <property name="text">
  158. <string>Current Preset</string>
  159. </property>
  160. </item>
  161. </widget>
  162. </item>
  163. <item row="5" column="0">
  164. <widget class="QPushButton" name="buttonPresetDelete">
  165. <property name="minimumSize">
  166. <size>
  167. <width>0</width>
  168. <height>30</height>
  169. </size>
  170. </property>
  171. <property name="maximumSize">
  172. <size>
  173. <width>16777215</width>
  174. <height>30</height>
  175. </size>
  176. </property>
  177. <property name="text">
  178. <string>Delete Current Preset</string>
  179. </property>
  180. </widget>
  181. </item>
  182. </layout>
  183. </widget>
  184. </widget>
  185. </item>
  186. <item row="0" column="0">
  187. <widget class="QToolButton" name="buttonEngine">
  188. <property name="sizePolicy">
  189. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  190. <horstretch>0</horstretch>
  191. <verstretch>0</verstretch>
  192. </sizepolicy>
  193. </property>
  194. <property name="minimumSize">
  195. <size>
  196. <width>0</width>
  197. <height>30</height>
  198. </size>
  199. </property>
  200. <property name="text">
  201. <string/>
  202. </property>
  203. </widget>
  204. </item>
  205. <item row="1" column="1">
  206. <widget class="QScrollArea" name="scrollArea_2">
  207. <property name="frameShadow">
  208. <enum>QFrame::Sunken</enum>
  209. </property>
  210. <property name="widgetResizable">
  211. <bool>true</bool>
  212. </property>
  213. <widget class="QWidget" name="scrollAreaWidgetContents_2">
  214. <property name="geometry">
  215. <rect>
  216. <x>0</x>
  217. <y>0</y>
  218. <width>225</width>
  219. <height>342</height>
  220. </rect>
  221. </property>
  222. <layout class="QGridLayout" name="gridLayout_2">
  223. <item row="7" column="0">
  224. <widget class="QLabel" name="labelMissingFiles">
  225. <property name="minimumSize">
  226. <size>
  227. <width>0</width>
  228. <height>30</height>
  229. </size>
  230. </property>
  231. <property name="maximumSize">
  232. <size>
  233. <width>16777215</width>
  234. <height>30</height>
  235. </size>
  236. </property>
  237. <property name="text">
  238. <string>Unsupported or corrupted game data detected!</string>
  239. </property>
  240. <property name="wordWrap">
  241. <bool>true</bool>
  242. </property>
  243. </widget>
  244. </item>
  245. <item row="9" column="0">
  246. <spacer name="verticalSpacer_2">
  247. <property name="orientation">
  248. <enum>Qt::Vertical</enum>
  249. </property>
  250. <property name="sizeHint" stdset="0">
  251. <size>
  252. <width>0</width>
  253. <height>0</height>
  254. </size>
  255. </property>
  256. </spacer>
  257. </item>
  258. <item row="4" column="0">
  259. <widget class="QLabel" name="labelChronicles">
  260. <property name="minimumSize">
  261. <size>
  262. <width>0</width>
  263. <height>30</height>
  264. </size>
  265. </property>
  266. <property name="maximumSize">
  267. <size>
  268. <width>16777215</width>
  269. <height>30</height>
  270. </size>
  271. </property>
  272. <property name="text">
  273. <string>Heroes Chronicles:
  274. 0/8 installed</string>
  275. </property>
  276. <property name="wordWrap">
  277. <bool>true</bool>
  278. </property>
  279. </widget>
  280. </item>
  281. <item row="6" column="1">
  282. <widget class="QPushButton" name="buttonMissingVideoHelp">
  283. <property name="minimumSize">
  284. <size>
  285. <width>40</width>
  286. <height>30</height>
  287. </size>
  288. </property>
  289. <property name="maximumSize">
  290. <size>
  291. <width>40</width>
  292. <height>30</height>
  293. </size>
  294. </property>
  295. <property name="text">
  296. <string>?</string>
  297. </property>
  298. </widget>
  299. </item>
  300. <item row="5" column="1">
  301. <widget class="QPushButton" name="buttonMissingSoundtrackHelp">
  302. <property name="minimumSize">
  303. <size>
  304. <width>40</width>
  305. <height>30</height>
  306. </size>
  307. </property>
  308. <property name="maximumSize">
  309. <size>
  310. <width>40</width>
  311. <height>30</height>
  312. </size>
  313. </property>
  314. <property name="text">
  315. <string>?</string>
  316. </property>
  317. </widget>
  318. </item>
  319. <item row="1" column="0">
  320. <widget class="QPushButton" name="buttonInstallTranslation">
  321. <property name="minimumSize">
  322. <size>
  323. <width>0</width>
  324. <height>30</height>
  325. </size>
  326. </property>
  327. <property name="maximumSize">
  328. <size>
  329. <width>16777215</width>
  330. <height>30</height>
  331. </size>
  332. </property>
  333. <property name="text">
  334. <string>Install Translation</string>
  335. </property>
  336. </widget>
  337. </item>
  338. <item row="1" column="1">
  339. <widget class="QPushButton" name="buttonInstallTranslationHelp">
  340. <property name="minimumSize">
  341. <size>
  342. <width>40</width>
  343. <height>30</height>
  344. </size>
  345. </property>
  346. <property name="maximumSize">
  347. <size>
  348. <width>40</width>
  349. <height>30</height>
  350. </size>
  351. </property>
  352. <property name="text">
  353. <string>?</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item row="2" column="1">
  358. <widget class="QPushButton" name="buttonActivateTranslationHelp">
  359. <property name="minimumSize">
  360. <size>
  361. <width>40</width>
  362. <height>30</height>
  363. </size>
  364. </property>
  365. <property name="maximumSize">
  366. <size>
  367. <width>40</width>
  368. <height>30</height>
  369. </size>
  370. </property>
  371. <property name="text">
  372. <string>?</string>
  373. </property>
  374. </widget>
  375. </item>
  376. <item row="5" column="0">
  377. <widget class="QLabel" name="labelMissingSoundtrack">
  378. <property name="minimumSize">
  379. <size>
  380. <width>0</width>
  381. <height>30</height>
  382. </size>
  383. </property>
  384. <property name="maximumSize">
  385. <size>
  386. <width>16777215</width>
  387. <height>30</height>
  388. </size>
  389. </property>
  390. <property name="text">
  391. <string>No soundtrack detected!</string>
  392. </property>
  393. <property name="wordWrap">
  394. <bool>true</bool>
  395. </property>
  396. </widget>
  397. </item>
  398. <item row="7" column="1">
  399. <widget class="QPushButton" name="buttonMissingFilesHelp">
  400. <property name="minimumSize">
  401. <size>
  402. <width>40</width>
  403. <height>30</height>
  404. </size>
  405. </property>
  406. <property name="maximumSize">
  407. <size>
  408. <width>40</width>
  409. <height>30</height>
  410. </size>
  411. </property>
  412. <property name="text">
  413. <string>?</string>
  414. </property>
  415. </widget>
  416. </item>
  417. <item row="8" column="0">
  418. <widget class="QLabel" name="labelMissingCampaigns">
  419. <property name="minimumSize">
  420. <size>
  421. <width>0</width>
  422. <height>30</height>
  423. </size>
  424. </property>
  425. <property name="maximumSize">
  426. <size>
  427. <width>16777215</width>
  428. <height>30</height>
  429. </size>
  430. </property>
  431. <property name="text">
  432. <string>Armaggedon's Blade campaigns are missing!</string>
  433. </property>
  434. <property name="wordWrap">
  435. <bool>true</bool>
  436. </property>
  437. </widget>
  438. </item>
  439. <item row="0" column="1">
  440. <widget class="QPushButton" name="buttonHelpImportFiles">
  441. <property name="minimumSize">
  442. <size>
  443. <width>40</width>
  444. <height>30</height>
  445. </size>
  446. </property>
  447. <property name="maximumSize">
  448. <size>
  449. <width>40</width>
  450. <height>30</height>
  451. </size>
  452. </property>
  453. <property name="text">
  454. <string>?</string>
  455. </property>
  456. </widget>
  457. </item>
  458. <item row="4" column="1">
  459. <widget class="QPushButton" name="buttonChroniclesHelp">
  460. <property name="minimumSize">
  461. <size>
  462. <width>40</width>
  463. <height>30</height>
  464. </size>
  465. </property>
  466. <property name="maximumSize">
  467. <size>
  468. <width>40</width>
  469. <height>30</height>
  470. </size>
  471. </property>
  472. <property name="text">
  473. <string>?</string>
  474. </property>
  475. </widget>
  476. </item>
  477. <item row="6" column="0">
  478. <widget class="QLabel" name="labelMissingVideo">
  479. <property name="minimumSize">
  480. <size>
  481. <width>0</width>
  482. <height>30</height>
  483. </size>
  484. </property>
  485. <property name="maximumSize">
  486. <size>
  487. <width>16777215</width>
  488. <height>30</height>
  489. </size>
  490. </property>
  491. <property name="text">
  492. <string>No video files detected!</string>
  493. </property>
  494. <property name="wordWrap">
  495. <bool>true</bool>
  496. </property>
  497. </widget>
  498. </item>
  499. <item row="8" column="1">
  500. <widget class="QPushButton" name="buttonMissingCampaignsHelp">
  501. <property name="minimumSize">
  502. <size>
  503. <width>40</width>
  504. <height>30</height>
  505. </size>
  506. </property>
  507. <property name="maximumSize">
  508. <size>
  509. <width>40</width>
  510. <height>30</height>
  511. </size>
  512. </property>
  513. <property name="text">
  514. <string>?</string>
  515. </property>
  516. </widget>
  517. </item>
  518. <item row="2" column="0">
  519. <widget class="QPushButton" name="buttonActivateTranslation">
  520. <property name="minimumSize">
  521. <size>
  522. <width>0</width>
  523. <height>30</height>
  524. </size>
  525. </property>
  526. <property name="maximumSize">
  527. <size>
  528. <width>16777215</width>
  529. <height>30</height>
  530. </size>
  531. </property>
  532. <property name="text">
  533. <string>Activate Translation</string>
  534. </property>
  535. </widget>
  536. </item>
  537. <item row="0" column="0">
  538. <widget class="QPushButton" name="buttonImportFiles">
  539. <property name="minimumSize">
  540. <size>
  541. <width>0</width>
  542. <height>30</height>
  543. </size>
  544. </property>
  545. <property name="maximumSize">
  546. <size>
  547. <width>16777215</width>
  548. <height>30</height>
  549. </size>
  550. </property>
  551. <property name="text">
  552. <string>Import files</string>
  553. </property>
  554. </widget>
  555. </item>
  556. <item row="3" column="0">
  557. <widget class="QPushButton" name="buttonUpdateMods">
  558. <property name="minimumSize">
  559. <size>
  560. <width>0</width>
  561. <height>30</height>
  562. </size>
  563. </property>
  564. <property name="maximumSize">
  565. <size>
  566. <width>16777215</width>
  567. <height>30</height>
  568. </size>
  569. </property>
  570. <property name="text">
  571. <string>Update %1 mods</string>
  572. </property>
  573. </widget>
  574. </item>
  575. <item row="3" column="1">
  576. <widget class="QPushButton" name="buttonUpdateModsHelp">
  577. <property name="minimumSize">
  578. <size>
  579. <width>40</width>
  580. <height>30</height>
  581. </size>
  582. </property>
  583. <property name="maximumSize">
  584. <size>
  585. <width>40</width>
  586. <height>30</height>
  587. </size>
  588. </property>
  589. <property name="text">
  590. <string>?</string>
  591. </property>
  592. </widget>
  593. </item>
  594. </layout>
  595. </widget>
  596. </widget>
  597. </item>
  598. <item row="1" column="0">
  599. <widget class="QScrollArea" name="scrollArea_3">
  600. <property name="widgetResizable">
  601. <bool>true</bool>
  602. </property>
  603. <widget class="QWidget" name="scrollAreaWidgetContents_3">
  604. <property name="geometry">
  605. <rect>
  606. <x>0</x>
  607. <y>0</y>
  608. <width>240</width>
  609. <height>206</height>
  610. </rect>
  611. </property>
  612. <layout class="QGridLayout" name="gridLayout_3">
  613. <item row="6" column="0">
  614. <spacer name="verticalSpacer_3">
  615. <property name="orientation">
  616. <enum>Qt::Vertical</enum>
  617. </property>
  618. <property name="sizeHint" stdset="0">
  619. <size>
  620. <width>0</width>
  621. <height>0</height>
  622. </size>
  623. </property>
  624. </spacer>
  625. </item>
  626. <item row="1" column="0">
  627. <widget class="QLabel" name="labelUpdateAvailable">
  628. <property name="minimumSize">
  629. <size>
  630. <width>0</width>
  631. <height>30</height>
  632. </size>
  633. </property>
  634. <property name="maximumSize">
  635. <size>
  636. <width>16777215</width>
  637. <height>30</height>
  638. </size>
  639. </property>
  640. <property name="text">
  641. <string>Update to %1 available</string>
  642. </property>
  643. <property name="wordWrap">
  644. <bool>true</bool>
  645. </property>
  646. </widget>
  647. </item>
  648. <item row="2" column="0">
  649. <widget class="QPushButton" name="buttonUpdateCheck">
  650. <property name="minimumSize">
  651. <size>
  652. <width>0</width>
  653. <height>30</height>
  654. </size>
  655. </property>
  656. <property name="maximumSize">
  657. <size>
  658. <width>16777215</width>
  659. <height>30</height>
  660. </size>
  661. </property>
  662. <property name="text">
  663. <string>Check For Updates</string>
  664. </property>
  665. </widget>
  666. </item>
  667. <item row="3" column="0">
  668. <widget class="QPushButton" name="buttonOpenDownloads">
  669. <property name="minimumSize">
  670. <size>
  671. <width>0</width>
  672. <height>30</height>
  673. </size>
  674. </property>
  675. <property name="maximumSize">
  676. <size>
  677. <width>16777215</width>
  678. <height>30</height>
  679. </size>
  680. </property>
  681. <property name="text">
  682. <string>Go to Downloads Page</string>
  683. </property>
  684. </widget>
  685. </item>
  686. <item row="5" column="0">
  687. <widget class="QPushButton" name="buttonOpenChangelog">
  688. <property name="minimumSize">
  689. <size>
  690. <width>0</width>
  691. <height>30</height>
  692. </size>
  693. </property>
  694. <property name="maximumSize">
  695. <size>
  696. <width>16777215</width>
  697. <height>30</height>
  698. </size>
  699. </property>
  700. <property name="text">
  701. <string>Go to Changelog Page</string>
  702. </property>
  703. </widget>
  704. </item>
  705. <item row="0" column="0">
  706. <widget class="QLabel" name="labelUpdateNotFound">
  707. <property name="minimumSize">
  708. <size>
  709. <width>0</width>
  710. <height>30</height>
  711. </size>
  712. </property>
  713. <property name="maximumSize">
  714. <size>
  715. <width>16777215</width>
  716. <height>30</height>
  717. </size>
  718. </property>
  719. <property name="text">
  720. <string>You are using the latest version</string>
  721. </property>
  722. <property name="wordWrap">
  723. <bool>true</bool>
  724. </property>
  725. </widget>
  726. </item>
  727. </layout>
  728. </widget>
  729. </widget>
  730. </item>
  731. </layout>
  732. </item>
  733. <item>
  734. <layout class="QHBoxLayout" name="horizontalLayout">
  735. <property name="spacing">
  736. <number>9</number>
  737. </property>
  738. <item>
  739. <spacer name="horizontalSpacer">
  740. <property name="orientation">
  741. <enum>Qt::Horizontal</enum>
  742. </property>
  743. <property name="sizeHint" stdset="0">
  744. <size>
  745. <width>40</width>
  746. <height>20</height>
  747. </size>
  748. </property>
  749. </spacer>
  750. </item>
  751. <item>
  752. <widget class="QToolButton" name="buttonGameResume">
  753. <property name="sizePolicy">
  754. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  755. <horstretch>0</horstretch>
  756. <verstretch>0</verstretch>
  757. </sizepolicy>
  758. </property>
  759. <property name="minimumSize">
  760. <size>
  761. <width>80</width>
  762. <height>80</height>
  763. </size>
  764. </property>
  765. <property name="text">
  766. <string>Resume</string>
  767. </property>
  768. <property name="iconSize">
  769. <size>
  770. <width>64</width>
  771. <height>64</height>
  772. </size>
  773. </property>
  774. <property name="toolButtonStyle">
  775. <enum>Qt::ToolButtonTextUnderIcon</enum>
  776. </property>
  777. </widget>
  778. </item>
  779. <item>
  780. <widget class="QToolButton" name="buttonGameStart">
  781. <property name="sizePolicy">
  782. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  783. <horstretch>0</horstretch>
  784. <verstretch>0</verstretch>
  785. </sizepolicy>
  786. </property>
  787. <property name="minimumSize">
  788. <size>
  789. <width>100</width>
  790. <height>100</height>
  791. </size>
  792. </property>
  793. <property name="font">
  794. <font>
  795. <bold>true</bold>
  796. </font>
  797. </property>
  798. <property name="text">
  799. <string>Play</string>
  800. </property>
  801. <property name="iconSize">
  802. <size>
  803. <width>64</width>
  804. <height>64</height>
  805. </size>
  806. </property>
  807. <property name="toolButtonStyle">
  808. <enum>Qt::ToolButtonTextUnderIcon</enum>
  809. </property>
  810. </widget>
  811. </item>
  812. <item>
  813. <widget class="QToolButton" name="buttonGameEditor">
  814. <property name="sizePolicy">
  815. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  816. <horstretch>0</horstretch>
  817. <verstretch>0</verstretch>
  818. </sizepolicy>
  819. </property>
  820. <property name="minimumSize">
  821. <size>
  822. <width>80</width>
  823. <height>80</height>
  824. </size>
  825. </property>
  826. <property name="text">
  827. <string>Editor</string>
  828. </property>
  829. <property name="iconSize">
  830. <size>
  831. <width>64</width>
  832. <height>64</height>
  833. </size>
  834. </property>
  835. <property name="toolButtonStyle">
  836. <enum>Qt::ToolButtonTextUnderIcon</enum>
  837. </property>
  838. </widget>
  839. </item>
  840. <item>
  841. <spacer name="horizontalSpacer_2">
  842. <property name="orientation">
  843. <enum>Qt::Horizontal</enum>
  844. </property>
  845. <property name="sizeHint" stdset="0">
  846. <size>
  847. <width>40</width>
  848. <height>20</height>
  849. </size>
  850. </property>
  851. </spacer>
  852. </item>
  853. </layout>
  854. </item>
  855. </layout>
  856. </widget>
  857. <resources/>
  858. <connections/>
  859. </ui>