Commit 210a269f by grlabu

Upload New File

parent 8087a8dc
Showing with 220 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<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="QTextEdit" name="Outputtxt">
<property name="geometry">
<rect>
<x>10</x>
<y>159</y>
<width>311</width>
<height>131</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="nupp_jook">
<property name="geometry">
<rect>
<x>617</x>
<y>440</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Võlujook</string>
</property>
</widget>
<widget class="QPushButton" name="nupp_rynda">
<property name="geometry">
<rect>
<x>557</x>
<y>370</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">border-color: rgb(255, 0, 0);</string>
</property>
<property name="text">
<string>Ründa</string>
</property>
</widget>
<widget class="QLineEdit" name="VastaseHPdisplay">
<property name="geometry">
<rect>
<x>87</x>
<y>100</y>
<width>113</width>
<height>24</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>530</x>
<y>70</y>
<width>61</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>VASTANE</string>
</property>
</widget>
<widget class="QPushButton" name="nupp_pogene">
<property name="geometry">
<rect>
<x>477</x>
<y>440</y>
<width>131</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>põgene</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>17</x>
<y>20</y>
<width>111</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLineEdit" name="jookArvdisplay">
<property name="geometry">
<rect>
<x>87</x>
<y>60</y>
<width>113</width>
<height>24</height>
</rect>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>420</x>
<y>90</y>
<width>271</width>
<height>241</height>
</rect>
</property>
<property name="toolTipDuration">
<number>4</number>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/Downloads/paka.jpg);</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="midLineWidth">
<number>-7</number>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="res.qrc">:/res/Downloads/paka.jpg</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="playerHPdisplay">
<property name="geometry">
<rect>
<x>87</x>
<y>20</y>
<width>113</width>
<height>24</height>
</rect>
</property>
<property name="cursorPosition">
<number>0</number>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>-20</x>
<y>-30</y>
<width>821</width>
<height>611</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/Downloads/mainwindowback.jpg);</string>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap>../../../Downloads/gamescreenbackround.jpg</pixmap>
</property>
</widget>
<zorder>label_6</zorder>
<zorder>Outputtxt</zorder>
<zorder>nupp_jook</zorder>
<zorder>nupp_rynda</zorder>
<zorder>VastaseHPdisplay</zorder>
<zorder>nupp_pogene</zorder>
<zorder>label</zorder>
<zorder>jookArvdisplay</zorder>
<zorder>label_5</zorder>
<zorder>playerHPdisplay</zorder>
<zorder>label_4</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>
<include location="res.qrc"/>
</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