|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>VirtualenvManagerDialog</class> |
|
4 <widget class="QDialog" name="VirtualenvManagerDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>500</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Manage Virtual Environments</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QTreeWidget" name="venvList"> |
|
22 <property name="alternatingRowColors"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <property name="selectionMode"> |
|
26 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
27 </property> |
|
28 <property name="rootIsDecorated"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <property name="itemsExpandable"> |
|
32 <bool>false</bool> |
|
33 </property> |
|
34 <property name="sortingEnabled"> |
|
35 <bool>true</bool> |
|
36 </property> |
|
37 <property name="allColumnsShowFocus"> |
|
38 <bool>true</bool> |
|
39 </property> |
|
40 <column> |
|
41 <property name="text"> |
|
42 <string>Name</string> |
|
43 </property> |
|
44 </column> |
|
45 <column> |
|
46 <property name="text"> |
|
47 <string>Directory</string> |
|
48 </property> |
|
49 </column> |
|
50 <column> |
|
51 <property name="text"> |
|
52 <string>Interpreter</string> |
|
53 </property> |
|
54 </column> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="0" column="1"> |
|
58 <layout class="QVBoxLayout" name="verticalLayout"> |
|
59 <item> |
|
60 <widget class="QPushButton" name="addButton"> |
|
61 <property name="toolTip"> |
|
62 <string>Press to add an existing virtual environment</string> |
|
63 </property> |
|
64 <property name="text"> |
|
65 <string>Add...</string> |
|
66 </property> |
|
67 <property name="autoDefault"> |
|
68 <bool>false</bool> |
|
69 </property> |
|
70 </widget> |
|
71 </item> |
|
72 <item> |
|
73 <widget class="QPushButton" name="newButton"> |
|
74 <property name="toolTip"> |
|
75 <string>Press to create a new virtual environment</string> |
|
76 </property> |
|
77 <property name="text"> |
|
78 <string>New...</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item> |
|
83 <widget class="Line" name="line_6"> |
|
84 <property name="orientation"> |
|
85 <enum>Qt::Horizontal</enum> |
|
86 </property> |
|
87 </widget> |
|
88 </item> |
|
89 <item> |
|
90 <widget class="QPushButton" name="editButton"> |
|
91 <property name="toolTip"> |
|
92 <string>Press to edit the selected virtual environment</string> |
|
93 </property> |
|
94 <property name="text"> |
|
95 <string>Edit...</string> |
|
96 </property> |
|
97 <property name="autoDefault"> |
|
98 <bool>false</bool> |
|
99 </property> |
|
100 </widget> |
|
101 </item> |
|
102 <item> |
|
103 <widget class="Line" name="line_3"> |
|
104 <property name="orientation"> |
|
105 <enum>Qt::Horizontal</enum> |
|
106 </property> |
|
107 </widget> |
|
108 </item> |
|
109 <item> |
|
110 <widget class="QPushButton" name="removeButton"> |
|
111 <property name="toolTip"> |
|
112 <string>Press to remove the selected virtual environments</string> |
|
113 </property> |
|
114 <property name="text"> |
|
115 <string>Remove</string> |
|
116 </property> |
|
117 <property name="autoDefault"> |
|
118 <bool>false</bool> |
|
119 </property> |
|
120 </widget> |
|
121 </item> |
|
122 <item> |
|
123 <widget class="QPushButton" name="removeAllButton"> |
|
124 <property name="toolTip"> |
|
125 <string>Press to remove all virtual environments</string> |
|
126 </property> |
|
127 <property name="text"> |
|
128 <string>Remove All</string> |
|
129 </property> |
|
130 <property name="autoDefault"> |
|
131 <bool>false</bool> |
|
132 </property> |
|
133 </widget> |
|
134 </item> |
|
135 <item> |
|
136 <widget class="Line" name="line_4"> |
|
137 <property name="orientation"> |
|
138 <enum>Qt::Horizontal</enum> |
|
139 </property> |
|
140 </widget> |
|
141 </item> |
|
142 <item> |
|
143 <widget class="QPushButton" name="deleteButton"> |
|
144 <property name="toolTip"> |
|
145 <string>Press to remove the selected virtual environments and delete them</string> |
|
146 </property> |
|
147 <property name="text"> |
|
148 <string>Delete</string> |
|
149 </property> |
|
150 <property name="autoDefault"> |
|
151 <bool>false</bool> |
|
152 </property> |
|
153 </widget> |
|
154 </item> |
|
155 <item> |
|
156 <widget class="QPushButton" name="deleteAllButton"> |
|
157 <property name="toolTip"> |
|
158 <string>Press to remove all virtual environments and delete them</string> |
|
159 </property> |
|
160 <property name="text"> |
|
161 <string>Delete All</string> |
|
162 </property> |
|
163 <property name="autoDefault"> |
|
164 <bool>false</bool> |
|
165 </property> |
|
166 </widget> |
|
167 </item> |
|
168 <item> |
|
169 <spacer name="verticalSpacer_3"> |
|
170 <property name="orientation"> |
|
171 <enum>Qt::Vertical</enum> |
|
172 </property> |
|
173 <property name="sizeHint" stdset="0"> |
|
174 <size> |
|
175 <width>20</width> |
|
176 <height>228</height> |
|
177 </size> |
|
178 </property> |
|
179 </spacer> |
|
180 </item> |
|
181 </layout> |
|
182 </item> |
|
183 <item row="1" column="0" colspan="2"> |
|
184 <widget class="QDialogButtonBox" name="buttonBox"> |
|
185 <property name="orientation"> |
|
186 <enum>Qt::Horizontal</enum> |
|
187 </property> |
|
188 <property name="standardButtons"> |
|
189 <set>QDialogButtonBox::Close</set> |
|
190 </property> |
|
191 </widget> |
|
192 </item> |
|
193 </layout> |
|
194 </widget> |
|
195 <tabstops> |
|
196 <tabstop>venvList</tabstop> |
|
197 <tabstop>addButton</tabstop> |
|
198 <tabstop>newButton</tabstop> |
|
199 <tabstop>editButton</tabstop> |
|
200 <tabstop>removeButton</tabstop> |
|
201 <tabstop>removeAllButton</tabstop> |
|
202 <tabstop>deleteButton</tabstop> |
|
203 <tabstop>deleteAllButton</tabstop> |
|
204 </tabstops> |
|
205 <resources/> |
|
206 <connections> |
|
207 <connection> |
|
208 <sender>buttonBox</sender> |
|
209 <signal>accepted()</signal> |
|
210 <receiver>VirtualenvManagerDialog</receiver> |
|
211 <slot>accept()</slot> |
|
212 <hints> |
|
213 <hint type="sourcelabel"> |
|
214 <x>248</x> |
|
215 <y>254</y> |
|
216 </hint> |
|
217 <hint type="destinationlabel"> |
|
218 <x>157</x> |
|
219 <y>274</y> |
|
220 </hint> |
|
221 </hints> |
|
222 </connection> |
|
223 <connection> |
|
224 <sender>buttonBox</sender> |
|
225 <signal>rejected()</signal> |
|
226 <receiver>VirtualenvManagerDialog</receiver> |
|
227 <slot>reject()</slot> |
|
228 <hints> |
|
229 <hint type="sourcelabel"> |
|
230 <x>316</x> |
|
231 <y>260</y> |
|
232 </hint> |
|
233 <hint type="destinationlabel"> |
|
234 <x>286</x> |
|
235 <y>274</y> |
|
236 </hint> |
|
237 </hints> |
|
238 </connection> |
|
239 </connections> |
|
240 </ui> |