Change order of items in settings dialog
[qcpufreq] / src / settings.ui
index 4a975f6..45464d1 100644 (file)
    <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_oc">
        <property name="text">
-        <string>Enable auto-rotation</string>
+        <string>Enable overclocking</string>
        </property>
       </widget>
      </item>