Ui fixes.
[evilplumber] / src / collections.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>LevelCollections</class>
4  <widget class="QWidget" name="LevelCollections">
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="title">
30    <property name="geometry">
31     <rect>
32      <x>9</x>
33      <y>9</y>
34      <width>373</width>
35      <height>54</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>Choose a level collection:</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="QListWidget" name="levelList">
55    <property name="geometry">
56     <rect>
57      <x>9</x>
58      <y>107</y>
59      <width>782</width>
60      <height>185</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="editTriggers">
70     <set>QAbstractItemView::NoEditTriggers</set>
71    </property>
72   </widget>
73   <widget class="QPushButton" name="startButton">
74    <property name="geometry">
75     <rect>
76      <x>56</x>
77      <y>330</y>
78      <width>271</width>
79      <height>51</height>
80     </rect>
81    </property>
82    <property name="font">
83     <font>
84      <family>Sans Serif</family>
85      <pointsize>20</pointsize>
86     </font>
87    </property>
88    <property name="text">
89     <string>Start</string>
90    </property>
91   </widget>
92   <widget class="QPushButton" name="quitButton">
93    <property name="geometry">
94     <rect>
95      <x>460</x>
96      <y>330</y>
97      <width>271</width>
98      <height>51</height>
99     </rect>
100    </property>
101    <property name="font">
102     <font>
103      <family>Sans Serif</family>
104      <pointsize>20</pointsize>
105     </font>
106    </property>
107    <property name="text">
108     <string>Quit</string>
109    </property>
110   </widget>
111  </widget>
112  <resources/>
113  <connections/>
114 </ui>