First version
[staging/HomeScreen.git] / 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>800</width>
10     <height>480</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>480</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>
30   <widget class="QComboBox" name="comboBoxLanguage">
31    <property name="geometry">
32     <rect>
33      <x>390</x>
34      <y>20</y>
35      <width>400</width>
36      <height>60</height>
37     </rect>
38    </property>
39    <property name="font">
40     <font>
41      <pointsize>22</pointsize>
42     </font>
43    </property>
44    <property name="focusPolicy">
45     <enum>Qt::NoFocus</enum>
46    </property>
47    <property name="styleSheet">
48     <string notr="true">QComboBox {
49 border: 1px solid #D3D3D3;
50 border-radius: 8px;
51 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));
52 color: #333;
53 padding: 0px;
54
55 QComboBox:on {
56 background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #D5D5D5, stop: 1 #EEEEEE);
57
58 QComboBox::drop-down {
59 border: 0px solid;
60 border-radius: 0px;
61 }
62 QComboBox::down-arrow:on {
63 }
64 </string>
65    </property>
66   </widget>
67   <widget class="QLabel" name="labelLanguage">
68    <property name="geometry">
69     <rect>
70      <x>20</x>
71      <y>20</y>
72      <width>300</width>
73      <height>60</height>
74     </rect>
75    </property>
76    <property name="font">
77     <font>
78      <pointsize>22</pointsize>
79     </font>
80    </property>
81    <property name="text">
82     <string>Language</string>
83    </property>
84   </widget>
85   <widget class="QWidget" name="widget_Settings_Icon" native="true">
86    <property name="geometry">
87     <rect>
88      <x>-40</x>
89      <y>320</y>
90      <width>200</width>
91      <height>200</height>
92     </rect>
93    </property>
94    <property name="styleSheet">
95     <string notr="true">border-image: url(:/icons/settings_day.png) 0 0 0 0 stretch stretch;
96 </string>
97    </property>
98   </widget>
99  </widget>
100  <resources/>
101  <connections/>
102 </ui>