mainmenu.ui 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="styleSheet">
  26. <string notr="true">font: 14pt &quot;Barocco Initial&quot;;</string>
  27. </property>
  28. <property name="text">
  29. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; color:#b12d2d;&quot;&gt;Супер-мега-крутая-игрушка-название-которой-мы-еще-не-придумали&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  30. </property>
  31. <property name="wordWrap">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. <widget class="QPushButton" name="pvp_local_battle_button">
  36. <property name="geometry">
  37. <rect>
  38. <x>200</x>
  39. <y>190</y>
  40. <width>481</width>
  41. <height>251</height>
  42. </rect>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true">font: 16pt &quot;Viking Cyr&quot;;
  46. color: rgb(255, 255, 0);</string>
  47. </property>
  48. <property name="text">
  49. <string>Игрок против игрока</string>
  50. </property>
  51. </widget>
  52. <widget class="QPushButton" name="exit_button">
  53. <property name="geometry">
  54. <rect>
  55. <x>200</x>
  56. <y>470</y>
  57. <width>481</width>
  58. <height>221</height>
  59. </rect>
  60. </property>
  61. <property name="styleSheet">
  62. <string notr="true">font: 16pt &quot;Viking Cyr&quot;;
  63. color: rgb(255, 255, 0);</string>
  64. </property>
  65. <property name="text">
  66. <string>Выйти из игры</string>
  67. </property>
  68. </widget>
  69. </widget>
  70. <customwidgets>
  71. <customwidget>
  72. <class>Scene</class>
  73. <extends>QWidget</extends>
  74. <header location="global">gui/scene.h</header>
  75. <container>1</container>
  76. </customwidget>
  77. </customwidgets>
  78. <resources/>
  79. <connections/>
  80. </ui>