97309ca8727e70a3e314437ab794ef2ac2aa77a3
[evilplumber] / src / main.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Main</class>
4  <widget class="QWidget" name="Main">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>430</height>
11    </rect>
12   </property>
13   <property name="font">
14    <font>
15     <family>AlArabiya</family>
16     <pointsize>20</pointsize>
17    </font>
18   </property>
19   <property name="contextMenuPolicy">
20    <enum>Qt::NoContextMenu</enum>
21   </property>
22   <property name="windowTitle">
23    <string>Evil Plumber</string>
24   </property>
25   <property name="styleSheet">
26    <string/>
27   </property>
28   <widget class="QWidget" name="startWidget" native="true">
29    <property name="enabled">
30     <bool>true</bool>
31    </property>
32    <property name="geometry">
33     <rect>
34      <x>0</x>
35      <y>0</y>
36      <width>800</width>
37      <height>430</height>
38     </rect>
39    </property>
40    <property name="styleSheet">
41     <string/>
42    </property>
43    <zorder>collectionWidget</zorder>
44   </widget>
45   <widget class="QWidget" name="collectionWidget" native="true">
46    <property name="enabled">
47     <bool>true</bool>
48    </property>
49    <property name="geometry">
50     <rect>
51      <x>0</x>
52      <y>0</y>
53      <width>800</width>
54      <height>430</height>
55     </rect>
56    </property>
57    <property name="styleSheet">
58     <string/>
59    </property>
60   </widget>
61   <widget class="QWidget" name="gameWidget" native="true">
62    <property name="enabled">
63     <bool>true</bool>
64    </property>
65    <property name="geometry">
66     <rect>
67      <x>10</x>
68      <y>10</y>
69      <width>800</width>
70      <height>430</height>
71     </rect>
72    </property>
73    <property name="styleSheet">
74     <string/>
75    </property>
76   </widget>
77  </widget>
78  <resources/>
79  <connections/>
80 </ui>