946f5f088b55686a145fd85af42f2f61e8f369f0
[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>308</width>
10     <height>134</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</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_oc">
24        <property name="text">
25         <string>Enable Overclocking</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QCheckBox" name="checkBox_rotate">
31        <property name="text">
32         <string>Enable Auto-rotate</string>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QCheckBox" name="checkBox_temperature">
38        <property name="text">
39         <string>Display more accurate temperature</string>
40        </property>
41       </widget>
42      </item>
43      <item>
44       <widget class="QDialogButtonBox" name="buttonBox">
45        <property name="orientation">
46         <enum>Qt::Horizontal</enum>
47        </property>
48        <property name="standardButtons">
49         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
50        </property>
51       </widget>
52      </item>
53     </layout>
54    </item>
55   </layout>
56  </widget>
57  <resources/>
58  <connections>
59   <connection>
60    <sender>buttonBox</sender>
61    <signal>rejected()</signal>
62    <receiver>Settings</receiver>
63    <slot>hide()</slot>
64    <hints>
65     <hint type="sourcelabel">
66      <x>153</x>
67      <y>107</y>
68     </hint>
69     <hint type="destinationlabel">
70      <x>153</x>
71      <y>66</y>
72     </hint>
73    </hints>
74   </connection>
75  </connections>
76 </ui>