Launch navigation@0.1 when pressing NAVIGATION button
[staging/HomeScreen.git] / HomeScreen / 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>1080</width>
10     <height>1920</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>1080</width>
29       <height>1800</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_homeIcon" native="true">
40      <property name="geometry">
41       <rect>
42        <x>-40</x>
43        <y>1640</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>
54   </widget>
55  </widget>
56  <layoutdefault spacing="6" margin="11"/>
57  <resources/>
58  <connections/>
59 </ui>