Plugins/UiExtensionPlugins/PipInterface/PipSearchDialog.ui

changeset 6351
27ce01e44a5f
parent 6342
c79ecba9cde7
equal deleted inserted replaced
6350:18ef5cfdb32d 6351:27ce01e44a5f
16 <property name="sizeGripEnabled"> 16 <property name="sizeGripEnabled">
17 <bool>true</bool> 17 <bool>true</bool>
18 </property> 18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout"> 19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item> 20 <item>
21 <widget class="QComboBox" name="venvComboBox"> 21 <layout class="QHBoxLayout" name="horizontalLayout_2">
22 <property name="toolTip"> 22 <item>
23 <string>Select the virtual environment to be used</string> 23 <widget class="QLabel" name="label_2">
24 </property> 24 <property name="text">
25 </widget> 25 <string>Virtual Environment:</string>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QComboBox" name="venvComboBox">
31 <property name="sizePolicy">
32 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
33 <horstretch>0</horstretch>
34 <verstretch>0</verstretch>
35 </sizepolicy>
36 </property>
37 <property name="toolTip">
38 <string>Select the virtual environment to be used</string>
39 </property>
40 </widget>
41 </item>
42 </layout>
26 </item> 43 </item>
27 <item> 44 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout"> 45 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item> 46 <item>
30 <widget class="QLabel" name="label"> 47 <widget class="QLabel" name="label">
108 </property> 125 </property>
109 </widget> 126 </widget>
110 </item> 127 </item>
111 </layout> 128 </layout>
112 </widget> 129 </widget>
130 <tabstops>
131 <tabstop>venvComboBox</tabstop>
132 <tabstop>searchEdit</tabstop>
133 <tabstop>searchButton</tabstop>
134 <tabstop>resultList</tabstop>
135 </tabstops>
113 <resources/> 136 <resources/>
114 <connections/> 137 <connections/>
115 </ui> 138 </ui>

eric ide

mercurial