Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui

changeset 6351
27ce01e44a5f
parent 6342
c79ecba9cde7
diff -r 18ef5cfdb32d -r 27ce01e44a5f Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui
--- a/Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui	Sun Jun 17 13:08:15 2018 +0200
+++ b/Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui	Sun Jun 17 13:09:00 2018 +0200
@@ -18,11 +18,28 @@
   </property>
   <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QComboBox" name="venvComboBox">
-     <property name="toolTip">
-      <string>Select the virtual environment to be used</string>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout_2">
+     <item>
+      <widget class="QLabel" name="label_2">
+       <property name="text">
+        <string>Virtual Environment:</string>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QComboBox" name="venvComboBox">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="toolTip">
+        <string>Select the virtual environment to be used</string>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
@@ -110,6 +127,12 @@
    </item>
   </layout>
  </widget>
+ <tabstops>
+  <tabstop>venvComboBox</tabstop>
+  <tabstop>searchEdit</tabstop>
+  <tabstop>searchButton</tabstop>
+  <tabstop>resultList</tabstop>
+ </tabstops>
  <resources/>
  <connections/>
 </ui>

eric ide

mercurial