Improve settings widget
[qcpufreq] / src / settings.ui
index 946f5f0..0bdccfe 100644 (file)
@@ -6,12 +6,12 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>308</width>
-    <height>134</height>
+    <width>337</width>
+    <height>135</height>
    </rect>
   </property>
   <property name="windowTitle">
-   <string>Dialog</string>
+   <string>Settings</string>
   </property>
   <property name="locale">
    <locale language="English" country="UnitedStates"/>
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
-      <widget class="QCheckBox" name="checkBox_oc">
+      <widget class="QCheckBox" name="checkBox_rotate">
        <property name="text">
-        <string>Enable Overclocking</string>
+        <string>Enable auto-rotation</string>
        </property>
       </widget>
      </item>
      <item>
-      <widget class="QCheckBox" name="checkBox_rotate">
+      <widget class="QCheckBox" name="checkBox_confirmapply">
+       <property name="text">
+        <string>Confirm frequency changes</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QCheckBox" name="checkBox_oc">
        <property name="text">
-        <string>Enable Auto-rotate</string>
+        <string>Enable overclocking</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QCheckBox" name="checkBox_temperature">
        <property name="text">
-        <string>Display more accurate temperature</string>
+        <string>Load bq27x00_battery module</string>
        </property>
       </widget>
      </item>
      <item>
       <widget class="QDialogButtonBox" name="buttonBox">
-       <property name="orientation">
-        <enum>Qt::Horizontal</enum>
-       </property>
        <property name="standardButtons">
         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set>
        </property>