0e1d5ee61f26eb7151bc11f0f684f8c44adfd54d
[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>364</width>
10     <height>183</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="QLabel" name="label">
24        <property name="text">
25         <string>Please have a look at the QCPUFreq help for an explanation of these settings!</string>
26        </property>
27        <property name="wordWrap">
28         <bool>true</bool>
29        </property>
30       </widget>
31      </item>
32      <item>
33       <widget class="QCheckBox" name="checkBox_rotate">
34        <property name="text">
35         <string>Enable auto-rotation</string>
36        </property>
37       </widget>
38      </item>
39      <item>
40       <widget class="QCheckBox" name="checkBox_confirmapply">
41        <property name="text">
42         <string>Confirm frequency before applying</string>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <widget class="QCheckBox" name="checkBox_oc">
48        <property name="text">
49         <string>Enable overclocking</string>
50        </property>
51       </widget>
52      </item>
53      <item>
54       <widget class="QCheckBox" name="checkBox_temperature">
55        <property name="text">
56         <string>Load bq27x00_battery module</string>
57        </property>
58       </widget>
59      </item>
60      <item>
61       <widget class="QDialogButtonBox" name="buttonBox">
62        <property name="standardButtons">
63         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
64        </property>
65       </widget>
66      </item>
67     </layout>
68    </item>
69   </layout>
70  </widget>
71  <resources/>
72  <connections>
73   <connection>
74    <sender>buttonBox</sender>
75    <signal>rejected()</signal>
76    <receiver>Settings</receiver>
77    <slot>hide()</slot>
78    <hints>
79     <hint type="sourcelabel">
80      <x>153</x>
81      <y>107</y>
82     </hint>
83     <hint type="destinationlabel">
84      <x>153</x>
85      <y>66</y>
86     </hint>
87    </hints>
88   </connection>
89  </connections>
90 </ui>