StartGameTab.ui 25 KB

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