Only display overclocking option on power kernels
[qcpufreq] / src / mainwindow.ui
old mode 100755 (executable)
new mode 100644 (file)
index fd4f6a6..ad98fb0
@@ -6,8 +6,8 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>699</width>
-    <height>619</height>
+    <width>469</width>
+    <height>636</height>
    </rect>
   </property>
   <property name="windowTitle">
          <layout class="QGridLayout" name="gridLayout">
           <item row="0" column="0">
            <widget class="QLabel" name="label">
+            <property name="font">
+             <font>
+              <weight>75</weight>
+              <bold>true</bold>
+             </font>
+            </property>
             <property name="text">
              <string>Minimum CPU speed:</string>
             </property>
           </item>
           <item row="1" column="0">
            <widget class="QLabel" name="label_2">
+            <property name="font">
+             <font>
+              <weight>75</weight>
+              <bold>true</bold>
+             </font>
+            </property>
             <property name="text">
              <string>Maximum CPU speed:</string>
             </property>
           </item>
           <item row="2" column="0">
            <widget class="QLabel" name="label_4">
+            <property name="font">
+             <font>
+              <weight>75</weight>
+              <bold>true</bold>
+             </font>
+            </property>
             <property name="text">
-             <string>Current scaling governor:</string>
+             <string>Scaling governor:</string>
             </property>
            </widget>
           </item>
           </item>
           <item row="3" column="0">
            <widget class="QLabel" name="label_6">
+            <property name="font">
+             <font>
+              <weight>75</weight>
+              <bold>true</bold>
+             </font>
+            </property>
             <property name="text">
-             <string>Current CPU temperature:</string>
+             <string>CPU temperature:</string>
             </property>
            </widget>
           </item>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
+            <property name="font">
+             <font>
+              <weight>75</weight>
+              <bold>true</bold>
+             </font>
+            </property>
             <property name="text">
              <string>SmartReflex™:</string>
             </property>
            </widget>
           </item>
           <item row="4" column="1">
-           <widget class="QPushButton" name="sr_btn">
+           <widget class="QCheckBox" name="sr_box">
             <property name="sizePolicy">
-             <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
+             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text">
-             <string>Disabled</string>
+             <string>Enable</string>
             </property>
            </widget>
           </item>
     <rect>
      <x>0</x>
      <y>0</y>
-     <width>699</width>
+     <width>469</width>
      <height>21</height>
     </rect>
    </property>
     <property name="title">
      <string>File</string>
     </property>
+    <addaction name="actionOverclocking"/>
+    <addaction name="actionHelp"/>
     <addaction name="actionAbout"/>
    </widget>
    <addaction name="menuFile"/>
     <string>About</string>
    </property>
   </action>
+  <action name="actionHelp">
+   <property name="text">
+    <string>Help</string>
+   </property>
+  </action>
+  <action name="actionOverclocking">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>Enable overclocking</string>
+   </property>
+  </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <resources/>