diff -r 81f8846b62ad -r 981456110843 src/eric7/Preferences/ConfigurationPages/InterfacePage.ui --- a/src/eric7/Preferences/ConfigurationPages/InterfacePage.ui Fri Oct 13 16:44:53 2023 +0200 +++ b/src/eric7/Preferences/ConfigurationPages/InterfacePage.ui Sat Oct 14 18:10:36 2023 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>550</width> - <height>1140</height> + <height>1235</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -156,68 +156,94 @@ </widget> </item> <item> - <layout class="QGridLayout" name="gridLayout_3"> - <item row="0" column="0"> - <widget class="QLabel" name="label_2"> - <property name="text"> - <string>Style:</string> - </property> - </widget> - </item> - <item row="0" column="1"> - <widget class="QComboBox" name="styleComboBox"> - <property name="toolTip"> - <string>Select the interface style</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QLabel" name="label_3"> - <property name="text"> - <string>Style Sheet:</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="EricPathPicker" name="styleSheetPicker" native="true"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> - </property> - <property name="toolTip"> - <string>Enter the path of the style sheet file</string> - </property> - </widget> - </item> - <item row="2" column="0"> - <widget class="QLabel" name="label_6"> - <property name="text"> - <string>Style Icons Path:</string> - </property> - </widget> - </item> - <item row="2" column="1"> - <widget class="EricPathPicker" name="styleIconsPathPicker" native="true"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="focusPolicy"> - <enum>Qt::StrongFocus</enum> - </property> - <property name="toolTip"> - <string>Enter the path to the icons used within the style sheet (empty for default)</string> - </property> - </widget> - </item> - </layout> + <widget class="QGroupBox" name="groupBox"> + <property name="title"> + <string>Style</string> + </property> + <layout class="QGridLayout" name="gridLayout_3"> + <item row="0" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Style:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QComboBox" name="styleComboBox"> + <property name="toolTip"> + <string>Select the interface style</string> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Style Sheet:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="EricPathPicker" name="styleSheetPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path of the style sheet file</string> + </property> + </widget> + </item> + <item row="2" column="0"> + <widget class="QLabel" name="label_6"> + <property name="text"> + <string>Style Icons Path:</string> + </property> + </widget> + </item> + <item row="2" column="1"> + <widget class="EricPathPicker" name="styleIconsPathPicker" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="focusPolicy"> + <enum>Qt::StrongFocus</enum> + </property> + <property name="toolTip"> + <string>Enter the path to the icons used within the style sheet (empty for default)</string> + </property> + </widget> + </item> + <item row="3" column="0"> + <widget class="QLabel" name="label_7"> + <property name="text"> + <string>Item Selection Style:</string> + </property> + </widget> + </item> + <item row="3" column="1"> + <widget class="QComboBox" name="itemSelectionStyleComboBox"> + <property name="toolTip"> + <string>Select the style for item selection (default is platform dependent).</string> + </property> + </widget> + </item> + <item row="4" column="1"> + <widget class="QLabel" name="label_8"> + <property name="text"> + <string><b>Note:</b> This may not take effect on all views.</string> + </property> + </widget> + </item> + </layout> + </widget> </item> <item> <widget class="QGroupBox" name="groupBox_8"> @@ -658,6 +684,7 @@ <tabstop>styleComboBox</tabstop> <tabstop>styleSheetPicker</tabstop> <tabstop>styleIconsPathPicker</tabstop> + <tabstop>itemSelectionStyleComboBox</tabstop> <tabstop>iconBarButton</tabstop> <tabstop>iconSizeComboBox</tabstop> <tabstop>combinedLeftRightSidebarCheckBox</tabstop>