mainmenu.ui 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainMenu</class>
  4. <widget class="QWidget" name="MainMenu">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>940</width>
  10. <height>720</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QLabel" name="title_">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>60</y>
  21. <width>941</width>
  22. <height>101</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:24pt; color:#b12d2d;&quot;&gt;Супер-мега-крутая-игрушка-название-которой-мы-ещё-не-придумали&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  27. </property>
  28. <property name="wordWrap">
  29. <bool>true</bool>
  30. </property>
  31. </widget>
  32. <widget class="QPushButton" name="pvp_local_battle_button">
  33. <property name="geometry">
  34. <rect>
  35. <x>200</x>
  36. <y>190</y>
  37. <width>481</width>
  38. <height>251</height>
  39. </rect>
  40. </property>
  41. <property name="text">
  42. <string>Игрок против игрока</string>
  43. </property>
  44. </widget>
  45. <widget class="QPushButton" name="exit_button">
  46. <property name="geometry">
  47. <rect>
  48. <x>200</x>
  49. <y>470</y>
  50. <width>481</width>
  51. <height>221</height>
  52. </rect>
  53. </property>
  54. <property name="text">
  55. <string>Выйти из игры</string>
  56. </property>
  57. </widget>
  58. </widget>
  59. <resources/>
  60. <connections/>
  61. </ui>