Ask for confirmation before applying new maximum frequency.
[qcpufreq] / src / settings.ui
index 45464d1..0e1d5ee 100644 (file)
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>308</width>
-    <height>134</height>
+    <width>364</width>
+    <height>183</height>
    </rect>
   </property>
   <property name="windowTitle">
    <item row="0" column="0">
     <layout class="QVBoxLayout" name="verticalLayout">
      <item>
+      <widget class="QLabel" name="label">
+       <property name="text">
+        <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>
+     <item>
       <widget class="QCheckBox" name="checkBox_rotate">
        <property name="text">
         <string>Enable auto-rotation</string>
       </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>
@@ -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>