diff -r c23a94f7e2e5 -r 1f9f35f9be6d eric6/Preferences/ConfigurationPages/InterfacePage.ui --- a/eric6/Preferences/ConfigurationPages/InterfacePage.ui Sun Oct 04 18:53:35 2020 +0200 +++ b/eric6/Preferences/ConfigurationPages/InterfacePage.ui Mon Oct 05 19:11:15 2020 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>557</width> - <height>921</height> + <width>550</width> + <height>751</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> @@ -37,6 +37,24 @@ <string>Browsers</string> </property> <layout class="QGridLayout" name="gridLayout_2"> + <item row="3" column="0" colspan="2"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="label_4"> + <property name="text"> + <string>Filter out files:</string> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="fileFiltersEdit"> + <property name="toolTip"> + <string>Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.</string> + </property> + </widget> + </item> + </layout> + </item> <item row="0" column="0"> <widget class="QCheckBox" name="uiBrowsersListFoldersFirstCheckBox"> <property name="toolTip"> @@ -77,23 +95,15 @@ </property> </widget> </item> - <item row="2" column="0" colspan="2"> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="label_4"> - <property name="text"> - <string>Filter out files:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="fileFiltersEdit"> - <property name="toolTip"> - <string>Enter wildcard file patterns separated by semicolon. Files matching these patterns will not be shown by the file browsers.</string> - </property> - </widget> - </item> - </layout> + <item row="2" column="0"> + <widget class="QCheckBox" name="browserShowCodingCheckBox"> + <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> @@ -487,6 +497,19 @@ </property> </widget> </item> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>0</height> + </size> + </property> + </spacer> + </item> </layout> </widget> <customwidgets> @@ -502,6 +525,7 @@ <tabstop>uiBrowsersHideNonPublicCheckBox</tabstop> <tabstop>uiBrowsersSortByOccurrenceCheckBox</tabstop> <tabstop>uiBrowsersShowHiddenCheckBox</tabstop> + <tabstop>browserShowCodingCheckBox</tabstop> <tabstop>fileFiltersEdit</tabstop> <tabstop>uiCaptionShowsFilenameGroupBox</tabstop> <tabstop>filenameLengthSpinBox</tabstop>