--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Mon Oct 31 17:54:41 2022 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.ui Tue Nov 01 16:46:35 2022 +0100 @@ -11,12 +11,7 @@ </rect> </property> <property name="windowTitle"> - <string>Code Style Check Result</string> - </property> - <property name="whatsThis"> - <string><b>Code Style Check Results</b> -<p>This dialog shows the results of the code style check. Double clicking an -entry will open an editor window and position the cursor at the respective line and position.</p></string> + <string>Code Style Check</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> @@ -267,7 +262,7 @@ <rect> <x>0</x> <y>0</y> - <width>389</width> + <width>611</width> <height>923</height> </rect> </property> @@ -1406,6 +1401,52 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_18"> + <property name="title"> + <string>Imports Sorting</string> + </property> + <layout class="QGridLayout" name="gridLayout_10"> + <item row="0" column="0"> + <widget class="QLabel" name="label_37"> + <property name="text"> + <string>Sort Order:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QComboBox" name="sortOrderComboBox"> + <property name="toolTip"> + <string>Select the sort order</string> + </property> + </widget> + </item> + <item row="0" column="2"> + <spacer name="horizontalSpacer_4"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>439</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item row="1" column="0" colspan="3"> + <widget class="QCheckBox" name="sortCaseSensitiveCheckBox"> + <property name="toolTip"> + <string>Select to sort imports observing the case</string> + </property> + <property name="text"> + <string>Sort Case Sensitively</string> + </property> + </widget> + </item> + </layout> + </widget> + </item> + <item> <spacer name="verticalSpacer_7"> <property name="orientation"> <enum>Qt::Vertical</enum> @@ -1819,6 +1860,8 @@ <tabstop>allowAllButton</tabstop> <tabstop>banParentsButton</tabstop> <tabstop>banAllButton</tabstop> + <tabstop>sortOrderComboBox</tabstop> + <tabstop>sortCaseSensitiveCheckBox</tabstop> <tabstop>startButton</tabstop> <tabstop>loadDefaultButton</tabstop> <tabstop>storeDefaultButton</tabstop>