Change order of items in settings dialog
authorDaniel Klaffenbach <danielklaffenbach@gmail.com>
Wed, 10 Nov 2010 13:36:59 +0000 (14:36 +0100)
committerDaniel Klaffenbach <danielklaffenbach@gmail.com>
Wed, 10 Nov 2010 13:36:59 +0000 (14:36 +0100)
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>