src/eric7/PluginManager/PluginUninstallDialog.ui

Mon, 07 Nov 2022 17:19:58 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Nov 2022 17:19:58 +0100
branch
eric7
changeset 9482
a2bc06a54d9d
parent 9209
b99e7fd55fd3
permissions
-rw-r--r--

Corrected/acknowledged some bad import style and removed some obsolete code.

<?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>450</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>Plugins:</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QListWidget" name="pluginsList">
     <property name="toolTip">
      <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>
   <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>pluginsList</tabstop>
  <tabstop>keepConfigurationCheckBox</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial