--- a/eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui Fri Sep 04 18:48:52 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/EditorGeneralPage.ui Fri Sep 04 18:50:43 2020 +0200 @@ -170,7 +170,7 @@ </column> <column> <property name="text"> - <string notr="true"> </string> + <string notr="true"/> </property> </column> </widget> @@ -276,6 +276,60 @@ </widget> </item> <item> + <widget class="QGroupBox" name="sourceOutlineGroupBox"> + <property name="toolTip"> + <string>Select to enable the source code outline view</string> + </property> + <property name="title"> + <string>Source Code Outline</string> + </property> + <property name="checkable"> + <bool>true</bool> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Default Width:</string> + </property> + </widget> + </item> + <item> + <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> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>397</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Comments</string> @@ -362,6 +416,8 @@ <tabstop>tabforindentationCheckBox</tabstop> <tabstop>tabindentsCheckBox</tabstop> <tabstop>converttabsCheckBox</tabstop> + <tabstop>sourceOutlineGroupBox</tabstop> + <tabstop>sourceOutlineWidthSpinBox</tabstop> <tabstop>comment0CheckBox</tabstop> <tabstop>vsSelectionCheckBox</tabstop> <tabstop>vsUserCheckBox</tabstop>