19 <property name="sizeGripEnabled"> |
19 <property name="sizeGripEnabled"> |
20 <bool>true</bool> |
20 <bool>true</bool> |
21 </property> |
21 </property> |
22 <layout class="QVBoxLayout" name="verticalLayout"> |
22 <layout class="QVBoxLayout" name="verticalLayout"> |
23 <item> |
23 <item> |
24 <widget class="QComboBox" name="venvComboBox"> |
24 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
25 <property name="toolTip"> |
25 <item> |
26 <string>Select the virtual environment to be used</string> |
26 <widget class="QLabel" name="label_2"> |
27 </property> |
27 <property name="text"> |
28 </widget> |
28 <string>Virtual Environment:</string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item> |
|
33 <widget class="QComboBox" name="venvComboBox"> |
|
34 <property name="sizePolicy"> |
|
35 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
36 <horstretch>0</horstretch> |
|
37 <verstretch>0</verstretch> |
|
38 </sizepolicy> |
|
39 </property> |
|
40 <property name="toolTip"> |
|
41 <string>Select the virtual environment to be used</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 </layout> |
29 </item> |
46 </item> |
30 <item> |
47 <item> |
31 <widget class="QCheckBox" name="localCheckBox"> |
48 <widget class="QCheckBox" name="localCheckBox"> |
32 <property name="toolTip"> |
49 <property name="toolTip"> |
33 <string>Select to show requirements for locally-installed packages only</string> |
50 <string>Select to show requirements for locally-installed packages only</string> |
64 </item> |
81 </item> |
65 </layout> |
82 </layout> |
66 </item> |
83 </item> |
67 <item> |
84 <item> |
68 <layout class="QGridLayout" name="gridLayout"> |
85 <layout class="QGridLayout" name="gridLayout"> |
69 <item row="0" column="0" rowspan="7"> |
|
70 <widget class="QPlainTextEdit" name="requirementsEdit"> |
|
71 <property name="tabChangesFocus"> |
|
72 <bool>true</bool> |
|
73 </property> |
|
74 </widget> |
|
75 </item> |
|
76 <item row="0" column="1"> |
86 <item row="0" column="1"> |
77 <widget class="QPushButton" name="saveButton"> |
87 <widget class="QPushButton" name="saveButton"> |
78 <property name="toolTip"> |
88 <property name="toolTip"> |
79 <string>Press to save to the requirements file</string> |
89 <string>Press to save to the requirements file</string> |
80 </property> |
90 </property> |