--- a/PipInterface/PipPackagesWidget.ui Thu Feb 21 19:55:35 2019 +0100 +++ b/PipInterface/PipPackagesWidget.ui Fri Feb 22 19:34:44 2019 +0100 @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>500</width> - <height>600</height> + <height>700</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_5"> @@ -313,18 +313,42 @@ <number>0</number> </property> <item> - <layout class="QHBoxLayout" name="horizontalLayout_4"> - <item> - <widget class="QLineEdit" name="searchEdit"> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0"> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Name:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="searchEditName"> <property name="toolTip"> - <string>Enter the search term</string> + <string>Enter the search term for the package name</string> </property> <property name="placeholderText"> <string>Enter search term</string> </property> </widget> </item> - <item> + <item row="0" column="2" rowspan="2"> + <widget class="QComboBox" name="searchTermCombineComboBox"> + <property name="toolTip"> + <string>Select the search term combination operation</string> + </property> + <item> + <property name="text"> + <string notr="true">and</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">or</string> + </property> + </item> + </widget> + </item> + <item row="0" column="3" rowspan="2"> <widget class="QPushButton" name="searchButton"> <property name="enabled"> <bool>false</bool> @@ -337,6 +361,23 @@ </property> </widget> </item> + <item row="1" column="0"> + <widget class="QLabel" name="label_2"> + <property name="text"> + <string>Summary:</string> + </property> + </widget> + </item> + <item row="1" column="1"> + <widget class="QLineEdit" name="searchEditSummary"> + <property name="toolTip"> + <string>Enter the search term for the package summary</string> + </property> + <property name="placeholderText"> + <string>Enter search term</string> + </property> + </widget> + </item> </layout> </item> <item> @@ -469,16 +510,25 @@ <tabstops> <tabstop>environmentsComboBox</tabstop> <tabstop>pipMenuButton</tabstop> + <tabstop>localCheckBox</tabstop> + <tabstop>notRequiredCheckBox</tabstop> + <tabstop>userCheckBox</tabstop> <tabstop>packagesList</tabstop> + <tabstop>verboseCheckBox</tabstop> + <tabstop>installedFilesCheckBox</tabstop> + <tabstop>infoWidget</tabstop> <tabstop>refreshButton</tabstop> <tabstop>upgradeButton</tabstop> <tabstop>upgradeAllButton</tabstop> <tabstop>uninstallButton</tabstop> <tabstop>searchToggleButton</tabstop> - <tabstop>searchEdit</tabstop> + <tabstop>searchEditName</tabstop> + <tabstop>searchTermCombineComboBox</tabstop> + <tabstop>searchEditSummary</tabstop> <tabstop>searchButton</tabstop> <tabstop>searchResultList</tabstop> <tabstop>installButton</tabstop> + <tabstop>installUserSiteButton</tabstop> <tabstop>showDetailsButton</tabstop> </tabstops> <resources/>