eric7/PipInterface/PipLicensesDialog.ui

branch
eric7
changeset 9103
8ac26b4c4316
parent 9003
6bc210cd5726
--- a/eric7/PipInterface/PipLicensesDialog.ui	Tue May 24 14:56:10 2022 +0200
+++ b/eric7/PipInterface/PipLicensesDialog.ui	Tue May 24 15:34:31 2022 +0200
@@ -21,6 +21,37 @@
     <widget class="QLabel" name="environmentLabel"/>
    </item>
    <item>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <spacer name="horizontalSpacer">
+       <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">
+       <property name="text">
+        <string>License Filter:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QComboBox" name="licenseFilterComboBox">
+       <property name="toolTip">
+        <string>Select the license to filter the packages list</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
+   </item>
+   <item>
     <layout class="QHBoxLayout" name="horizontalLayout_4">
      <item>
       <widget class="QCheckBox" name="localCheckBox">
@@ -135,6 +166,7 @@
   </layout>
  </widget>
  <tabstops>
+  <tabstop>licenseFilterComboBox</tabstop>
   <tabstop>localCheckBox</tabstop>
   <tabstop>userCheckBox</tabstop>
   <tabstop>licensesList</tabstop>

eric ide

mercurial