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="pipComboBox"> |
24 <widget class="QComboBox" name="venvComboBox"> |
25 <property name="toolTip"> |
25 <property name="toolTip"> |
26 <string>Select the pip command to use</string> |
26 <string>Select the virtual environment to be used</string> |
27 </property> |
27 </property> |
28 </widget> |
28 </widget> |
29 </item> |
29 </item> |
30 <item> |
30 <item> |
31 <widget class="QCheckBox" name="localCheckBox"> |
31 <widget class="QCheckBox" name="localCheckBox"> |
48 <string>Requirements File:</string> |
48 <string>Requirements File:</string> |
49 </property> |
49 </property> |
50 </widget> |
50 </widget> |
51 </item> |
51 </item> |
52 <item> |
52 <item> |
53 <widget class="QLineEdit" name="requirementsFileEdit"> |
53 <widget class="E5PathPicker" name="requirementsFilePicker" native="true"> |
54 <property name="toolTip"> |
54 <property name="sizePolicy"> |
55 <string>Enter the path of a requirements file</string> |
55 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
56 </property> |
56 <horstretch>0</horstretch> |
57 </widget> |
57 <verstretch>0</verstretch> |
58 </item> |
58 </sizepolicy> |
59 <item> |
59 </property> |
60 <widget class="QToolButton" name="fileButton"> |
60 <property name="focusPolicy"> |
61 <property name="toolTip"> |
61 <enum>Qt::StrongFocus</enum> |
62 <string>Select the requirements file through a file selection dialog</string> |
|
63 </property> |
|
64 <property name="text"> |
|
65 <string notr="true"/> |
|
66 </property> |
62 </property> |
67 </widget> |
63 </widget> |
68 </item> |
64 </item> |
69 </layout> |
65 </layout> |
70 </item> |
66 </item> |
159 </property> |
155 </property> |
160 </widget> |
156 </widget> |
161 </item> |
157 </item> |
162 </layout> |
158 </layout> |
163 </widget> |
159 </widget> |
|
160 <customwidgets> |
|
161 <customwidget> |
|
162 <class>E5PathPicker</class> |
|
163 <extends>QWidget</extends> |
|
164 <header>E5Gui/E5PathPicker.h</header> |
|
165 <container>1</container> |
|
166 </customwidget> |
|
167 </customwidgets> |
164 <tabstops> |
168 <tabstops> |
165 <tabstop>pipComboBox</tabstop> |
169 <tabstop>venvComboBox</tabstop> |
166 <tabstop>localCheckBox</tabstop> |
170 <tabstop>localCheckBox</tabstop> |
167 <tabstop>requirementsFileEdit</tabstop> |
171 <tabstop>requirementsFilePicker</tabstop> |
168 <tabstop>fileButton</tabstop> |
|
169 <tabstop>requirementsEdit</tabstop> |
172 <tabstop>requirementsEdit</tabstop> |
170 <tabstop>saveButton</tabstop> |
173 <tabstop>saveButton</tabstop> |
171 <tabstop>saveToButton</tabstop> |
174 <tabstop>saveToButton</tabstop> |
172 <tabstop>copyButton</tabstop> |
175 <tabstop>copyButton</tabstop> |
173 <tabstop>insertButton</tabstop> |
176 <tabstop>insertButton</tabstop> |