eric7/PipInterface/PipLicensesDialog.ui

branch
eric7
changeset 9003
6bc210cd5726
parent 9002
31a7decd3393
child 9103
8ac26b4c4316
--- a/eric7/PipInterface/PipLicensesDialog.ui	Sun Mar 27 19:56:41 2022 +0200
+++ b/eric7/PipInterface/PipLicensesDialog.ui	Mon Mar 28 18:13:15 2022 +0200
@@ -21,6 +21,33 @@
     <widget class="QLabel" name="environmentLabel"/>
    </item>
    <item>
+    <layout class="QHBoxLayout" name="horizontalLayout_4">
+     <item>
+      <widget class="QCheckBox" name="localCheckBox">
+       <property name="toolTip">
+        <string>Select to show only licenses of locally installed packages</string>
+       </property>
+       <property name="text">
+        <string>Local packages only</string>
+       </property>
+       <property name="checked">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QCheckBox" name="userCheckBox">
+       <property name="toolTip">
+        <string>Select to show only licenses of packages installed to the user-site</string>
+       </property>
+       <property name="text">
+        <string>User-Site only</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item>
     <widget class="QTreeWidget" name="licensesList">
      <property name="sizePolicy">
       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
@@ -107,6 +134,12 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>localCheckBox</tabstop>
+  <tabstop>userCheckBox</tabstop>
+  <tabstop>licensesList</tabstop>
+  <tabstop>summaryList</tabstop>
+ </tabstops>
  <resources/>
  <connections>
   <connection>

eric ide

mercurial