8cfcd1e6028c5894f2729ea21f54674cf94d88a8
[staging/HomeScreen.git] / SampleNavigationApp / 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>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <property name="styleSheet">
17    <string notr="true">background-color: rgb(85, 255, 255);</string>
18   </property>
19   <widget class="QWidget" name="centralWidget">
20    <widget class="QLabel" name="label">
21     <property name="geometry">
22      <rect>
23       <x>20</x>
24       <y>10</y>
25       <width>171</width>
26       <height>17</height>
27      </rect>
28     </property>
29     <property name="text">
30      <string>Sample Navigation App</string>
31     </property>
32    </widget>
33    <widget class="QPushButton" name="pushButton">
34     <property name="geometry">
35      <rect>
36       <x>140</x>
37       <y>90</y>
38       <width>100</width>
39       <height>100</height>
40      </rect>
41     </property>
42     <property name="text">
43      <string>100x100px</string>
44     </property>
45    </widget>
46    <widget class="QLabel" name="label_2">
47     <property name="geometry">
48      <rect>
49       <x>110</x>
50       <y>260</y>
51       <width>161</width>
52       <height>17</height>
53      </rect>
54     </property>
55     <property name="text">
56      <string>400x300px default size</string>
57     </property>
58    </widget>
59   </widget>
60  </widget>
61  <layoutdefault spacing="6" margin="11"/>
62  <resources/>
63  <connections/>
64 </ui>