StartGameTab.ui 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890
  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/>
  274. </property>
  275. <property name="wordWrap">
  276. <bool>true</bool>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="6" column="1">
  281. <widget class="QPushButton" name="buttonMissingVideoHelp">
  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="5" column="1">
  300. <widget class="QPushButton" name="buttonMissingSoundtrackHelp">
  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="1" column="0">
  319. <widget class="QPushButton" name="buttonInstallTranslation">
  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>Install Translation</string>
  334. </property>
  335. </widget>
  336. </item>
  337. <item row="1" column="1">
  338. <widget class="QPushButton" name="buttonInstallTranslationHelp">
  339. <property name="minimumSize">
  340. <size>
  341. <width>40</width>
  342. <height>30</height>
  343. </size>
  344. </property>
  345. <property name="maximumSize">
  346. <size>
  347. <width>40</width>
  348. <height>30</height>
  349. </size>
  350. </property>
  351. <property name="text">
  352. <string>?</string>
  353. </property>
  354. </widget>
  355. </item>
  356. <item row="2" column="1">
  357. <widget class="QPushButton" name="buttonActivateTranslationHelp">
  358. <property name="minimumSize">
  359. <size>
  360. <width>40</width>
  361. <height>30</height>
  362. </size>
  363. </property>
  364. <property name="maximumSize">
  365. <size>
  366. <width>40</width>
  367. <height>30</height>
  368. </size>
  369. </property>
  370. <property name="text">
  371. <string>?</string>
  372. </property>
  373. </widget>
  374. </item>
  375. <item row="5" column="0">
  376. <widget class="QLabel" name="labelMissingSoundtrack">
  377. <property name="minimumSize">
  378. <size>
  379. <width>0</width>
  380. <height>30</height>
  381. </size>
  382. </property>
  383. <property name="maximumSize">
  384. <size>
  385. <width>16777215</width>
  386. <height>30</height>
  387. </size>
  388. </property>
  389. <property name="text">
  390. <string>No soundtrack detected!</string>
  391. </property>
  392. <property name="wordWrap">
  393. <bool>true</bool>
  394. </property>
  395. </widget>
  396. </item>
  397. <item row="7" column="1">
  398. <widget class="QPushButton" name="buttonMissingFilesHelp">
  399. <property name="minimumSize">
  400. <size>
  401. <width>40</width>
  402. <height>30</height>
  403. </size>
  404. </property>
  405. <property name="maximumSize">
  406. <size>
  407. <width>40</width>
  408. <height>30</height>
  409. </size>
  410. </property>
  411. <property name="text">
  412. <string>?</string>
  413. </property>
  414. </widget>
  415. </item>
  416. <item row="8" column="0">
  417. <widget class="QLabel" name="labelMissingCampaigns">
  418. <property name="minimumSize">
  419. <size>
  420. <width>0</width>
  421. <height>30</height>
  422. </size>
  423. </property>
  424. <property name="maximumSize">
  425. <size>
  426. <width>16777215</width>
  427. <height>30</height>
  428. </size>
  429. </property>
  430. <property name="text">
  431. <string>Armaggedon's Blade campaigns are missing!</string>
  432. </property>
  433. <property name="wordWrap">
  434. <bool>true</bool>
  435. </property>
  436. </widget>
  437. </item>
  438. <item row="0" column="1">
  439. <widget class="QPushButton" name="buttonHelpImportFiles">
  440. <property name="minimumSize">
  441. <size>
  442. <width>40</width>
  443. <height>30</height>
  444. </size>
  445. </property>
  446. <property name="maximumSize">
  447. <size>
  448. <width>40</width>
  449. <height>30</height>
  450. </size>
  451. </property>
  452. <property name="text">
  453. <string>?</string>
  454. </property>
  455. </widget>
  456. </item>
  457. <item row="4" column="1">
  458. <widget class="QPushButton" name="buttonChroniclesHelp">
  459. <property name="minimumSize">
  460. <size>
  461. <width>40</width>
  462. <height>30</height>
  463. </size>
  464. </property>
  465. <property name="maximumSize">
  466. <size>
  467. <width>40</width>
  468. <height>30</height>
  469. </size>
  470. </property>
  471. <property name="text">
  472. <string>?</string>
  473. </property>
  474. </widget>
  475. </item>
  476. <item row="6" column="0">
  477. <widget class="QLabel" name="labelMissingVideo">
  478. <property name="minimumSize">
  479. <size>
  480. <width>0</width>
  481. <height>30</height>
  482. </size>
  483. </property>
  484. <property name="maximumSize">
  485. <size>
  486. <width>16777215</width>
  487. <height>30</height>
  488. </size>
  489. </property>
  490. <property name="text">
  491. <string>No video files detected!</string>
  492. </property>
  493. <property name="wordWrap">
  494. <bool>true</bool>
  495. </property>
  496. </widget>
  497. </item>
  498. <item row="8" column="1">
  499. <widget class="QPushButton" name="buttonMissingCampaignsHelp">
  500. <property name="minimumSize">
  501. <size>
  502. <width>40</width>
  503. <height>30</height>
  504. </size>
  505. </property>
  506. <property name="maximumSize">
  507. <size>
  508. <width>40</width>
  509. <height>30</height>
  510. </size>
  511. </property>
  512. <property name="text">
  513. <string>?</string>
  514. </property>
  515. </widget>
  516. </item>
  517. <item row="2" column="0">
  518. <widget class="QPushButton" name="buttonActivateTranslation">
  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>Activate Translation</string>
  533. </property>
  534. </widget>
  535. </item>
  536. <item row="0" column="0">
  537. <widget class="QPushButton" name="buttonImportFiles">
  538. <property name="minimumSize">
  539. <size>
  540. <width>0</width>
  541. <height>30</height>
  542. </size>
  543. </property>
  544. <property name="maximumSize">
  545. <size>
  546. <width>16777215</width>
  547. <height>30</height>
  548. </size>
  549. </property>
  550. <property name="text">
  551. <string>Import files</string>
  552. </property>
  553. </widget>
  554. </item>
  555. <item row="3" column="0">
  556. <widget class="QPushButton" name="buttonUpdateMods">
  557. <property name="minimumSize">
  558. <size>
  559. <width>0</width>
  560. <height>30</height>
  561. </size>
  562. </property>
  563. <property name="maximumSize">
  564. <size>
  565. <width>16777215</width>
  566. <height>30</height>
  567. </size>
  568. </property>
  569. <property name="text">
  570. <string>Update %1 mods</string>
  571. </property>
  572. </widget>
  573. </item>
  574. <item row="3" column="1">
  575. <widget class="QPushButton" name="buttonUpdateModsHelp">
  576. <property name="minimumSize">
  577. <size>
  578. <width>40</width>
  579. <height>30</height>
  580. </size>
  581. </property>
  582. <property name="maximumSize">
  583. <size>
  584. <width>40</width>
  585. <height>30</height>
  586. </size>
  587. </property>
  588. <property name="text">
  589. <string>?</string>
  590. </property>
  591. </widget>
  592. </item>
  593. </layout>
  594. </widget>
  595. </widget>
  596. </item>
  597. <item row="1" column="0">
  598. <widget class="QScrollArea" name="scrollArea_3">
  599. <property name="widgetResizable">
  600. <bool>true</bool>
  601. </property>
  602. <widget class="QWidget" name="scrollAreaWidgetContents_3">
  603. <property name="geometry">
  604. <rect>
  605. <x>0</x>
  606. <y>0</y>
  607. <width>240</width>
  608. <height>206</height>
  609. </rect>
  610. </property>
  611. <layout class="QGridLayout" name="gridLayout_3">
  612. <item row="6" column="0">
  613. <spacer name="verticalSpacer_3">
  614. <property name="orientation">
  615. <enum>Qt::Vertical</enum>
  616. </property>
  617. <property name="sizeHint" stdset="0">
  618. <size>
  619. <width>0</width>
  620. <height>0</height>
  621. </size>
  622. </property>
  623. </spacer>
  624. </item>
  625. <item row="1" column="0">
  626. <widget class="QLabel" name="labelUpdateAvailable">
  627. <property name="minimumSize">
  628. <size>
  629. <width>0</width>
  630. <height>30</height>
  631. </size>
  632. </property>
  633. <property name="maximumSize">
  634. <size>
  635. <width>16777215</width>
  636. <height>30</height>
  637. </size>
  638. </property>
  639. <property name="text">
  640. <string>Update to %1 available</string>
  641. </property>
  642. <property name="wordWrap">
  643. <bool>true</bool>
  644. </property>
  645. </widget>
  646. </item>
  647. <item row="2" column="0">
  648. <widget class="QPushButton" name="buttonUpdateCheck">
  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>Check For Updates</string>
  663. </property>
  664. </widget>
  665. </item>
  666. <item row="3" column="0">
  667. <widget class="QPushButton" name="buttonOpenDownloads">
  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>Go to Downloads Page</string>
  682. </property>
  683. </widget>
  684. </item>
  685. <item row="5" column="0">
  686. <widget class="QPushButton" name="buttonOpenChangelog">
  687. <property name="minimumSize">
  688. <size>
  689. <width>0</width>
  690. <height>30</height>
  691. </size>
  692. </property>
  693. <property name="maximumSize">
  694. <size>
  695. <width>16777215</width>
  696. <height>30</height>
  697. </size>
  698. </property>
  699. <property name="text">
  700. <string>Go to Changelog Page</string>
  701. </property>
  702. </widget>
  703. </item>
  704. <item row="0" column="0">
  705. <widget class="QLabel" name="labelUpdateNotFound">
  706. <property name="minimumSize">
  707. <size>
  708. <width>0</width>
  709. <height>30</height>
  710. </size>
  711. </property>
  712. <property name="maximumSize">
  713. <size>
  714. <width>16777215</width>
  715. <height>30</height>
  716. </size>
  717. </property>
  718. <property name="text">
  719. <string>You are using the latest version</string>
  720. </property>
  721. <property name="wordWrap">
  722. <bool>true</bool>
  723. </property>
  724. </widget>
  725. </item>
  726. </layout>
  727. </widget>
  728. </widget>
  729. </item>
  730. </layout>
  731. </item>
  732. <item>
  733. <layout class="QHBoxLayout" name="horizontalLayout">
  734. <property name="spacing">
  735. <number>9</number>
  736. </property>
  737. <item>
  738. <spacer name="horizontalSpacer">
  739. <property name="orientation">
  740. <enum>Qt::Horizontal</enum>
  741. </property>
  742. <property name="sizeHint" stdset="0">
  743. <size>
  744. <width>40</width>
  745. <height>20</height>
  746. </size>
  747. </property>
  748. </spacer>
  749. </item>
  750. <item>
  751. <widget class="QToolButton" name="buttonGameResume">
  752. <property name="sizePolicy">
  753. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  754. <horstretch>0</horstretch>
  755. <verstretch>0</verstretch>
  756. </sizepolicy>
  757. </property>
  758. <property name="minimumSize">
  759. <size>
  760. <width>64</width>
  761. <height>64</height>
  762. </size>
  763. </property>
  764. <property name="text">
  765. <string>Resume</string>
  766. </property>
  767. <property name="iconSize">
  768. <size>
  769. <width>48</width>
  770. <height>48</height>
  771. </size>
  772. </property>
  773. <property name="toolButtonStyle">
  774. <enum>Qt::ToolButtonTextUnderIcon</enum>
  775. </property>
  776. </widget>
  777. </item>
  778. <item>
  779. <spacer name="horizontalSpacer_4">
  780. <property name="orientation">
  781. <enum>Qt::Horizontal</enum>
  782. </property>
  783. <property name="sizeType">
  784. <enum>QSizePolicy::Fixed</enum>
  785. </property>
  786. <property name="sizeHint" stdset="0">
  787. <size>
  788. <width>20</width>
  789. <height>20</height>
  790. </size>
  791. </property>
  792. </spacer>
  793. </item>
  794. <item>
  795. <widget class="QToolButton" name="buttonGameStart">
  796. <property name="sizePolicy">
  797. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  798. <horstretch>0</horstretch>
  799. <verstretch>0</verstretch>
  800. </sizepolicy>
  801. </property>
  802. <property name="minimumSize">
  803. <size>
  804. <width>100</width>
  805. <height>100</height>
  806. </size>
  807. </property>
  808. <property name="font">
  809. <font>
  810. <bold>true</bold>
  811. </font>
  812. </property>
  813. <property name="text">
  814. <string>Play</string>
  815. </property>
  816. <property name="iconSize">
  817. <size>
  818. <width>64</width>
  819. <height>64</height>
  820. </size>
  821. </property>
  822. <property name="toolButtonStyle">
  823. <enum>Qt::ToolButtonTextUnderIcon</enum>
  824. </property>
  825. </widget>
  826. </item>
  827. <item>
  828. <spacer name="horizontalSpacer_3">
  829. <property name="orientation">
  830. <enum>Qt::Horizontal</enum>
  831. </property>
  832. <property name="sizeType">
  833. <enum>QSizePolicy::Fixed</enum>
  834. </property>
  835. <property name="sizeHint" stdset="0">
  836. <size>
  837. <width>20</width>
  838. <height>20</height>
  839. </size>
  840. </property>
  841. </spacer>
  842. </item>
  843. <item>
  844. <widget class="QToolButton" name="buttonGameEditor">
  845. <property name="sizePolicy">
  846. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  847. <horstretch>0</horstretch>
  848. <verstretch>0</verstretch>
  849. </sizepolicy>
  850. </property>
  851. <property name="minimumSize">
  852. <size>
  853. <width>64</width>
  854. <height>64</height>
  855. </size>
  856. </property>
  857. <property name="text">
  858. <string>Editor</string>
  859. </property>
  860. <property name="iconSize">
  861. <size>
  862. <width>48</width>
  863. <height>48</height>
  864. </size>
  865. </property>
  866. <property name="toolButtonStyle">
  867. <enum>Qt::ToolButtonTextUnderIcon</enum>
  868. </property>
  869. </widget>
  870. </item>
  871. <item>
  872. <spacer name="horizontalSpacer_2">
  873. <property name="orientation">
  874. <enum>Qt::Horizontal</enum>
  875. </property>
  876. <property name="sizeHint" stdset="0">
  877. <size>
  878. <width>40</width>
  879. <height>20</height>
  880. </size>
  881. </property>
  882. </spacer>
  883. </item>
  884. </layout>
  885. </item>
  886. </layout>
  887. </widget>
  888. <resources/>
  889. <connections/>
  890. </ui>