Ui fixes.
[evilplumber] / src / startlevel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>StartLevel</class>
4  <widget class="QWidget" name="StartLevel">
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>Sans Serif</family>
16     <pointsize>20</pointsize>
17    </font>
18   </property>
19   <property name="autoFillBackground">
20    <bool>false</bool>
21   </property>
22   <property name="styleSheet">
23    <string>QWidget
24 {
25         background-color: #15445d;
26         color: #9fb2bc;
27 }</string>
28   </property>
29   <widget class="QLabel" name="startTitle">
30    <property name="geometry">
31     <rect>
32      <x>10</x>
33      <y>20</y>
34      <width>781</width>
35      <height>81</height>
36     </rect>
37    </property>
38    <property name="font">
39     <font>
40      <family>Sans Serif</family>
41      <pointsize>20</pointsize>
42     </font>
43    </property>
44    <property name="text">
45     <string/>
46    </property>
47    <property name="textFormat">
48     <enum>Qt::RichText</enum>
49    </property>
50    <property name="margin">
51     <number>10</number>
52    </property>
53   </widget>
54   <widget class="QLabel" name="startLabel">
55    <property name="geometry">
56     <rect>
57      <x>9</x>
58      <y>131</y>
59      <width>781</width>
60      <height>171</height>
61     </rect>
62    </property>
63    <property name="font">
64     <font>
65      <family>Sans Serif</family>
66      <pointsize>20</pointsize>
67     </font>
68    </property>
69    <property name="text">
70     <string/>
71    </property>
72    <property name="textFormat">
73     <enum>Qt::RichText</enum>
74    </property>
75    <property name="margin">
76     <number>10</number>
77    </property>
78   </widget>
79   <widget class="QPushButton" name="startButton">
80    <property name="geometry">
81     <rect>
82      <x>56</x>
83      <y>330</y>
84      <width>271</width>
85      <height>51</height>
86     </rect>
87    </property>
88    <property name="font">
89     <font>
90      <family>Sans Serif</family>
91      <pointsize>20</pointsize>
92     </font>
93    </property>
94    <property name="text">
95     <string>Start</string>
96    </property>
97   </widget>
98   <widget class="QPushButton" name="quitButton">
99    <property name="geometry">
100     <rect>
101      <x>460</x>
102      <y>330</y>
103      <width>271</width>
104      <height>51</height>
105     </rect>
106    </property>
107    <property name="font">
108     <font>
109      <family>Sans Serif</family>
110      <pointsize>20</pointsize>
111     </font>
112    </property>
113    <property name="text">
114     <string>Quit</string>
115    </property>
116   </widget>
117  </widget>
118  <resources/>
119  <connections/>
120 </ui>