chooseversiondialog.ui 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ChooseVersionDialog</class>
  4. <widget class="QWidget" name="ChooseVersionDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>991</width>
  10. <height>607</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>380</width>
  16. <height>200</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Выбор версии игры</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout_3">
  23. <item row="0" column="0">
  24. <widget class="QWidget" name="contents" native="true">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <layout class="QGridLayout" name="gridLayout">
  32. <property name="leftMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="topMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="rightMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="bottomMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="spacing">
  45. <number>0</number>
  46. </property>
  47. <item row="0" column="0">
  48. <widget class="QWidget" name="widget_2" native="true">
  49. <property name="minimumSize">
  50. <size>
  51. <width>26</width>
  52. <height>26</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize">
  56. <size>
  57. <width>26</width>
  58. <height>26</height>
  59. </size>
  60. </property>
  61. <property name="styleSheet">
  62. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-topleft.png);</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="1">
  67. <widget class="QWidget" name="widget_7" native="true">
  68. <property name="styleSheet">
  69. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-top.png);</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="0" column="2">
  74. <widget class="QWidget" name="widget_9" native="true">
  75. <property name="minimumSize">
  76. <size>
  77. <width>26</width>
  78. <height>26</height>
  79. </size>
  80. </property>
  81. <property name="maximumSize">
  82. <size>
  83. <width>26</width>
  84. <height>26</height>
  85. </size>
  86. </property>
  87. <property name="styleSheet">
  88. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-topright.png);</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="1" column="0">
  93. <widget class="QWidget" name="widget_4" native="true">
  94. <property name="styleSheet">
  95. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-left.png);</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="1" column="1">
  100. <widget class="QWidget" name="content_area" native="true">
  101. <property name="styleSheet">
  102. <string notr="true">QWidget#content_area{
  103. border-image: url(:/backgrounds/strong_translucent-background.png);
  104. }</string>
  105. </property>
  106. <layout class="QGridLayout" name="gridLayout_2">
  107. <property name="leftMargin">
  108. <number>11</number>
  109. </property>
  110. <property name="topMargin">
  111. <number>11</number>
  112. </property>
  113. <property name="rightMargin">
  114. <number>11</number>
  115. </property>
  116. <item row="0" column="0" colspan="2">
  117. <widget class="QLabel" name="label_title">
  118. <property name="sizePolicy">
  119. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  120. <horstretch>0</horstretch>
  121. <verstretch>0</verstretch>
  122. </sizepolicy>
  123. </property>
  124. <property name="font">
  125. <font>
  126. <family>Aniron</family>
  127. <weight>75</weight>
  128. <bold>true</bold>
  129. </font>
  130. </property>
  131. <property name="styleSheet">
  132. <string notr="true">color: white; </string>
  133. </property>
  134. <property name="text">
  135. <string>Выберите версию игры</string>
  136. </property>
  137. <property name="alignment">
  138. <set>Qt::AlignCenter</set>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="2" column="0" colspan="2">
  143. <widget class="QWidget" name="cancel_widget" native="true">
  144. <property name="sizePolicy">
  145. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  146. <horstretch>0</horstretch>
  147. <verstretch>0</verstretch>
  148. </sizepolicy>
  149. </property>
  150. <layout class="QHBoxLayout" name="horizontalLayout_2">
  151. <property name="spacing">
  152. <number>0</number>
  153. </property>
  154. <property name="leftMargin">
  155. <number>0</number>
  156. </property>
  157. <property name="topMargin">
  158. <number>0</number>
  159. </property>
  160. <property name="rightMargin">
  161. <number>0</number>
  162. </property>
  163. <property name="bottomMargin">
  164. <number>0</number>
  165. </property>
  166. <item>
  167. <widget class="QPushButton" name="cancel">
  168. <property name="sizePolicy">
  169. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  170. <horstretch>0</horstretch>
  171. <verstretch>0</verstretch>
  172. </sizepolicy>
  173. </property>
  174. <property name="text">
  175. <string>Вернуться</string>
  176. </property>
  177. </widget>
  178. </item>
  179. </layout>
  180. </widget>
  181. </item>
  182. <item row="1" column="0" colspan="2">
  183. <widget class="QWidget" name="widget" native="true">
  184. <layout class="QHBoxLayout" name="horizontalLayout">
  185. <property name="spacing">
  186. <number>7</number>
  187. </property>
  188. <property name="leftMargin">
  189. <number>0</number>
  190. </property>
  191. <property name="topMargin">
  192. <number>0</number>
  193. </property>
  194. <property name="rightMargin">
  195. <number>0</number>
  196. </property>
  197. <property name="bottomMargin">
  198. <number>0</number>
  199. </property>
  200. <item>
  201. <widget class="QPushButton" name="start_original">
  202. <property name="minimumSize">
  203. <size>
  204. <width>120</width>
  205. <height>70</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>129</width>
  211. <height>70</height>
  212. </size>
  213. </property>
  214. <property name="cursor">
  215. <cursorShape>PointingHandCursor</cursorShape>
  216. </property>
  217. <property name="toolTip">
  218. <string>Запустить оригинальную версию</string>
  219. </property>
  220. <property name="styleSheet">
  221. <string notr="true">QWidget#start_original{
  222. border: 0;
  223. border-image: url(:/buttons/run_English.png);
  224. }
  225. QWidget#start_original:hover{
  226. border: 3px;
  227. border-image: url(:/buttons/run_English.png);
  228. }</string>
  229. </property>
  230. <property name="text">
  231. <string/>
  232. </property>
  233. <property name="flat">
  234. <bool>true</bool>
  235. </property>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="QPushButton" name="start_patched">
  240. <property name="minimumSize">
  241. <size>
  242. <width>120</width>
  243. <height>70</height>
  244. </size>
  245. </property>
  246. <property name="maximumSize">
  247. <size>
  248. <width>120</width>
  249. <height>70</height>
  250. </size>
  251. </property>
  252. <property name="cursor">
  253. <cursorShape>PointingHandCursor</cursorShape>
  254. </property>
  255. <property name="toolTip">
  256. <string>Запустить русифицированную версию</string>
  257. </property>
  258. <property name="styleSheet">
  259. <string notr="true">QWidget#start_patched{
  260. border: 0;
  261. border-image: url(:/buttons/run_RU.png);
  262. }
  263. QWidget#start_patched:hover{
  264. border: 3px;
  265. border-image: url(:/buttons/run_RU.png);
  266. }</string>
  267. </property>
  268. <property name="text">
  269. <string/>
  270. </property>
  271. <property name="flat">
  272. <bool>true</bool>
  273. </property>
  274. </widget>
  275. </item>
  276. </layout>
  277. </widget>
  278. </item>
  279. <item row="4" column="0">
  280. <widget class="QWidget" name="wait_widget" native="true">
  281. <property name="sizePolicy">
  282. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  283. <horstretch>0</horstretch>
  284. <verstretch>0</verstretch>
  285. </sizepolicy>
  286. </property>
  287. <layout class="QVBoxLayout" name="verticalLayout">
  288. <property name="spacing">
  289. <number>0</number>
  290. </property>
  291. <property name="leftMargin">
  292. <number>0</number>
  293. </property>
  294. <property name="topMargin">
  295. <number>0</number>
  296. </property>
  297. <property name="rightMargin">
  298. <number>0</number>
  299. </property>
  300. <property name="bottomMargin">
  301. <number>0</number>
  302. </property>
  303. <item>
  304. <widget class="QLabel" name="label">
  305. <property name="styleSheet">
  306. <string notr="true">color:white</string>
  307. </property>
  308. <property name="text">
  309. <string>Подоготовка к запуску, пожалуйста, подождите...</string>
  310. </property>
  311. <property name="alignment">
  312. <set>Qt::AlignCenter</set>
  313. </property>
  314. </widget>
  315. </item>
  316. <item>
  317. <widget class="QProgressBar" name="progressBar">
  318. <property name="maximum">
  319. <number>0</number>
  320. </property>
  321. <property name="value">
  322. <number>-1</number>
  323. </property>
  324. <property name="textVisible">
  325. <bool>false</bool>
  326. </property>
  327. </widget>
  328. </item>
  329. </layout>
  330. </widget>
  331. </item>
  332. </layout>
  333. </widget>
  334. </item>
  335. <item row="1" column="2">
  336. <widget class="QWidget" name="widget_10" native="true">
  337. <property name="styleSheet">
  338. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-right.png);</string>
  339. </property>
  340. </widget>
  341. </item>
  342. <item row="2" column="0">
  343. <widget class="QWidget" name="widget_3" native="true">
  344. <property name="minimumSize">
  345. <size>
  346. <width>26</width>
  347. <height>26</height>
  348. </size>
  349. </property>
  350. <property name="maximumSize">
  351. <size>
  352. <width>26</width>
  353. <height>26</height>
  354. </size>
  355. </property>
  356. <property name="styleSheet">
  357. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-botleft.png);</string>
  358. </property>
  359. </widget>
  360. </item>
  361. <item row="2" column="1">
  362. <widget class="QWidget" name="widget_6" native="true">
  363. <property name="styleSheet">
  364. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-bottom.png);</string>
  365. </property>
  366. </widget>
  367. </item>
  368. <item row="2" column="2">
  369. <widget class="QWidget" name="widget_8" native="true">
  370. <property name="minimumSize">
  371. <size>
  372. <width>26</width>
  373. <height>26</height>
  374. </size>
  375. </property>
  376. <property name="maximumSize">
  377. <size>
  378. <width>26</width>
  379. <height>26</height>
  380. </size>
  381. </property>
  382. <property name="styleSheet">
  383. <string notr="true">border-image: url(:/backgrounds/strong_translucent-border-botright.png);</string>
  384. </property>
  385. </widget>
  386. </item>
  387. </layout>
  388. </widget>
  389. </item>
  390. </layout>
  391. </widget>
  392. <resources/>
  393. <connections/>
  394. </ui>