Improve settings widget
[qcpufreq] / src / settings.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Settings</class>
4  <widget class="QDialog" name="Settings">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>337</width>
10     <height>135</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Settings</string>
15   </property>
16   <property name="locale">
17    <locale language="English" country="UnitedStates"/>
18   </property>
19   <layout class="QGridLayout" name="gridLayout">
20    <item row="0" column="0">
21     <layout class="QVBoxLayout" name="verticalLayout">
22      <item>
23       <widget class="QCheckBox" name="checkBox_rotate">
24        <property name="text">
25         <string>Enable auto-rotation</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QCheckBox" name="checkBox_confirmapply">
31        <property name="text">
32         <string>Confirm frequency changes</string>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QCheckBox" name="checkBox_oc">
38        <property name="text">
39         <string>Enable overclocking</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QCheckBox" name="checkBox_temperature">
45        <property name="text">
46         <string>Load bq27x00_battery module</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QDialogButtonBox" name="buttonBox">
52        <property name="standardButtons">
53         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
54        </property>
55       </widget>
56      </item>
57     </layout>
58    </item>
59   </layout>
60  </widget>
61  <resources/>
62  <connections>
63   <connection>
64    <sender>buttonBox</sender>
65    <signal>rejected()</signal>
66    <receiver>Settings</receiver>
67    <slot>hide()</slot>
68    <hints>
69     <hint type="sourcelabel">
70      <x>153</x>
71      <y>107</y>
72     </hint>
73     <hint type="destinationlabel">
74      <x>153</x>
75      <y>66</y>
76     </hint>
77    </hints>
78   </connection>
79  </connections>
80 </ui>