12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainMenu</class>
- <widget class="QWidget" 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="text">
- <string><html><head/><body><p align="center"><span style=" font-size:24pt; 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="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="text">
- <string>Выйти из игры</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|