Commit a87e1d8a by grlabu

Upload New File

parent 210a269f
Showing with 86 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>rules</class>
<widget class="QMainWindow" name="rules">
<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>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="Back">
<property name="geometry">
<rect>
<x>300</x>
<y>410</y>
<width>171</width>
<height>81</height>
</rect>
</property>
<property name="text">
<string>Back</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="plainTextEdit">
<property name="geometry">
<rect>
<x>160</x>
<y>180</y>
<width>441</width>
<height>151</height>
</rect>
</property>
<property name="plainText">
<string>Tere mängija! Olete sisenenud koopasse, milles peitub suur varandus.
Varandust kaitsevad aga mitmed koletised, kes takistavad teid selle saamisest!
Alista kõik koletised ning omasta võidukalt varandus!
Mängides on sul mitmeid valikuid
1. Võitle - Asud võitlusesse koletisega, kus teie võitlus käib läbi täringu visete.
2. Põgene - Saad ükskõik mis hetkel põgeneda koopast ning lõpetada mängu.
3. Kasuta võlujooki - sellega saad endale võitluse ajal taastada 25 elu.</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>801</width>
<height>571</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/Downloads/mainmenuback.jpg);</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<zorder>label</zorder>
<zorder>Back</zorder>
<zorder>plainTextEdit</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 class="QStatusBar" name="statusbar"/>
</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