StartGameTab.ui 23 KB

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