2ec507649bc635a8d6625c9843db4dc4503046a8
[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="comboBoxLanguage">
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_Settings_Icon" 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>
81   <widget class="QLabel" name="labelLanguage">
82    <property name="geometry">
83     <rect>
84      <x>20</x>
85      <y>20</y>
86      <width>300</width>
87      <height>60</height>
88     </rect>
89    </property>
90    <property name="font">
91     <font>
92      <pointsize>22</pointsize>
93     </font>
94    </property>
95    <property name="text">
96     <string>Language</string>
97    </property>
98   </widget>
99  </widget>
100  <resources/>
101  <connections/>
102 </ui>