Commit 79ab1f69 by grlabu

Upload New File

parent 7b4b4254
Showing with 109 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>gamescreen</class>
<widget class="QMainWindow" name="gamescreen">
<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="Leftbutton">
<property name="geometry">
<rect>
<x>130</x>
<y>390</y>
<width>231</width>
<height>141</height>
</rect>
</property>
<property name="text">
<string>Vasakule</string>
</property>
</widget>
<widget class="QTextEdit" name="Outputtxt">
<property name="geometry">
<rect>
<x>210</x>
<y>100</y>
<width>401</width>
<height>191</height>
</rect>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Segoe UI'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QPushButton" name="Rightbutton">
<property name="geometry">
<rect>
<x>470</x>
<y>390</y>
<width>231</width>
<height>141</height>
</rect>
</property>
<property name="text">
<string>Paremale</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>-80</x>
<y>-10</y>
<width>881</width>
<height>591</height>
</rect>
</property>
<property name="cursor">
<cursorShape>ArrowCursor</cursorShape>
</property>
<property name="styleSheet">
<string notr="true">background-image: url(:/res/Downloads/pathways.jpg);</string>
</property>
<property name="frameShadow">
<enum>QFrame::Plain</enum>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="res.qrc">:/res/Downloads/pathways.jpg</pixmap>
</property>
</widget>
<zorder>label</zorder>
<zorder>Leftbutton</zorder>
<zorder>Outputtxt</zorder>
<zorder>Rightbutton</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>
<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