--- a/Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui Tue Jun 05 19:14:10 2018 +0200 +++ b/Plugins/UiExtensionPlugins/PipInterface/PipListDialog.ui Wed Jun 06 20:05:39 2018 +0200 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>600</width> - <height>550</height> + <height>650</height> </rect> </property> <property name="windowTitle"> @@ -25,15 +25,15 @@ </widget> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> <widget class="QLabel" name="infoLabel"> <property name="text"> <string notr="true">TextLabel</string> </property> </widget> </item> - <item> + <item row="0" column="1"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> @@ -46,7 +46,7 @@ </property> </spacer> </item> - <item> + <item row="0" column="2"> <widget class="QCheckBox" name="localCheckBox"> <property name="toolTip"> <string>Select to show only locally-installed packages</string> @@ -59,7 +59,7 @@ </property> </widget> </item> - <item> + <item row="0" column="3"> <widget class="QCheckBox" name="notRequiredCheckBox"> <property name="toolTip"> <string>Select to list packages that are not dependencies of installed packages</string> @@ -69,6 +69,16 @@ </property> </widget> </item> + <item row="1" column="2"> + <widget class="QCheckBox" name="userCheckBox"> + <property name="toolTip"> + <string>Select to show only packages installed to the user-site</string> + </property> + <property name="text"> + <string>User-Site only</string> + </property> + </widget> + </item> </layout> </item> <item> @@ -215,6 +225,7 @@ <tabstop>pipComboBox</tabstop> <tabstop>localCheckBox</tabstop> <tabstop>notRequiredCheckBox</tabstop> + <tabstop>userCheckBox</tabstop> <tabstop>packageList</tabstop> <tabstop>verboseCheckBox</tabstop> <tabstop>installedFilesCheckBox</tabstop>