StartGameTab.ui 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906
  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>226</width>
  30. <height>234</height>
  31. </rect>
  32. </property>
  33. <layout class="QGridLayout" name="gridLayout" rowstretch="1,0,0,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="8" 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="6" column="0">
  67. <widget class="QPushButton" name="buttonPresetRename">
  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>Rename Current Preset</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="0" column="0">
  86. <widget class="QComboBox" name="comboBoxModPresets">
  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. <item>
  100. <property name="text">
  101. <string>Current Preset</string>
  102. </property>
  103. </item>
  104. </widget>
  105. </item>
  106. <item row="4" column="0">
  107. <widget class="QPushButton" name="buttonPresetNew">
  108. <property name="minimumSize">
  109. <size>
  110. <width>0</width>
  111. <height>30</height>
  112. </size>
  113. </property>
  114. <property name="maximumSize">
  115. <size>
  116. <width>16777215</width>
  117. <height>30</height>
  118. </size>
  119. </property>
  120. <property name="text">
  121. <string>Create New Preset</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item row="2" column="0">
  126. <widget class="QPushButton" name="buttonPresetExport">
  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>Export to Clipboard</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="7" column="0">
  145. <widget class="QPushButton" name="buttonPresetDelete">
  146. <property name="minimumSize">
  147. <size>
  148. <width>0</width>
  149. <height>30</height>
  150. </size>
  151. </property>
  152. <property name="maximumSize">
  153. <size>
  154. <width>16777215</width>
  155. <height>30</height>
  156. </size>
  157. </property>
  158. <property name="text">
  159. <string>Delete Current Preset</string>
  160. </property>
  161. </widget>
  162. </item>
  163. </layout>
  164. </widget>
  165. </widget>
  166. </item>
  167. <item row="1" column="1">
  168. <widget class="QScrollArea" name="scrollArea_2">
  169. <property name="frameShadow">
  170. <enum>QFrame::Sunken</enum>
  171. </property>
  172. <property name="widgetResizable">
  173. <bool>true</bool>
  174. </property>
  175. <widget class="QWidget" name="scrollAreaWidgetContents_2">
  176. <property name="geometry">
  177. <rect>
  178. <x>0</x>
  179. <y>0</y>
  180. <width>225</width>
  181. <height>342</height>
  182. </rect>
  183. </property>
  184. <layout class="QGridLayout" name="gridLayout_2">
  185. <item row="7" column="0">
  186. <widget class="QLabel" name="labelMissingFiles">
  187. <property name="minimumSize">
  188. <size>
  189. <width>0</width>
  190. <height>30</height>
  191. </size>
  192. </property>
  193. <property name="maximumSize">
  194. <size>
  195. <width>16777215</width>
  196. <height>30</height>
  197. </size>
  198. </property>
  199. <property name="text">
  200. <string>Unsupported or corrupted game data detected!</string>
  201. </property>
  202. <property name="wordWrap">
  203. <bool>true</bool>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="9" column="0">
  208. <spacer name="verticalSpacer_2">
  209. <property name="orientation">
  210. <enum>Qt::Vertical</enum>
  211. </property>
  212. <property name="sizeHint" stdset="0">
  213. <size>
  214. <width>0</width>
  215. <height>0</height>
  216. </size>
  217. </property>
  218. </spacer>
  219. </item>
  220. <item row="4" column="0">
  221. <widget class="QLabel" name="labelChronicles">
  222. <property name="minimumSize">
  223. <size>
  224. <width>0</width>
  225. <height>30</height>
  226. </size>
  227. </property>
  228. <property name="maximumSize">
  229. <size>
  230. <width>16777215</width>
  231. <height>30</height>
  232. </size>
  233. </property>
  234. <property name="text">
  235. <string/>
  236. </property>
  237. <property name="wordWrap">
  238. <bool>true</bool>
  239. </property>
  240. </widget>
  241. </item>
  242. <item row="6" column="1">
  243. <widget class="QPushButton" name="buttonMissingVideoHelp">
  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="5" column="1">
  262. <widget class="QPushButton" name="buttonMissingSoundtrackHelp">
  263. <property name="minimumSize">
  264. <size>
  265. <width>40</width>
  266. <height>30</height>
  267. </size>
  268. </property>
  269. <property name="maximumSize">
  270. <size>
  271. <width>40</width>
  272. <height>30</height>
  273. </size>
  274. </property>
  275. <property name="text">
  276. <string>?</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="1" column="0">
  281. <widget class="QPushButton" name="buttonInstallTranslation">
  282. <property name="minimumSize">
  283. <size>
  284. <width>0</width>
  285. <height>30</height>
  286. </size>
  287. </property>
  288. <property name="maximumSize">
  289. <size>
  290. <width>16777215</width>
  291. <height>30</height>
  292. </size>
  293. </property>
  294. <property name="text">
  295. <string>Install Translation</string>
  296. </property>
  297. </widget>
  298. </item>
  299. <item row="1" column="1">
  300. <widget class="QPushButton" name="buttonInstallTranslationHelp">
  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="2" column="1">
  319. <widget class="QPushButton" name="buttonActivateTranslationHelp">
  320. <property name="minimumSize">
  321. <size>
  322. <width>40</width>
  323. <height>30</height>
  324. </size>
  325. </property>
  326. <property name="maximumSize">
  327. <size>
  328. <width>40</width>
  329. <height>30</height>
  330. </size>
  331. </property>
  332. <property name="text">
  333. <string>?</string>
  334. </property>
  335. </widget>
  336. </item>
  337. <item row="5" column="0">
  338. <widget class="QLabel" name="labelMissingSoundtrack">
  339. <property name="minimumSize">
  340. <size>
  341. <width>0</width>
  342. <height>30</height>
  343. </size>
  344. </property>
  345. <property name="maximumSize">
  346. <size>
  347. <width>16777215</width>
  348. <height>30</height>
  349. </size>
  350. </property>
  351. <property name="text">
  352. <string>No soundtrack detected!</string>
  353. </property>
  354. <property name="wordWrap">
  355. <bool>true</bool>
  356. </property>
  357. </widget>
  358. </item>
  359. <item row="7" column="1">
  360. <widget class="QPushButton" name="buttonMissingFilesHelp">
  361. <property name="minimumSize">
  362. <size>
  363. <width>40</width>
  364. <height>30</height>
  365. </size>
  366. </property>
  367. <property name="maximumSize">
  368. <size>
  369. <width>40</width>
  370. <height>30</height>
  371. </size>
  372. </property>
  373. <property name="text">
  374. <string>?</string>
  375. </property>
  376. </widget>
  377. </item>
  378. <item row="8" column="0">
  379. <widget class="QLabel" name="labelMissingCampaigns">
  380. <property name="minimumSize">
  381. <size>
  382. <width>0</width>
  383. <height>30</height>
  384. </size>
  385. </property>
  386. <property name="maximumSize">
  387. <size>
  388. <width>16777215</width>
  389. <height>30</height>
  390. </size>
  391. </property>
  392. <property name="text">
  393. <string>Armaggedon's Blade campaigns are missing!</string>
  394. </property>
  395. <property name="wordWrap">
  396. <bool>true</bool>
  397. </property>
  398. </widget>
  399. </item>
  400. <item row="0" column="1">
  401. <widget class="QPushButton" name="buttonHelpImportFiles">
  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="4" column="1">
  420. <widget class="QPushButton" name="buttonChroniclesHelp">
  421. <property name="minimumSize">
  422. <size>
  423. <width>40</width>
  424. <height>30</height>
  425. </size>
  426. </property>
  427. <property name="maximumSize">
  428. <size>
  429. <width>40</width>
  430. <height>30</height>
  431. </size>
  432. </property>
  433. <property name="text">
  434. <string>?</string>
  435. </property>
  436. </widget>
  437. </item>
  438. <item row="6" column="0">
  439. <widget class="QLabel" name="labelMissingVideo">
  440. <property name="minimumSize">
  441. <size>
  442. <width>0</width>
  443. <height>30</height>
  444. </size>
  445. </property>
  446. <property name="maximumSize">
  447. <size>
  448. <width>16777215</width>
  449. <height>30</height>
  450. </size>
  451. </property>
  452. <property name="text">
  453. <string>No video files detected!</string>
  454. </property>
  455. <property name="wordWrap">
  456. <bool>true</bool>
  457. </property>
  458. </widget>
  459. </item>
  460. <item row="8" column="1">
  461. <widget class="QPushButton" name="buttonMissingCampaignsHelp">
  462. <property name="minimumSize">
  463. <size>
  464. <width>40</width>
  465. <height>30</height>
  466. </size>
  467. </property>
  468. <property name="maximumSize">
  469. <size>
  470. <width>40</width>
  471. <height>30</height>
  472. </size>
  473. </property>
  474. <property name="text">
  475. <string>?</string>
  476. </property>
  477. </widget>
  478. </item>
  479. <item row="2" column="0">
  480. <widget class="QPushButton" name="buttonActivateTranslation">
  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>Activate Translation</string>
  495. </property>
  496. </widget>
  497. </item>
  498. <item row="0" column="0">
  499. <widget class="QPushButton" name="buttonImportFiles">
  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>Import files</string>
  514. </property>
  515. </widget>
  516. </item>
  517. <item row="3" column="0">
  518. <widget class="QPushButton" name="buttonUpdateMods">
  519. <property name="minimumSize">
  520. <size>
  521. <width>0</width>
  522. <height>30</height>
  523. </size>
  524. </property>
  525. <property name="maximumSize">
  526. <size>
  527. <width>16777215</width>
  528. <height>30</height>
  529. </size>
  530. </property>
  531. <property name="text">
  532. <string/>
  533. </property>
  534. </widget>
  535. </item>
  536. <item row="3" column="1">
  537. <widget class="QPushButton" name="buttonUpdateModsHelp">
  538. <property name="minimumSize">
  539. <size>
  540. <width>40</width>
  541. <height>30</height>
  542. </size>
  543. </property>
  544. <property name="maximumSize">
  545. <size>
  546. <width>40</width>
  547. <height>30</height>
  548. </size>
  549. </property>
  550. <property name="text">
  551. <string>?</string>
  552. </property>
  553. </widget>
  554. </item>
  555. </layout>
  556. </widget>
  557. </widget>
  558. </item>
  559. <item row="1" column="0">
  560. <widget class="QScrollArea" name="scrollArea_3">
  561. <property name="widgetResizable">
  562. <bool>true</bool>
  563. </property>
  564. <widget class="QWidget" name="scrollAreaWidgetContents_3">
  565. <property name="geometry">
  566. <rect>
  567. <x>0</x>
  568. <y>0</y>
  569. <width>240</width>
  570. <height>222</height>
  571. </rect>
  572. </property>
  573. <layout class="QGridLayout" name="gridLayout_3">
  574. <item row="6" column="0">
  575. <spacer name="verticalSpacer_3">
  576. <property name="orientation">
  577. <enum>Qt::Vertical</enum>
  578. </property>
  579. <property name="sizeHint" stdset="0">
  580. <size>
  581. <width>0</width>
  582. <height>0</height>
  583. </size>
  584. </property>
  585. </spacer>
  586. </item>
  587. <item row="1" column="0">
  588. <widget class="QLabel" name="labelUpdateAvailable">
  589. <property name="minimumSize">
  590. <size>
  591. <width>0</width>
  592. <height>30</height>
  593. </size>
  594. </property>
  595. <property name="maximumSize">
  596. <size>
  597. <width>16777215</width>
  598. <height>30</height>
  599. </size>
  600. </property>
  601. <property name="text">
  602. <string/>
  603. </property>
  604. <property name="wordWrap">
  605. <bool>true</bool>
  606. </property>
  607. </widget>
  608. </item>
  609. <item row="2" column="0">
  610. <widget class="QPushButton" name="buttonUpdateCheck">
  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>Check For Updates</string>
  625. </property>
  626. </widget>
  627. </item>
  628. <item row="3" column="0">
  629. <widget class="QPushButton" name="buttonOpenDownloads">
  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 Downloads Page</string>
  644. </property>
  645. </widget>
  646. </item>
  647. <item row="5" column="0">
  648. <widget class="QPushButton" name="buttonOpenChangelog">
  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>Go to Changelog Page</string>
  663. </property>
  664. </widget>
  665. </item>
  666. <item row="0" column="0">
  667. <widget class="QLabel" name="labelUpdateNotFound">
  668. <property name="minimumSize">
  669. <size>
  670. <width>0</width>
  671. <height>30</height>
  672. </size>
  673. </property>
  674. <property name="maximumSize">
  675. <size>
  676. <width>16777215</width>
  677. <height>30</height>
  678. </size>
  679. </property>
  680. <property name="text">
  681. <string>You are using the latest version</string>
  682. </property>
  683. <property name="wordWrap">
  684. <bool>true</bool>
  685. </property>
  686. </widget>
  687. </item>
  688. </layout>
  689. </widget>
  690. </widget>
  691. </item>
  692. <item row="0" column="0">
  693. <widget class="QLabel" name="labelTitleEngine">
  694. <property name="font">
  695. <font>
  696. <bold>true</bold>
  697. </font>
  698. </property>
  699. <property name="text">
  700. <string/>
  701. </property>
  702. <property name="wordWrap">
  703. <bool>true</bool>
  704. </property>
  705. <property name="indent">
  706. <number>6</number>
  707. </property>
  708. </widget>
  709. </item>
  710. <item row="0" column="1">
  711. <widget class="QLabel" name="labelTitleDataFiles">
  712. <property name="font">
  713. <font>
  714. <bold>true</bold>
  715. </font>
  716. </property>
  717. <property name="text">
  718. <string>Game Data Files</string>
  719. </property>
  720. <property name="wordWrap">
  721. <bool>true</bool>
  722. </property>
  723. <property name="indent">
  724. <number>6</number>
  725. </property>
  726. </widget>
  727. </item>
  728. <item row="0" column="2">
  729. <widget class="QLabel" name="labelTitleModPreset">
  730. <property name="font">
  731. <font>
  732. <bold>true</bold>
  733. </font>
  734. </property>
  735. <property name="text">
  736. <string>Mod Preset</string>
  737. </property>
  738. <property name="wordWrap">
  739. <bool>true</bool>
  740. </property>
  741. <property name="indent">
  742. <number>6</number>
  743. </property>
  744. </widget>
  745. </item>
  746. </layout>
  747. </item>
  748. <item>
  749. <layout class="QHBoxLayout" name="horizontalLayout">
  750. <property name="spacing">
  751. <number>9</number>
  752. </property>
  753. <item>
  754. <spacer name="horizontalSpacer">
  755. <property name="orientation">
  756. <enum>Qt::Horizontal</enum>
  757. </property>
  758. <property name="sizeHint" stdset="0">
  759. <size>
  760. <width>40</width>
  761. <height>20</height>
  762. </size>
  763. </property>
  764. </spacer>
  765. </item>
  766. <item>
  767. <widget class="QToolButton" name="buttonGameResume">
  768. <property name="sizePolicy">
  769. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  770. <horstretch>0</horstretch>
  771. <verstretch>0</verstretch>
  772. </sizepolicy>
  773. </property>
  774. <property name="minimumSize">
  775. <size>
  776. <width>64</width>
  777. <height>64</height>
  778. </size>
  779. </property>
  780. <property name="text">
  781. <string>Resume</string>
  782. </property>
  783. <property name="iconSize">
  784. <size>
  785. <width>48</width>
  786. <height>48</height>
  787. </size>
  788. </property>
  789. <property name="toolButtonStyle">
  790. <enum>Qt::ToolButtonTextUnderIcon</enum>
  791. </property>
  792. </widget>
  793. </item>
  794. <item>
  795. <spacer name="horizontalSpacer_4">
  796. <property name="orientation">
  797. <enum>Qt::Horizontal</enum>
  798. </property>
  799. <property name="sizeType">
  800. <enum>QSizePolicy::Fixed</enum>
  801. </property>
  802. <property name="sizeHint" stdset="0">
  803. <size>
  804. <width>20</width>
  805. <height>20</height>
  806. </size>
  807. </property>
  808. </spacer>
  809. </item>
  810. <item>
  811. <widget class="QToolButton" name="buttonGameStart">
  812. <property name="sizePolicy">
  813. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  814. <horstretch>0</horstretch>
  815. <verstretch>0</verstretch>
  816. </sizepolicy>
  817. </property>
  818. <property name="minimumSize">
  819. <size>
  820. <width>100</width>
  821. <height>100</height>
  822. </size>
  823. </property>
  824. <property name="font">
  825. <font>
  826. <bold>true</bold>
  827. </font>
  828. </property>
  829. <property name="text">
  830. <string>Play</string>
  831. </property>
  832. <property name="iconSize">
  833. <size>
  834. <width>64</width>
  835. <height>64</height>
  836. </size>
  837. </property>
  838. <property name="toolButtonStyle">
  839. <enum>Qt::ToolButtonTextUnderIcon</enum>
  840. </property>
  841. </widget>
  842. </item>
  843. <item>
  844. <spacer name="horizontalSpacer_3">
  845. <property name="orientation">
  846. <enum>Qt::Horizontal</enum>
  847. </property>
  848. <property name="sizeType">
  849. <enum>QSizePolicy::Fixed</enum>
  850. </property>
  851. <property name="sizeHint" stdset="0">
  852. <size>
  853. <width>20</width>
  854. <height>20</height>
  855. </size>
  856. </property>
  857. </spacer>
  858. </item>
  859. <item>
  860. <widget class="QToolButton" name="buttonGameEditor">
  861. <property name="sizePolicy">
  862. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  863. <horstretch>0</horstretch>
  864. <verstretch>0</verstretch>
  865. </sizepolicy>
  866. </property>
  867. <property name="minimumSize">
  868. <size>
  869. <width>64</width>
  870. <height>64</height>
  871. </size>
  872. </property>
  873. <property name="text">
  874. <string>Editor</string>
  875. </property>
  876. <property name="iconSize">
  877. <size>
  878. <width>48</width>
  879. <height>48</height>
  880. </size>
  881. </property>
  882. <property name="toolButtonStyle">
  883. <enum>Qt::ToolButtonTextUnderIcon</enum>
  884. </property>
  885. </widget>
  886. </item>
  887. <item>
  888. <spacer name="horizontalSpacer_2">
  889. <property name="orientation">
  890. <enum>Qt::Horizontal</enum>
  891. </property>
  892. <property name="sizeHint" stdset="0">
  893. <size>
  894. <width>40</width>
  895. <height>20</height>
  896. </size>
  897. </property>
  898. </spacer>
  899. </item>
  900. </layout>
  901. </item>
  902. </layout>
  903. </widget>
  904. <resources/>
  905. <connections/>
  906. </ui>