Support for color schemes
[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>
86  </widget>
87  <resources>
88   <include location="homescreen.qrc"/>
89  </resources>
90  <connections/>
91 </ui>