123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?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="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>
- <customwidgets>
- <customwidget>
- <class>Scene</class>
- <extends>QWidget</extends>
- <header location="global">gui/scene.h</header>
- <container>1</container>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|