mainmenu.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainMenu</class>
  4. <widget class="Scene" name="MainMenu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1000</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  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. <property name="spacing">
  30. <number>0</number>
  31. </property>
  32. <item row="0" column="0">
  33. <widget class="QWidget" name="content_" native="true">
  34. <property name="styleSheet">
  35. <string notr="true"/>
  36. </property>
  37. <layout class="QGridLayout" name="gridLayout_2">
  38. <property name="leftMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="topMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="rightMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="bottomMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="spacing">
  51. <number>0</number>
  52. </property>
  53. <item row="1" column="1">
  54. <widget class="QWidget" name="menu_" native="true">
  55. <property name="sizePolicy">
  56. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  57. <horstretch>0</horstretch>
  58. <verstretch>0</verstretch>
  59. </sizepolicy>
  60. </property>
  61. <property name="minimumSize">
  62. <size>
  63. <width>0</width>
  64. <height>0</height>
  65. </size>
  66. </property>
  67. <property name="maximumSize">
  68. <size>
  69. <width>16777215</width>
  70. <height>16777215</height>
  71. </size>
  72. </property>
  73. <property name="styleSheet">
  74. <string notr="true">border-image:none;
  75. background-image:none;</string>
  76. </property>
  77. <layout class="QGridLayout" name="gridLayout_3">
  78. <property name="leftMargin">
  79. <number>0</number>
  80. </property>
  81. <property name="topMargin">
  82. <number>0</number>
  83. </property>
  84. <property name="rightMargin">
  85. <number>0</number>
  86. </property>
  87. <property name="bottomMargin">
  88. <number>0</number>
  89. </property>
  90. <property name="spacing">
  91. <number>0</number>
  92. </property>
  93. <item row="0" column="0">
  94. <widget class="QWidget" name="game_widget_1" native="true">
  95. <property name="styleSheet">
  96. <string notr="true">border-image:none;</string>
  97. </property>
  98. <layout class="QGridLayout" name="gridLayout_4">
  99. <item row="3" column="2" rowspan="3">
  100. <spacer name="horizontalSpacer_4">
  101. <property name="orientation">
  102. <enum>Qt::Horizontal</enum>
  103. </property>
  104. <property name="sizeHint" stdset="0">
  105. <size>
  106. <width>226</width>
  107. <height>218</height>
  108. </size>
  109. </property>
  110. </spacer>
  111. </item>
  112. <item row="5" column="1">
  113. <widget class="QPushButton" name="leave_game_button">
  114. <property name="sizePolicy">
  115. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  116. <horstretch>0</horstretch>
  117. <verstretch>0</verstretch>
  118. </sizepolicy>
  119. </property>
  120. <property name="minimumSize">
  121. <size>
  122. <width>230</width>
  123. <height>70</height>
  124. </size>
  125. </property>
  126. <property name="maximumSize">
  127. <size>
  128. <width>230</width>
  129. <height>70</height>
  130. </size>
  131. </property>
  132. <property name="styleSheet">
  133. <string notr="true">font: 10pt &quot;Viking Cyr&quot;;
  134. color: rgb(255, 255, 0);
  135. border-image: url(:/assets/common/buttons/leave_game_button.png);</string>
  136. </property>
  137. <property name="text">
  138. <string/>
  139. </property>
  140. <property name="autoRepeatDelay">
  141. <number>100</number>
  142. </property>
  143. <property name="autoRepeatInterval">
  144. <number>20</number>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="6" column="0" colspan="3">
  149. <spacer name="verticalSpacer_4">
  150. <property name="orientation">
  151. <enum>Qt::Vertical</enum>
  152. </property>
  153. <property name="sizeHint" stdset="0">
  154. <size>
  155. <width>348</width>
  156. <height>87</height>
  157. </size>
  158. </property>
  159. </spacer>
  160. </item>
  161. <item row="4" column="1">
  162. <widget class="QPushButton" name="about_us_button">
  163. <property name="sizePolicy">
  164. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  165. <horstretch>0</horstretch>
  166. <verstretch>0</verstretch>
  167. </sizepolicy>
  168. </property>
  169. <property name="minimumSize">
  170. <size>
  171. <width>230</width>
  172. <height>70</height>
  173. </size>
  174. </property>
  175. <property name="maximumSize">
  176. <size>
  177. <width>230</width>
  178. <height>70</height>
  179. </size>
  180. </property>
  181. <property name="styleSheet">
  182. <string notr="true">font: 10pt &quot;Viking Cyr&quot;;
  183. color: rgb(255, 255, 0);
  184. border-image: url(:/assets/common/buttons/about_us_button.png);</string>
  185. </property>
  186. <property name="text">
  187. <string/>
  188. </property>
  189. <property name="autoRepeatDelay">
  190. <number>10</number>
  191. </property>
  192. <property name="autoRepeatInterval">
  193. <number>10</number>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="3" column="0" rowspan="3">
  198. <spacer name="horizontalSpacer_3">
  199. <property name="orientation">
  200. <enum>Qt::Horizontal</enum>
  201. </property>
  202. <property name="sizeHint" stdset="0">
  203. <size>
  204. <width>227</width>
  205. <height>218</height>
  206. </size>
  207. </property>
  208. </spacer>
  209. </item>
  210. <item row="3" column="1">
  211. <widget class="QPushButton" name="hotseat_button">
  212. <property name="sizePolicy">
  213. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  214. <horstretch>0</horstretch>
  215. <verstretch>0</verstretch>
  216. </sizepolicy>
  217. </property>
  218. <property name="minimumSize">
  219. <size>
  220. <width>230</width>
  221. <height>70</height>
  222. </size>
  223. </property>
  224. <property name="maximumSize">
  225. <size>
  226. <width>230</width>
  227. <height>70</height>
  228. </size>
  229. </property>
  230. <property name="font">
  231. <font>
  232. <family>Viking Cyr</family>
  233. <pointsize>10</pointsize>
  234. <weight>50</weight>
  235. <italic>false</italic>
  236. <bold>false</bold>
  237. </font>
  238. </property>
  239. <property name="styleSheet">
  240. <string notr="true">font: 10pt &quot;Viking Cyr&quot;;
  241. color: rgb(255, 255, 0);
  242. border-image: url(:/assets/common/buttons/hotseat_button.png);
  243. </string>
  244. </property>
  245. <property name="text">
  246. <string/>
  247. </property>
  248. <property name="checkable">
  249. <bool>false</bool>
  250. </property>
  251. <property name="flat">
  252. <bool>true</bool>
  253. </property>
  254. </widget>
  255. </item>
  256. <item row="0" column="0" colspan="3">
  257. <spacer name="verticalSpacer_3">
  258. <property name="orientation">
  259. <enum>Qt::Vertical</enum>
  260. </property>
  261. <property name="sizeHint" stdset="0">
  262. <size>
  263. <width>375</width>
  264. <height>17</height>
  265. </size>
  266. </property>
  267. </spacer>
  268. </item>
  269. <item row="1" column="0" colspan="3">
  270. <widget class="QLabel" name="label">
  271. <property name="sizePolicy">
  272. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  273. <horstretch>0</horstretch>
  274. <verstretch>0</verstretch>
  275. </sizepolicy>
  276. </property>
  277. <property name="styleSheet">
  278. <string notr="true">font: 72pt &quot;D-determination (RUS BY LYAJKA)&quot;;
  279. color: rgb(194, 49, 49)
  280. </string>
  281. </property>
  282. <property name="text">
  283. <string>Honourished</string>
  284. </property>
  285. <property name="scaledContents">
  286. <bool>true</bool>
  287. </property>
  288. <property name="alignment">
  289. <set>Qt::AlignCenter</set>
  290. </property>
  291. <property name="wordWrap">
  292. <bool>true</bool>
  293. </property>
  294. <property name="margin">
  295. <number>5</number>
  296. </property>
  297. </widget>
  298. </item>
  299. <item row="2" column="0" colspan="3">
  300. <spacer name="verticalSpacer_5">
  301. <property name="orientation">
  302. <enum>Qt::Vertical</enum>
  303. </property>
  304. <property name="sizeType">
  305. <enum>QSizePolicy::Fixed</enum>
  306. </property>
  307. <property name="sizeHint" stdset="0">
  308. <size>
  309. <width>375</width>
  310. <height>80</height>
  311. </size>
  312. </property>
  313. </spacer>
  314. </item>
  315. </layout>
  316. </widget>
  317. </item>
  318. </layout>
  319. </widget>
  320. </item>
  321. <item row="2" column="1">
  322. <spacer name="verticalSpacer_2">
  323. <property name="orientation">
  324. <enum>Qt::Vertical</enum>
  325. </property>
  326. <property name="sizeHint" stdset="0">
  327. <size>
  328. <width>20</width>
  329. <height>40</height>
  330. </size>
  331. </property>
  332. </spacer>
  333. </item>
  334. <item row="0" column="2" rowspan="3">
  335. <spacer name="horizontalSpacer">
  336. <property name="orientation">
  337. <enum>Qt::Horizontal</enum>
  338. </property>
  339. <property name="sizeHint" stdset="0">
  340. <size>
  341. <width>40</width>
  342. <height>20</height>
  343. </size>
  344. </property>
  345. </spacer>
  346. </item>
  347. <item row="0" column="1">
  348. <spacer name="verticalSpacer">
  349. <property name="orientation">
  350. <enum>Qt::Vertical</enum>
  351. </property>
  352. <property name="sizeType">
  353. <enum>QSizePolicy::Expanding</enum>
  354. </property>
  355. <property name="sizeHint" stdset="0">
  356. <size>
  357. <width>20</width>
  358. <height>40</height>
  359. </size>
  360. </property>
  361. </spacer>
  362. </item>
  363. <item row="0" column="0" rowspan="3">
  364. <spacer name="horizontalSpacer_2">
  365. <property name="orientation">
  366. <enum>Qt::Horizontal</enum>
  367. </property>
  368. <property name="sizeHint" stdset="0">
  369. <size>
  370. <width>40</width>
  371. <height>20</height>
  372. </size>
  373. </property>
  374. </spacer>
  375. </item>
  376. </layout>
  377. </widget>
  378. </item>
  379. </layout>
  380. </widget>
  381. <customwidgets>
  382. <customwidget>
  383. <class>Scene</class>
  384. <extends>QWidget</extends>
  385. <header>gui/scene.h</header>
  386. <container>1</container>
  387. </customwidget>
  388. </customwidgets>
  389. <resources/>
  390. <connections/>
  391. </ui>