mainmenu.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>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. <customwidgets>
  60. <customwidget>
  61. <class>Scene</class>
  62. <extends>QWidget</extends>
  63. <header location="global">gui/scene.h</header>
  64. <container>1</container>
  65. </customwidget>
  66. </customwidgets>
  67. <resources/>
  68. <connections/>
  69. </ui>