First version
[staging/HomeScreen.git] / 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>800</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>800</width>
22      <height>60</height>
23     </rect>
24    </property>
25    <property name="styleSheet">
26     <string notr="true">background-image: url(:/images/backgrounds/bg_green_day.png);</string>
27    </property>
28    <widget class="QPushButton" name="pushButton_Home">
29     <property name="geometry">
30      <rect>
31       <x>10</x>
32       <y>10</y>
33       <width>40</width>
34       <height>40</height>
35      </rect>
36     </property>
37     <property name="focusPolicy">
38      <enum>Qt::NoFocus</enum>
39     </property>
40     <property name="styleSheet">
41      <string notr="true">background-image: url(:/images/transparency.png);
42 border-image: url(:/images/transparency.png);</string>
43     </property>
44     <property name="text">
45      <string/>
46     </property>
47     <property name="icon">
48      <iconset resource="homescreen.qrc">
49       <normaloff>:/icons/home_day.png</normaloff>:/icons/home_day.png</iconset>
50     </property>
51     <property name="iconSize">
52      <size>
53       <width>40</width>
54       <height>40</height>
55      </size>
56     </property>
57    </widget>
58    <widget class="QPushButton" name="pushButton_Settings">
59     <property name="geometry">
60      <rect>
61       <x>380</x>
62       <y>10</y>
63       <width>40</width>
64       <height>40</height>
65      </rect>
66     </property>
67     <property name="focusPolicy">
68      <enum>Qt::NoFocus</enum>
69     </property>
70     <property name="styleSheet">
71      <string notr="true">background-image: url(:/images/transparency.png);
72 border-image: url(:/images/transparency.png);</string>
73     </property>
74     <property name="text">
75      <string/>
76     </property>
77     <property name="icon">
78      <iconset resource="homescreen.qrc">
79       <normaloff>:/icons/settings_day.png</normaloff>:/icons/settings_day.png</iconset>
80     </property>
81     <property name="iconSize">
82      <size>
83       <width>40</width>
84       <height>40</height>
85      </size>
86     </property>
87    </widget>
88   </widget>
89  </widget>
90  <resources>
91   <include location="homescreen.qrc"/>
92  </resources>
93  <connections/>
94 </ui>