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_2"> |
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
20 <item> |
20 <item> |
21 <widget class="QComboBox" name="pipComboBox"> |
21 <widget class="QComboBox" name="venvComboBox"> |
22 <property name="toolTip"> |
22 <property name="toolTip"> |
23 <string>Select the pip command to use</string> |
23 <string>Select the virtual environment to be used</string> |
24 </property> |
24 </property> |
25 </widget> |
25 </widget> |
26 </item> |
26 </item> |
27 <item> |
27 <item> |
28 <layout class="QGridLayout" name="gridLayout"> |
28 <layout class="QGridLayout" name="gridLayout"> |
220 </widget> |
220 </widget> |
221 </item> |
221 </item> |
222 </layout> |
222 </layout> |
223 </widget> |
223 </widget> |
224 <tabstops> |
224 <tabstops> |
225 <tabstop>pipComboBox</tabstop> |
225 <tabstop>venvComboBox</tabstop> |
226 <tabstop>localCheckBox</tabstop> |
226 <tabstop>localCheckBox</tabstop> |
227 <tabstop>notRequiredCheckBox</tabstop> |
227 <tabstop>notRequiredCheckBox</tabstop> |
228 <tabstop>userCheckBox</tabstop> |
228 <tabstop>userCheckBox</tabstop> |
229 <tabstop>packageList</tabstop> |
229 <tabstop>packageList</tabstop> |
230 <tabstop>verboseCheckBox</tabstop> |
230 <tabstop>verboseCheckBox</tabstop> |