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="pipComboBox"> |
21 <widget class="QComboBox" name="venvComboBox"> |
22 <property name="toolTip"> |
22 <property name="toolTip"> |
23 <string>Select the pip command to use for installing packages</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="QHBoxLayout" name="horizontalLayout"> |
28 <layout class="QHBoxLayout" name="horizontalLayout"> |