First version
[staging/HomeScreen.git] / resources / systemsettingssimulator.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SystemSettingsSimulator</class>
4  <widget class="QDialog" name="SystemSettingsSimulator">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>400</width>
10     <height>300</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>System Settings</string>
15   </property>
16   <widget class="QPushButton" name="pushButton_Exit">
17    <property name="geometry">
18     <rect>
19      <x>290</x>
20      <y>260</y>
21      <width>99</width>
22      <height>27</height>
23     </rect>
24    </property>
25    <property name="focusPolicy">
26     <enum>Qt::NoFocus</enum>
27    </property>
28    <property name="text">
29     <string>Exit</string>
30    </property>
31   </widget>
32   <widget class="QGroupBox" name="groupBoxDayNightMode">
33    <property name="geometry">
34     <rect>
35      <x>20</x>
36      <y>20</y>
37      <width>161</width>
38      <height>91</height>
39     </rect>
40    </property>
41    <property name="title">
42     <string>Day/Night Mode</string>
43    </property>
44    <widget class="QRadioButton" name="radioButton_NightMode">
45     <property name="geometry">
46      <rect>
47       <x>10</x>
48       <y>50</y>
49       <width>117</width>
50       <height>22</height>
51      </rect>
52     </property>
53     <property name="focusPolicy">
54      <enum>Qt::NoFocus</enum>
55     </property>
56     <property name="text">
57      <string>Night Mode</string>
58     </property>
59    </widget>
60    <widget class="QRadioButton" name="radioButton_DayMode">
61     <property name="geometry">
62      <rect>
63       <x>10</x>
64       <y>30</y>
65       <width>117</width>
66       <height>22</height>
67      </rect>
68     </property>
69     <property name="focusPolicy">
70      <enum>Qt::NoFocus</enum>
71     </property>
72     <property name="text">
73      <string>Day Mode</string>
74     </property>
75     <property name="checked">
76      <bool>true</bool>
77     </property>
78    </widget>
79   </widget>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>