First version
[staging/HomeScreen.git] / resources / mainwindow.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>600</height>
11    </rect>
12   </property>
13   <property name="focusPolicy">
14    <enum>Qt::NoFocus</enum>
15   </property>
16   <property name="windowTitle">
17    <string/>
18   </property>
19   <property name="styleSheet">
20    <string notr="true"/>
21   </property>
22   <widget class="QWidget" name="centralWidget">
23    <widget class="QWidget" name="widget_Background" native="true">
24     <property name="geometry">
25      <rect>
26       <x>0</x>
27       <y>60</y>
28       <width>800</width>
29       <height>480</height>
30      </rect>
31     </property>
32     <property name="focusPolicy">
33      <enum>Qt::NoFocus</enum>
34     </property>
35     <property name="styleSheet">
36      <string notr="true">background-image: url(:/images/backgrounds/bg_blue_day.png)
37 </string>
38     </property>
39     <widget class="QWidget" name="widget_Home_Icon" native="true">
40      <property name="geometry">
41       <rect>
42        <x>-40</x>
43        <y>320</y>
44        <width>200</width>
45        <height>200</height>
46       </rect>
47      </property>
48      <property name="styleSheet">
49       <string notr="true">border-image: url(:/icons/home_day.png) 0 0 0 0 stretch stretch;
50 </string>
51      </property>
52     </widget>
53     <widget class="QPushButton" name="pushButton">
54      <property name="geometry">
55       <rect>
56        <x>40</x>
57        <y>40</y>
58        <width>150</width>
59        <height>150</height>
60       </rect>
61      </property>
62      <property name="focusPolicy">
63       <enum>Qt::NoFocus</enum>
64      </property>
65      <property name="text">
66       <string>App 1 (dummy entry!)</string>
67      </property>
68     </widget>
69     <widget class="QPushButton" name="pushButton_2">
70      <property name="geometry">
71       <rect>
72        <x>230</x>
73        <y>40</y>
74        <width>150</width>
75        <height>150</height>
76       </rect>
77      </property>
78      <property name="focusPolicy">
79       <enum>Qt::NoFocus</enum>
80      </property>
81      <property name="text">
82       <string>App 1 (dummy entry!)</string>
83      </property>
84     </widget>
85     <widget class="QPushButton" name="pushButton_3">
86      <property name="geometry">
87       <rect>
88        <x>430</x>
89        <y>40</y>
90        <width>150</width>
91        <height>150</height>
92       </rect>
93      </property>
94      <property name="focusPolicy">
95       <enum>Qt::NoFocus</enum>
96      </property>
97      <property name="text">
98       <string>App 1 (dummy entry!)</string>
99      </property>
100     </widget>
101     <widget class="QPushButton" name="pushButton_4">
102      <property name="geometry">
103       <rect>
104        <x>620</x>
105        <y>40</y>
106        <width>150</width>
107        <height>150</height>
108       </rect>
109      </property>
110      <property name="focusPolicy">
111       <enum>Qt::NoFocus</enum>
112      </property>
113      <property name="text">
114       <string>App 1 (dummy entry!)</string>
115      </property>
116     </widget>
117     <widget class="QPushButton" name="pushButton_5">
118      <property name="geometry">
119       <rect>
120        <x>620</x>
121        <y>250</y>
122        <width>150</width>
123        <height>150</height>
124       </rect>
125      </property>
126      <property name="focusPolicy">
127       <enum>Qt::NoFocus</enum>
128      </property>
129      <property name="text">
130       <string>App 1 (dummy entry!)</string>
131      </property>
132     </widget>
133     <widget class="QPushButton" name="pushButton_6">
134      <property name="geometry">
135       <rect>
136        <x>440</x>
137        <y>250</y>
138        <width>150</width>
139        <height>150</height>
140       </rect>
141      </property>
142      <property name="focusPolicy">
143       <enum>Qt::NoFocus</enum>
144      </property>
145      <property name="text">
146       <string>App 1 (dummy entry!)</string>
147      </property>
148     </widget>
149     <widget class="QPushButton" name="pushButton_7">
150      <property name="geometry">
151       <rect>
152        <x>40</x>
153        <y>250</y>
154        <width>150</width>
155        <height>150</height>
156       </rect>
157      </property>
158      <property name="focusPolicy">
159       <enum>Qt::NoFocus</enum>
160      </property>
161      <property name="text">
162       <string>App 1 (dummy entry!)</string>
163      </property>
164     </widget>
165     <widget class="QPushButton" name="pushButton_8">
166      <property name="geometry">
167       <rect>
168        <x>240</x>
169        <y>250</y>
170        <width>150</width>
171        <height>150</height>
172       </rect>
173      </property>
174      <property name="focusPolicy">
175       <enum>Qt::NoFocus</enum>
176      </property>
177      <property name="text">
178       <string>App 1 (dummy entry!)</string>
179      </property>
180     </widget>
181    </widget>
182   </widget>
183  </widget>
184  <layoutdefault spacing="6" margin="11"/>
185  <resources/>
186  <connections/>
187 </ui>