diff -r 4e8b98454baa -r 800c432b34c8 eric7/PluginManager/PluginUninstallDialog.ui --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric7/PluginManager/PluginUninstallDialog.ui Sat May 15 18:45:04 2021 +0200 @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>PluginUninstallDialog</class> + <widget class="QWidget" name="PluginUninstallDialog"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>400</width> + <height>186</height> + </rect> + </property> + <property name="windowTitle"> + <string>Plugin Uninstallation</string> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <widget class="QLabel" name="label_3"> + <property name="text"> + <string>Plugin directory:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="pluginDirectoryCombo"> + <property name="toolTip"> + <string>Select the plugin area containing the plugin to uninstall</string> + </property> + </widget> + </item> + <item> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Plugin:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="pluginNameCombo"> + <property name="toolTip"> + <string>Select the plugin to uninstall</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="keepConfigurationCheckBox"> + <property name="toolTip"> + <string>Select to keep the configuration data</string> + </property> + <property name="text"> + <string>Keep configuration data</string> + </property> + </widget> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <tabstops> + <tabstop>pluginDirectoryCombo</tabstop> + <tabstop>pluginNameCombo</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> + <resources/> + <connections/> +</ui>