eric7/PipInterface/PipFreezeDialog.ui

branch
eric7
changeset 8976
ca442cd49b9e
parent 8358
144a6b854f70
--- a/eric7/PipInterface/PipFreezeDialog.ui	Sun Mar 13 12:46:57 2022 +0100
+++ b/eric7/PipInterface/PipFreezeDialog.ui	Sun Mar 13 15:20:26 2022 +0100
@@ -21,17 +21,44 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QCheckBox" name="localCheckBox">
-     <property name="toolTip">
-      <string>Select to show requirements for locally-installed packages only</string>
-     </property>
-     <property name="text">
-      <string>Local packages only</string>
-     </property>
-     <property name="checked">
-      <bool>true</bool>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QCheckBox" name="localCheckBox">
+       <property name="toolTip">
+        <string>Select to show requirements for locally-installed packages only</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 requirements for packages installed to the user-site only</string>
+       </property>
+       <property name="text">
+        <string>User-Site only</string>
+       </property>
+      </widget>
+     </item>
+     <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>
+    </layout>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
@@ -160,6 +187,7 @@
  </customwidgets>
  <tabstops>
   <tabstop>localCheckBox</tabstop>
+  <tabstop>userCheckBox</tabstop>
   <tabstop>requirementsFilePicker</tabstop>
   <tabstop>requirementsEdit</tabstop>
   <tabstop>saveButton</tabstop>

eric ide

mercurial