Added new (dummy) SettingsWidget
[qcpufreq] / src / mainwindow.ui
old mode 100755 (executable)
new mode 100644 (file)
index 05775bf..0ddb1e7
          <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>
      <x>0</x>
      <y>0</y>
      <width>469</width>
-     <height>21</height>
+     <height>23</height>
     </rect>
    </property>
    <widget class="QMenu" name="menuFile">
     <property name="title">
      <string>File</string>
     </property>
+    <addaction name="actionOverclocking"/>
     <addaction name="actionHelp"/>
     <addaction name="actionAbout"/>
+    <addaction name="actionSettings"/>
    </widget>
    <addaction name="menuFile"/>
   </widget>
     <string>Help</string>
    </property>
   </action>
+  <action name="actionOverclocking">
+   <property name="checkable">
+    <bool>true</bool>
+   </property>
+   <property name="text">
+    <string>Enable overclocking</string>
+   </property>
+  </action>
+  <action name="actionSettings">
+   <property name="text">
+    <string>Settings</string>
+   </property>
+  </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <resources/>