--- a/src/eric7/CodeFormatting/BlackFormattingDialog.ui Tue Jul 12 17:31:17 2022 +0200 +++ b/src/eric7/CodeFormatting/BlackFormattingDialog.ui Wed Jul 13 11:16:20 2022 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>700</width> - <height>600</height> + <height>650</height> </rect> </property> <property name="windowTitle"> @@ -18,6 +18,46 @@ </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Status Filter:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="statusFilterComboBox"> + <property name="minimumSize"> + <size> + <width>150</width> + <height>0</height> + </size> + </property> + <property name="toolTip"> + <string>Select the status of items to be shown (empty for all).</string> + </property> + <property name="sizeAdjustPolicy"> + <enum>QComboBox::AdjustToMinimumContentsLengthWithIcon</enum> + </property> + </widget> + </item> + </layout> + </item> + <item> <widget class="QTreeWidget" name="resultsList"> <property name="alternatingRowColors"> <bool>true</bool> @@ -44,7 +84,7 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox"> + <widget class="QGroupBox" name="statisticsGroup"> <property name="title"> <string>Statistics</string> </property> @@ -199,6 +239,10 @@ </item> </layout> </widget> + <tabstops> + <tabstop>statusFilterComboBox</tabstop> + <tabstop>resultsList</tabstop> + </tabstops> <resources/> <connections/> </ui>