7dc8a752e1364cf64f3c34a48f1410078faf81b9
[staging/HomeScreen.git] / HomeScreen / resources / settingswidget.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsWidget</class>
4  <widget class="QWidget" name="SettingsWidget">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>1080</width>
10     <height>1800</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>1800</height>
23     </rect>
24    </property>
25    <property name="styleSheet">
26     <string notr="true">background-image: url(:/images/backgrounds/bg_blue_day.png);
27 </string>
28    </property>
29    <widget class="QComboBox" name="comboBox_language">
30     <property name="geometry">
31      <rect>
32       <x>660</x>
33       <y>20</y>
34       <width>400</width>
35       <height>60</height>
36      </rect>
37     </property>
38     <property name="font">
39      <font>
40       <pointsize>22</pointsize>
41      </font>
42     </property>
43     <property name="focusPolicy">
44      <enum>Qt::NoFocus</enum>
45     </property>
46     <property name="styleSheet">
47      <string notr="true">QComboBox {
48 border: 1px solid #D3D3D3;
49 border-radius: 8px;
50 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(242, 242, 249, 255), stop:1 rgba(255, 255, 255, 255));
51 color: #333;
52 padding: 0px;
53
54 QComboBox:on {
55 background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #D5D5D5, stop: 1 #EEEEEE);
56
57 QComboBox::drop-down {
58 border: 0px solid;
59 border-radius: 0px;
60 }
61 QComboBox::down-arrow:on {
62 }
63 </string>
64     </property>
65    </widget>
66    <widget class="QWidget" name="widget_settingsIcon" native="true">
67     <property name="geometry">
68      <rect>
69       <x>-40</x>
70       <y>1640</y>
71       <width>200</width>
72       <height>200</height>
73      </rect>
74     </property>
75     <property name="styleSheet">
76      <string notr="true">border-image: url(:/icons/settings_day.png) 0 0 0 0 stretch stretch;
77 </string>
78     </property>
79    </widget>
80    <widget class="QLabel" name="label_colorScheme">
81     <property name="geometry">
82      <rect>
83       <x>20</x>
84       <y>120</y>
85       <width>300</width>
86       <height>60</height>
87      </rect>
88     </property>
89     <property name="font">
90      <font>
91       <pointsize>22</pointsize>
92      </font>
93     </property>
94     <property name="text">
95      <string>Color Scheme</string>
96     </property>
97    </widget>
98    <widget class="QLabel" name="label_language">
99     <property name="geometry">
100      <rect>
101       <x>20</x>
102       <y>20</y>
103       <width>300</width>
104       <height>60</height>
105      </rect>
106     </property>
107     <property name="font">
108      <font>
109       <pointsize>22</pointsize>
110      </font>
111     </property>
112     <property name="text">
113      <string>Language</string>
114     </property>
115    </widget>
116    <widget class="QComboBox" name="comboBox_colorScheme">
117     <property name="geometry">
118      <rect>
119       <x>660</x>
120       <y>120</y>
121       <width>400</width>
122       <height>60</height>
123      </rect>
124     </property>
125     <property name="font">
126      <font>
127       <pointsize>22</pointsize>
128      </font>
129     </property>
130     <property name="focusPolicy">
131      <enum>Qt::NoFocus</enum>
132     </property>
133     <property name="styleSheet">
134      <string notr="true">QComboBox {
135 border: 1px solid #D3D3D3;
136 border-radius: 8px;
137 background: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(242, 242, 249, 255), stop:1 rgba(255, 255, 255, 255));
138 color: #333;
139 padding: 0px;
140
141 QComboBox:on {
142 background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #D5D5D5, stop: 1 #EEEEEE);
143
144 QComboBox::drop-down {
145 border: 0px solid;
146 border-radius: 0px;
147 }
148 QComboBox::down-arrow:on {
149 }
150 </string>
151     </property>
152    </widget>
153   </widget>
154  </widget>
155  <resources/>
156  <connections/>
157 </ui>