Commit 8087a8dc by grlabu

Upload New File

parent 79ab1f69
Showing with 119 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>mainmenu</class>
<widget class="QMainWindow" name="mainmenu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="Exitbutton">
<property name="geometry">
<rect>
<x>260</x>
<y>320</y>
<width>241</width>
<height>81</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">color rgb(255, 255, 255)</string>
</property>
<property name="text">
<string>VÄLJU</string>
</property>
</widget>
<widget class="QPushButton" name="Rulesbutton">
<property name="geometry">
<rect>
<x>260</x>
<y>210</y>
<width>241</width>
<height>91</height>
</rect>
</property>
<property name="text">
<string>REEGLID</string>
</property>
</widget>
<widget class="QPushButton" name="Playbutton">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>241</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>ALUSTA UUT MÄNGU</string>
</property>
</widget>
<widget class="QPushButton" name="LoadLastGame">
<property name="geometry">
<rect>
<x>400</x>
<y>130</y>
<width>241</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>LAE EELMISEST MÄNGUST</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>-510</x>
<y>-10</y>
<width>1331</width>
<height>831</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/Downloads/mainmenuback.jpg);</string>
</property>
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>mainmenuback.png</pixmap>
</property>
</widget>
<zorder>label</zorder>
<zorder>Exitbutton</zorder>
<zorder>Rulesbutton</zorder>
<zorder>Playbutton</zorder>
<zorder>LoadLastGame</zorder>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>17</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment