Add two sample apps just to have some Qt based applications that can be launched.
[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   <widget class="QWidget" name="centralWidget">
17    <widget class="QLabel" name="label">
18     <property name="geometry">
19      <rect>
20       <x>20</x>
21       <y>10</y>
22       <width>171</width>
23       <height>17</height>
24      </rect>
25     </property>
26     <property name="text">
27      <string>Sample Navigation App</string>
28     </property>
29    </widget>
30    <widget class="QPushButton" name="pushButton">
31     <property name="geometry">
32      <rect>
33       <x>140</x>
34       <y>60</y>
35       <width>100</width>
36       <height>100</height>
37      </rect>
38     </property>
39     <property name="text">
40      <string>100x100px</string>
41     </property>
42    </widget>
43    <widget class="QLabel" name="label_2">
44     <property name="geometry">
45      <rect>
46       <x>110</x>
47       <y>220</y>
48       <width>161</width>
49       <height>17</height>
50      </rect>
51     </property>
52     <property name="text">
53      <string>400x300px default size</string>
54     </property>
55    </widget>
56   </widget>
57   <widget class="QMenuBar" name="menuBar">
58    <property name="geometry">
59     <rect>
60      <x>0</x>
61      <y>0</y>
62      <width>400</width>
63      <height>25</height>
64     </rect>
65    </property>
66    <widget class="QMenu" name="menuSampleMenu">
67     <property name="title">
68      <string>SampleMenu</string>
69     </property>
70    </widget>
71    <widget class="QMenu" name="menuYet_Another_Sample">
72     <property name="title">
73      <string>Yet Another Sample</string>
74     </property>
75    </widget>
76    <addaction name="menuSampleMenu"/>
77    <addaction name="menuYet_Another_Sample"/>
78   </widget>
79   <widget class="QToolBar" name="mainToolBar">
80    <attribute name="toolBarArea">
81     <enum>TopToolBarArea</enum>
82    </attribute>
83    <attribute name="toolBarBreak">
84     <bool>false</bool>
85    </attribute>
86   </widget>
87  </widget>
88  <layoutdefault spacing="6" margin="11"/>
89  <resources/>
90  <connections/>
91 </ui>