cbc74c6fa620aacf8518fda8a4771bf0f85d87b5
[qcpufreq] / src / 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>355</width>
10     <height>130</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</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     </layout>
44    </item>
45    <item row="0" column="1">
46     <layout class="QVBoxLayout" name="verticalLayout_2">
47      <item>
48       <widget class="QPushButton" name="btn_save">
49        <property name="text">
50         <string>Save</string>
51        </property>
52       </widget>
53      </item>
54      <item>
55       <spacer name="verticalSpacer">
56        <property name="orientation">
57         <enum>Qt::Vertical</enum>
58        </property>
59        <property name="sizeHint" stdset="0">
60         <size>
61          <width>20</width>
62          <height>40</height>
63         </size>
64        </property>
65       </spacer>
66      </item>
67      <item>
68       <widget class="QPushButton" name="btn_cancel">
69        <property name="text">
70         <string>Cancel</string>
71        </property>
72       </widget>
73      </item>
74     </layout>
75    </item>
76   </layout>
77  </widget>
78  <resources/>
79  <connections>
80   <connection>
81    <sender>btn_cancel</sender>
82    <signal>clicked()</signal>
83    <receiver>SettingsWidget</receiver>
84    <slot>close()</slot>
85    <hints>
86     <hint type="sourcelabel">
87      <x>304</x>
88      <y>106</y>
89     </hint>
90     <hint type="destinationlabel">
91      <x>177</x>
92      <y>64</y>
93     </hint>
94    </hints>
95   </connection>
96  </connections>
97 </ui>