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