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"> |