1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PipPackagesInputDialog</class> |
|
4 <widget class="QDialog" name="PipPackagesInputDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>186</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Packages </string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>Virtual Environment:</string> |
|
24 </property> |
|
25 </widget> |
|
26 </item> |
|
27 <item> |
|
28 <widget class="QComboBox" name="venvComboBox"> |
|
29 <property name="toolTip"> |
|
30 <string>Select the virtual environment to be used</string> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QLabel" name="label_2"> |
|
36 <property name="text"> |
|
37 <string>Package Specifications (separated by whitespace):</string> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="QLineEdit" name="packagesEdit"/> |
|
43 </item> |
|
44 <item> |
|
45 <widget class="QCheckBox" name="userCheckBox"> |
|
46 <property name="toolTip"> |
|
47 <string>Select to install to the Python user install directory</string> |
|
48 </property> |
|
49 <property name="text"> |
|
50 <string>Install into User Directory</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item> |
|
55 <widget class="QDialogButtonBox" name="buttonBox"> |
|
56 <property name="orientation"> |
|
57 <enum>Qt::Horizontal</enum> |
|
58 </property> |
|
59 <property name="standardButtons"> |
|
60 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 </layout> |
|
65 </widget> |
|
66 <resources/> |
|
67 <connections> |
|
68 <connection> |
|
69 <sender>buttonBox</sender> |
|
70 <signal>accepted()</signal> |
|
71 <receiver>PipPackagesInputDialog</receiver> |
|
72 <slot>accept()</slot> |
|
73 <hints> |
|
74 <hint type="sourcelabel"> |
|
75 <x>248</x> |
|
76 <y>254</y> |
|
77 </hint> |
|
78 <hint type="destinationlabel"> |
|
79 <x>157</x> |
|
80 <y>274</y> |
|
81 </hint> |
|
82 </hints> |
|
83 </connection> |
|
84 <connection> |
|
85 <sender>buttonBox</sender> |
|
86 <signal>rejected()</signal> |
|
87 <receiver>PipPackagesInputDialog</receiver> |
|
88 <slot>reject()</slot> |
|
89 <hints> |
|
90 <hint type="sourcelabel"> |
|
91 <x>316</x> |
|
92 <y>260</y> |
|
93 </hint> |
|
94 <hint type="destinationlabel"> |
|
95 <x>286</x> |
|
96 <y>274</y> |
|
97 </hint> |
|
98 </hints> |
|
99 </connection> |
|
100 </connections> |
|
101 </ui> |
|