Add Nav and Media app to control bar.
[staging/HomeScreen.git] / HomeScreen / resources / controlbarwidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ControlBarWidget</class>
4  <widget class="QWidget" name="ControlBarWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1080</width>
10     <height>60</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <widget class="QWidget" name="widget_background" native="true">
17    <property name="geometry">
18     <rect>
19      <x>0</x>
20      <y>0</y>
21      <width>1080</width>
22      <height>60</height>
23     </rect>
24    </property>
25    <widget class="QPushButton" name="pushButton_home">
26     <property name="geometry">
27      <rect>
28       <x>10</x>
29       <y>10</y>
30       <width>40</width>
31       <height>40</height>
32      </rect>
33     </property>
34     <property name="focusPolicy">
35      <enum>Qt::NoFocus</enum>
36     </property>
37     <property name="styleSheet">
38      <string notr="true">background-image: url(:/images/transparency.png);
39 border-image: url(:/images/transparency.png);</string>
40     </property>
41     <property name="text">
42      <string/>
43     </property>
44     <property name="icon">
45      <iconset resource="homescreen.qrc">
46       <normaloff>:/icons/home_day.png</normaloff>:/icons/home_day.png</iconset>
47     </property>
48     <property name="iconSize">
49      <size>
50       <width>40</width>
51       <height>40</height>
52      </size>
53     </property>
54    </widget>
55    <widget class="QPushButton" name="pushButton_settings">
56     <property name="geometry">
57      <rect>
58       <x>60</x>
59       <y>10</y>
60       <width>40</width>
61       <height>40</height>
62      </rect>
63     </property>
64     <property name="focusPolicy">
65      <enum>Qt::NoFocus</enum>
66     </property>
67     <property name="styleSheet">
68      <string notr="true">background-image: url(:/images/transparency.png);
69 border-image: url(:/images/transparency.png);</string>
70     </property>
71     <property name="text">
72      <string/>
73     </property>
74     <property name="icon">
75      <iconset resource="homescreen.qrc">
76       <normaloff>:/icons/settings_day.png</normaloff>:/icons/settings_day.png</iconset>
77     </property>
78     <property name="iconSize">
79      <size>
80       <width>40</width>
81       <height>40</height>
82      </size>
83     </property>
84    </widget>
85    <widget class="QPushButton" name="pushButton_nav">
86     <property name="geometry">
87      <rect>
88       <x>160</x>
89       <y>10</y>
90       <width>40</width>
91       <height>40</height>
92      </rect>
93     </property>
94     <property name="focusPolicy">
95      <enum>Qt::NoFocus</enum>
96     </property>
97     <property name="styleSheet">
98      <string notr="true">background-image: url(:/images/transparency.png);
99 border-image: url(:/images/transparency.png);</string>
100     </property>
101     <property name="text">
102      <string/>
103     </property>
104     <property name="icon">
105      <iconset resource="homescreen.qrc">
106       <normaloff>:/icons/explore_day.png</normaloff>:/icons/explore_day.png</iconset>
107     </property>
108     <property name="iconSize">
109      <size>
110       <width>40</width>
111       <height>40</height>
112      </size>
113     </property>
114    </widget>
115    <widget class="QPushButton" name="pushButton_empty">
116     <property name="geometry">
117      <rect>
118       <x>110</x>
119       <y>10</y>
120       <width>40</width>
121       <height>40</height>
122      </rect>
123     </property>
124     <property name="focusPolicy">
125      <enum>Qt::NoFocus</enum>
126     </property>
127     <property name="styleSheet">
128      <string notr="true">background-image: url(:/images/transparency.png);
129 border-image: url(:/images/transparency.png);</string>
130     </property>
131     <property name="text">
132      <string/>
133     </property>
134    </widget>
135    <widget class="QPushButton" name="pushButton_media">
136     <property name="geometry">
137      <rect>
138       <x>210</x>
139       <y>10</y>
140       <width>40</width>
141       <height>40</height>
142      </rect>
143     </property>
144     <property name="focusPolicy">
145      <enum>Qt::NoFocus</enum>
146     </property>
147     <property name="styleSheet">
148      <string notr="true">background-image: url(:/images/transparency.png);
149 border-image: url(:/images/transparency.png);</string>
150     </property>
151     <property name="text">
152      <string/>
153     </property>
154     <property name="icon">
155      <iconset resource="homescreen.qrc">
156       <normaloff>:/icons/media_day.png</normaloff>:/icons/media_day.png</iconset>
157     </property>
158     <property name="iconSize">
159      <size>
160       <width>40</width>
161       <height>40</height>
162      </size>
163     </property>
164    </widget>
165   </widget>
166  </widget>
167  <resources>
168   <include location="homescreen.qrc"/>
169  </resources>
170  <connections/>
171 </ui>