Ask for confirmation before applying new maximum frequency.
[qcpufreq] / src / settings.ui
index 768a05a..0e1d5ee 100644 (file)
@@ -6,12 +6,12 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>308</width>
-    <height>134</height>
+    <width>364</width>
+    <height>183</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="QLabel" name="label">
        <property name="text">
-        <string>Enable overclocking</string>
+        <string>Please have a look at the QCPUFreq help for an explanation of these settings!</string>
+       </property>
+       <property name="wordWrap">
+        <bool>true</bool>
        </property>
       </widget>
      </item>
       </widget>
      </item>
      <item>
+      <widget class="QCheckBox" name="checkBox_confirmapply">
+       <property name="text">
+        <string>Confirm frequency before applying</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QCheckBox" name="checkBox_oc">
+       <property name="text">
+        <string>Enable overclocking</string>
+       </property>
+      </widget>
+     </item>
+     <item>
       <widget class="QCheckBox" name="checkBox_temperature">
        <property name="text">
         <string>Load bq27x00_battery module</string>
@@ -42,9 +59,6 @@
      </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>