--- a/eric7/PluginManager/PluginUninstallDialog.ui Fri Aug 20 19:54:49 2021 +0200 +++ b/eric7/PluginManager/PluginUninstallDialog.ui Fri Aug 20 19:56:17 2021 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>186</height> + <height>450</height> </rect> </property> <property name="windowTitle"> @@ -31,14 +31,20 @@ <item> <widget class="QLabel" name="label_2"> <property name="text"> - <string>Plugin:</string> + <string>Plugins:</string> </property> </widget> </item> <item> - <widget class="QComboBox" name="pluginNameCombo"> + <widget class="QListWidget" name="pluginsList"> <property name="toolTip"> - <string>Select the plugin to uninstall</string> + <string>Check the plugins to be uninstalled</string> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="sortingEnabled"> + <bool>true</bool> </property> </widget> </item> @@ -66,8 +72,8 @@ </widget> <tabstops> <tabstop>pluginDirectoryCombo</tabstop> - <tabstop>pluginNameCombo</tabstop> - <tabstop>buttonBox</tabstop> + <tabstop>pluginsList</tabstop> + <tabstop>keepConfigurationCheckBox</tabstop> </tabstops> <resources/> <connections/>