Small fix for level numbers.
[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   <widget class="QLabel" name="title">
23    <property name="geometry">
24     <rect>
25      <x>9</x>
26      <y>9</y>
27      <width>373</width>
28      <height>54</height>
29     </rect>
30    </property>
31    <property name="font">
32     <font>
33      <family>Sans Serif</family>
34      <pointsize>20</pointsize>
35     </font>
36    </property>
37    <property name="text">
38     <string>Choose a level collection:</string>
39    </property>
40    <property name="textFormat">
41     <enum>Qt::RichText</enum>
42    </property>
43    <property name="margin">
44     <number>10</number>
45    </property>
46   </widget>
47   <widget class="QListWidget" name="levelList">
48    <property name="geometry">
49     <rect>
50      <x>9</x>
51      <y>107</y>
52      <width>782</width>
53      <height>185</height>
54     </rect>
55    </property>
56    <property name="font">
57     <font>
58      <family>Sans Serif</family>
59      <pointsize>20</pointsize>
60     </font>
61    </property>
62    <property name="editTriggers">
63     <set>QAbstractItemView::NoEditTriggers</set>
64    </property>
65   </widget>
66   <widget class="QPushButton" name="startButton">
67    <property name="geometry">
68     <rect>
69      <x>56</x>
70      <y>330</y>
71      <width>271</width>
72      <height>51</height>
73     </rect>
74    </property>
75    <property name="font">
76     <font>
77      <family>Sans Serif</family>
78      <pointsize>20</pointsize>
79     </font>
80    </property>
81    <property name="text">
82     <string>Start</string>
83    </property>
84   </widget>
85   <widget class="QPushButton" name="quitButton">
86    <property name="geometry">
87     <rect>
88      <x>460</x>
89      <y>330</y>
90      <width>271</width>
91      <height>51</height>
92     </rect>
93    </property>
94    <property name="font">
95     <font>
96      <family>Sans Serif</family>
97      <pointsize>20</pointsize>
98     </font>
99    </property>
100    <property name="text">
101     <string>Quit</string>
102    </property>
103   </widget>
104  </widget>
105  <resources/>
106  <connections/>
107 </ui>