eric6/PipInterface/PipPackagesWidget.ui

changeset 8085
f6db8b3ecea9
parent 6942
2602857055c5
child 8090
c53117374255
--- a/eric6/PipInterface/PipPackagesWidget.ui	Sun Feb 07 17:34:51 2021 +0100
+++ b/eric6/PipInterface/PipPackagesWidget.ui	Mon Feb 08 18:01:02 2021 +0100
@@ -309,10 +309,20 @@
       </property>
       <item>
        <layout class="QGridLayout" name="gridLayout">
+        <item row="0" column="2" rowspan="2">
+         <widget class="QToolButton" name="searchButton">
+          <property name="enabled">
+           <bool>false</bool>
+          </property>
+          <property name="toolTip">
+           <string>Press to start the search</string>
+          </property>
+         </widget>
+        </item>
         <item row="0" column="0">
          <widget class="QLabel" name="label">
           <property name="text">
-           <string>Name:</string>
+           <string>Package</string>
           </property>
          </widget>
         </item>
@@ -326,50 +336,6 @@
           </property>
          </widget>
         </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="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>
-        <item row="0" column="3" rowspan="2">
-         <widget class="QToolButton" name="searchButton">
-          <property name="enabled">
-           <bool>false</bool>
-          </property>
-          <property name="toolTip">
-           <string>Press to start the search</string>
-          </property>
-         </widget>
-        </item>
        </layout>
       </item>
       <item>
@@ -398,9 +364,6 @@
         <property name="selectionMode">
          <enum>QAbstractItemView::ExtendedSelection</enum>
         </property>
-        <property name="sortingEnabled">
-         <bool>true</bool>
-        </property>
         <property name="allColumnsShowFocus">
          <bool>true</bool>
         </property>
@@ -414,7 +377,7 @@
         </column>
         <column>
          <property name="text">
-          <string>Score</string>
+          <string>Released</string>
          </property>
         </column>
         <column>
@@ -507,8 +470,6 @@
   <tabstop>showPackageDetailsButton</tabstop>
   <tabstop>searchToggleButton</tabstop>
   <tabstop>searchEditName</tabstop>
-  <tabstop>searchTermCombineComboBox</tabstop>
-  <tabstop>searchEditSummary</tabstop>
   <tabstop>searchButton</tabstop>
   <tabstop>searchResultList</tabstop>
   <tabstop>installButton</tabstop>

eric ide

mercurial