eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui

changeset 7757
1f9f35f9be6d
parent 7750
b16930e5baa9
child 7998
cd41c844862f
--- a/eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui	Sun Oct 04 18:53:35 2020 +0200
+++ b/eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui	Mon Oct 05 19:11:15 2020 +0200
@@ -294,25 +294,6 @@
         </property>
        </widget>
       </item>
-      <item row="0" column="1">
-       <widget class="QSpinBox" name="sourceOutlineWidthSpinBox">
-        <property name="toolTip">
-         <string>Enter the default width of the source code outline view</string>
-        </property>
-        <property name="alignment">
-         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
-        </property>
-        <property name="minimum">
-         <number>50</number>
-        </property>
-        <property name="maximum">
-         <number>498</number>
-        </property>
-        <property name="singleStep">
-         <number>50</number>
-        </property>
-       </widget>
-      </item>
       <item row="0" column="2">
        <spacer name="horizontalSpacer">
         <property name="orientation">
@@ -333,6 +314,25 @@
         </property>
        </widget>
       </item>
+      <item row="0" column="1">
+       <widget class="QSpinBox" name="sourceOutlineWidthSpinBox">
+        <property name="toolTip">
+         <string>Enter the default width of the source code outline view</string>
+        </property>
+        <property name="alignment">
+         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
+        </property>
+        <property name="minimum">
+         <number>50</number>
+        </property>
+        <property name="maximum">
+         <number>498</number>
+        </property>
+        <property name="singleStep">
+         <number>50</number>
+        </property>
+       </widget>
+      </item>
       <item row="1" column="1">
        <widget class="QSpinBox" name="sourceOutlineWidthStepSpinBox">
         <property name="toolTip">
@@ -352,6 +352,16 @@
         </property>
        </widget>
       </item>
+      <item row="2" column="0" colspan="3">
+       <widget class="QCheckBox" name="sourceOutlineShowCodingCheckBox">
+        <property name="toolTip">
+         <string>Select to show the source code encoding</string>
+        </property>
+        <property name="text">
+         <string>Show source file encoding</string>
+        </property>
+       </widget>
+      </item>
      </layout>
     </widget>
    </item>
@@ -432,6 +442,7 @@
   <tabstop>sourceOutlineGroupBox</tabstop>
   <tabstop>sourceOutlineWidthSpinBox</tabstop>
   <tabstop>sourceOutlineWidthStepSpinBox</tabstop>
+  <tabstop>sourceOutlineShowCodingCheckBox</tabstop>
   <tabstop>comment0CheckBox</tabstop>
   <tabstop>vsSelectionCheckBox</tabstop>
   <tabstop>vsUserCheckBox</tabstop>

eric ide

mercurial