1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainMenu</class>
- <widget class="Scene" name="MainMenu">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>940</width>
- <height>720</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="title_">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>60</y>
- <width>941</width>
- <height>101</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 14pt "Barocco Initial";</string>
- </property>
- <property name="text">
- <string><html><head/><body><p align="center"><span style=" font-size:18pt; color:#b12d2d;">Супер-мега-крутая-игрушка-название-которой-мы-еще-не-придумали</span></p></body></html></string>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="pvp_local_battle_button">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>190</y>
- <width>481</width>
- <height>251</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 16pt "Viking Cyr";
- color: rgb(255, 255, 0);</string>
- </property>
- <property name="text">
- <string>Игрок против игрока</string>
- </property>
- </widget>
- <widget class="QPushButton" name="exit_button">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>470</y>
- <width>481</width>
- <height>221</height>
- </rect>
- </property>
- <property name="styleSheet">
- <string notr="true">font: 16pt "Viking Cyr";
- color: rgb(255, 255, 0);</string>
- </property>
- <property name="text">
- <string>Выйти из игры</string>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>Scene</class>
- <extends>QWidget</extends>
- <header location="global">gui/scene.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|