18 </property> |
18 </property> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
19 <layout class="QVBoxLayout" name="verticalLayout"> |
20 <item> |
20 <item> |
21 <widget class="QLabel" name="label"> |
21 <widget class="QLabel" name="label"> |
22 <property name="text"> |
22 <property name="text"> |
23 <string>Select the pip executable to be used:</string> |
23 <string>Virtual Environment:</string> |
24 </property> |
24 </property> |
25 </widget> |
25 </widget> |
26 </item> |
26 </item> |
27 <item> |
27 <item> |
28 <widget class="QComboBox" name="pipComboBox"> |
28 <widget class="QComboBox" name="venvComboBox"> |
29 <property name="toolTip"> |
29 <property name="toolTip"> |
30 <string>Select the pip command to use</string> |
30 <string>Select the virtual environment to be used</string> |
31 </property> |
31 </property> |
32 </widget> |
32 </widget> |
33 </item> |
33 </item> |
34 <item> |
34 <item> |
35 <widget class="QLabel" name="fileLabel"> |
35 <widget class="QLabel" name="fileLabel"> |
36 <property name="text"> |
36 <property name="text"> |
37 <string>Enter file name:</string> |
37 <string>File Name:</string> |
38 </property> |
38 </property> |
39 </widget> |
39 </widget> |
40 </item> |
40 </item> |
41 <item> |
41 <item> |
42 <widget class="E5PathPicker" name="filePicker" native="true"> |
42 <widget class="E5PathPicker" name="filePicker" native="true"> |