|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>PipPackagesWidget</class> |
|
4 <widget class="QWidget" name="PipPackagesWidget"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>503</width> |
|
10 <height>700</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout_5"> |
|
14 <item> |
|
15 <widget class="QWidget" name="baseWidget" native="true"> |
|
16 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
17 <property name="leftMargin"> |
|
18 <number>0</number> |
|
19 </property> |
|
20 <property name="topMargin"> |
|
21 <number>0</number> |
|
22 </property> |
|
23 <property name="rightMargin"> |
|
24 <number>0</number> |
|
25 </property> |
|
26 <property name="bottomMargin"> |
|
27 <number>0</number> |
|
28 </property> |
|
29 <item> |
|
30 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
31 <item> |
|
32 <widget class="QComboBox" name="environmentsComboBox"/> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="E5ToolButton" name="pipMenuButton"/> |
|
36 </item> |
|
37 </layout> |
|
38 </item> |
|
39 <item> |
|
40 <layout class="QGridLayout" name="gridLayout_2"> |
|
41 <item row="0" column="0"> |
|
42 <widget class="QCheckBox" name="localCheckBox"> |
|
43 <property name="toolTip"> |
|
44 <string>Select to show only locally-installed packages</string> |
|
45 </property> |
|
46 <property name="text"> |
|
47 <string>Local packages only</string> |
|
48 </property> |
|
49 <property name="checked"> |
|
50 <bool>true</bool> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="0" column="1"> |
|
55 <widget class="QCheckBox" name="notRequiredCheckBox"> |
|
56 <property name="toolTip"> |
|
57 <string>Select to list packages that are not dependencies of installed packages</string> |
|
58 </property> |
|
59 <property name="text"> |
|
60 <string>Not required Packages</string> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="1" column="0"> |
|
65 <widget class="QCheckBox" name="userCheckBox"> |
|
66 <property name="toolTip"> |
|
67 <string>Select to show only packages installed to the user-site</string> |
|
68 </property> |
|
69 <property name="text"> |
|
70 <string>User-Site only</string> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 </layout> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QLabel" name="statusLabel"/> |
|
78 </item> |
|
79 <item> |
|
80 <widget class="QSplitter" name="splitter"> |
|
81 <property name="orientation"> |
|
82 <enum>Qt::Vertical</enum> |
|
83 </property> |
|
84 <widget class="QTreeWidget" name="packagesList"> |
|
85 <property name="sizePolicy"> |
|
86 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
87 <horstretch>0</horstretch> |
|
88 <verstretch>3</verstretch> |
|
89 </sizepolicy> |
|
90 </property> |
|
91 <property name="alternatingRowColors"> |
|
92 <bool>true</bool> |
|
93 </property> |
|
94 <property name="selectionMode"> |
|
95 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
96 </property> |
|
97 <property name="rootIsDecorated"> |
|
98 <bool>false</bool> |
|
99 </property> |
|
100 <property name="itemsExpandable"> |
|
101 <bool>false</bool> |
|
102 </property> |
|
103 <property name="sortingEnabled"> |
|
104 <bool>true</bool> |
|
105 </property> |
|
106 <attribute name="headerDefaultSectionSize"> |
|
107 <number>150</number> |
|
108 </attribute> |
|
109 <column> |
|
110 <property name="text"> |
|
111 <string>Package</string> |
|
112 </property> |
|
113 </column> |
|
114 <column> |
|
115 <property name="text"> |
|
116 <string>Installed Version</string> |
|
117 </property> |
|
118 </column> |
|
119 <column> |
|
120 <property name="text"> |
|
121 <string>Available Version</string> |
|
122 </property> |
|
123 </column> |
|
124 </widget> |
|
125 <widget class="QWidget" name="widget" native="true"> |
|
126 <property name="sizePolicy"> |
|
127 <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |
|
128 <horstretch>0</horstretch> |
|
129 <verstretch>1</verstretch> |
|
130 </sizepolicy> |
|
131 </property> |
|
132 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
133 <property name="leftMargin"> |
|
134 <number>0</number> |
|
135 </property> |
|
136 <property name="topMargin"> |
|
137 <number>0</number> |
|
138 </property> |
|
139 <property name="rightMargin"> |
|
140 <number>0</number> |
|
141 </property> |
|
142 <property name="bottomMargin"> |
|
143 <number>0</number> |
|
144 </property> |
|
145 <item> |
|
146 <layout class="QHBoxLayout" name="horizontalLayout_7"> |
|
147 <item> |
|
148 <widget class="QCheckBox" name="verboseCheckBox"> |
|
149 <property name="toolTip"> |
|
150 <string>Select to show verbose package information</string> |
|
151 </property> |
|
152 <property name="text"> |
|
153 <string>Verbose Information</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item> |
|
158 <widget class="QCheckBox" name="installedFilesCheckBox"> |
|
159 <property name="toolTip"> |
|
160 <string>Select to show information about installed files</string> |
|
161 </property> |
|
162 <property name="text"> |
|
163 <string>Installed Files</string> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 </layout> |
|
168 </item> |
|
169 <item> |
|
170 <widget class="QTreeWidget" name="infoWidget"> |
|
171 <property name="sizePolicy"> |
|
172 <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
173 <horstretch>0</horstretch> |
|
174 <verstretch>1</verstretch> |
|
175 </sizepolicy> |
|
176 </property> |
|
177 <property name="alternatingRowColors"> |
|
178 <bool>true</bool> |
|
179 </property> |
|
180 <property name="rootIsDecorated"> |
|
181 <bool>false</bool> |
|
182 </property> |
|
183 <property name="itemsExpandable"> |
|
184 <bool>false</bool> |
|
185 </property> |
|
186 <property name="allColumnsShowFocus"> |
|
187 <bool>true</bool> |
|
188 </property> |
|
189 <property name="wordWrap"> |
|
190 <bool>true</bool> |
|
191 </property> |
|
192 <property name="columnCount"> |
|
193 <number>2</number> |
|
194 </property> |
|
195 <attribute name="headerVisible"> |
|
196 <bool>false</bool> |
|
197 </attribute> |
|
198 <attribute name="headerStretchLastSection"> |
|
199 <bool>false</bool> |
|
200 </attribute> |
|
201 <column> |
|
202 <property name="text"> |
|
203 <string notr="true">1</string> |
|
204 </property> |
|
205 </column> |
|
206 <column> |
|
207 <property name="text"> |
|
208 <string notr="true">2</string> |
|
209 </property> |
|
210 </column> |
|
211 </widget> |
|
212 </item> |
|
213 </layout> |
|
214 </widget> |
|
215 </widget> |
|
216 </item> |
|
217 <item> |
|
218 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
219 <item> |
|
220 <spacer name="horizontalSpacer"> |
|
221 <property name="orientation"> |
|
222 <enum>Qt::Horizontal</enum> |
|
223 </property> |
|
224 <property name="sizeHint" stdset="0"> |
|
225 <size> |
|
226 <width>40</width> |
|
227 <height>20</height> |
|
228 </size> |
|
229 </property> |
|
230 </spacer> |
|
231 </item> |
|
232 <item> |
|
233 <widget class="QToolButton" name="refreshButton"> |
|
234 <property name="toolTip"> |
|
235 <string>Press to refresh the lists</string> |
|
236 </property> |
|
237 </widget> |
|
238 </item> |
|
239 <item> |
|
240 <widget class="QToolButton" name="upgradeButton"> |
|
241 <property name="toolTip"> |
|
242 <string>Press to upgrade the selected packages</string> |
|
243 </property> |
|
244 </widget> |
|
245 </item> |
|
246 <item> |
|
247 <widget class="QToolButton" name="upgradeAllButton"> |
|
248 <property name="toolTip"> |
|
249 <string>Press to upgrade all listed packages</string> |
|
250 </property> |
|
251 </widget> |
|
252 </item> |
|
253 <item> |
|
254 <widget class="QToolButton" name="uninstallButton"> |
|
255 <property name="toolTip"> |
|
256 <string>Press to uninstall the selected package</string> |
|
257 </property> |
|
258 </widget> |
|
259 </item> |
|
260 <item> |
|
261 <widget class="QToolButton" name="showPackageDetailsButton"> |
|
262 <property name="toolTip"> |
|
263 <string>Press to show details for the selected entry</string> |
|
264 </property> |
|
265 </widget> |
|
266 </item> |
|
267 <item> |
|
268 <spacer name="horizontalSpacer_2"> |
|
269 <property name="orientation"> |
|
270 <enum>Qt::Horizontal</enum> |
|
271 </property> |
|
272 <property name="sizeHint" stdset="0"> |
|
273 <size> |
|
274 <width>40</width> |
|
275 <height>20</height> |
|
276 </size> |
|
277 </property> |
|
278 </spacer> |
|
279 </item> |
|
280 <item> |
|
281 <widget class="QToolButton" name="searchToggleButton"> |
|
282 <property name="toolTip"> |
|
283 <string>Toggle to show or hide the search window</string> |
|
284 </property> |
|
285 <property name="checkable"> |
|
286 <bool>true</bool> |
|
287 </property> |
|
288 </widget> |
|
289 </item> |
|
290 </layout> |
|
291 </item> |
|
292 </layout> |
|
293 </widget> |
|
294 </item> |
|
295 <item> |
|
296 <widget class="QWidget" name="searchWidget" native="true"> |
|
297 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
298 <property name="leftMargin"> |
|
299 <number>0</number> |
|
300 </property> |
|
301 <property name="topMargin"> |
|
302 <number>0</number> |
|
303 </property> |
|
304 <property name="rightMargin"> |
|
305 <number>0</number> |
|
306 </property> |
|
307 <property name="bottomMargin"> |
|
308 <number>0</number> |
|
309 </property> |
|
310 <item> |
|
311 <layout class="QGridLayout" name="gridLayout"> |
|
312 <item row="0" column="0"> |
|
313 <widget class="QLabel" name="label"> |
|
314 <property name="text"> |
|
315 <string>Name:</string> |
|
316 </property> |
|
317 </widget> |
|
318 </item> |
|
319 <item row="0" column="1"> |
|
320 <widget class="QLineEdit" name="searchEditName"> |
|
321 <property name="toolTip"> |
|
322 <string>Enter the search term for the package name</string> |
|
323 </property> |
|
324 <property name="placeholderText"> |
|
325 <string>Enter search term</string> |
|
326 </property> |
|
327 </widget> |
|
328 </item> |
|
329 <item row="0" column="2" rowspan="2"> |
|
330 <widget class="QComboBox" name="searchTermCombineComboBox"> |
|
331 <property name="toolTip"> |
|
332 <string>Select the search term combination operation</string> |
|
333 </property> |
|
334 <item> |
|
335 <property name="text"> |
|
336 <string notr="true">and</string> |
|
337 </property> |
|
338 </item> |
|
339 <item> |
|
340 <property name="text"> |
|
341 <string notr="true">or</string> |
|
342 </property> |
|
343 </item> |
|
344 </widget> |
|
345 </item> |
|
346 <item row="1" column="0"> |
|
347 <widget class="QLabel" name="label_2"> |
|
348 <property name="text"> |
|
349 <string>Summary:</string> |
|
350 </property> |
|
351 </widget> |
|
352 </item> |
|
353 <item row="1" column="1"> |
|
354 <widget class="QLineEdit" name="searchEditSummary"> |
|
355 <property name="toolTip"> |
|
356 <string>Enter the search term for the package summary</string> |
|
357 </property> |
|
358 <property name="placeholderText"> |
|
359 <string>Enter search term</string> |
|
360 </property> |
|
361 </widget> |
|
362 </item> |
|
363 <item row="0" column="3" rowspan="2"> |
|
364 <widget class="QToolButton" name="searchButton"> |
|
365 <property name="enabled"> |
|
366 <bool>false</bool> |
|
367 </property> |
|
368 <property name="toolTip"> |
|
369 <string>Press to start the search</string> |
|
370 </property> |
|
371 </widget> |
|
372 </item> |
|
373 </layout> |
|
374 </item> |
|
375 <item> |
|
376 <widget class="QWidget" name="searchOptionsWidget" native="true"> |
|
377 <layout class="QVBoxLayout" name="verticalLayout"> |
|
378 <property name="leftMargin"> |
|
379 <number>0</number> |
|
380 </property> |
|
381 <property name="topMargin"> |
|
382 <number>0</number> |
|
383 </property> |
|
384 <property name="rightMargin"> |
|
385 <number>0</number> |
|
386 </property> |
|
387 <property name="bottomMargin"> |
|
388 <number>0</number> |
|
389 </property> |
|
390 </layout> |
|
391 </widget> |
|
392 </item> |
|
393 <item> |
|
394 <widget class="QTreeWidget" name="searchResultList"> |
|
395 <property name="alternatingRowColors"> |
|
396 <bool>true</bool> |
|
397 </property> |
|
398 <property name="selectionMode"> |
|
399 <enum>QAbstractItemView::ExtendedSelection</enum> |
|
400 </property> |
|
401 <property name="sortingEnabled"> |
|
402 <bool>true</bool> |
|
403 </property> |
|
404 <property name="allColumnsShowFocus"> |
|
405 <bool>true</bool> |
|
406 </property> |
|
407 <property name="wordWrap"> |
|
408 <bool>true</bool> |
|
409 </property> |
|
410 <column> |
|
411 <property name="text"> |
|
412 <string>Package</string> |
|
413 </property> |
|
414 </column> |
|
415 <column> |
|
416 <property name="text"> |
|
417 <string>Score</string> |
|
418 </property> |
|
419 </column> |
|
420 <column> |
|
421 <property name="text"> |
|
422 <string>Description</string> |
|
423 </property> |
|
424 </column> |
|
425 </widget> |
|
426 </item> |
|
427 <item> |
|
428 <widget class="QLabel" name="searchInfoLabel"/> |
|
429 </item> |
|
430 <item> |
|
431 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
432 <item> |
|
433 <spacer name="horizontalSpacer_3"> |
|
434 <property name="orientation"> |
|
435 <enum>Qt::Horizontal</enum> |
|
436 </property> |
|
437 <property name="sizeHint" stdset="0"> |
|
438 <size> |
|
439 <width>40</width> |
|
440 <height>20</height> |
|
441 </size> |
|
442 </property> |
|
443 </spacer> |
|
444 </item> |
|
445 <item> |
|
446 <widget class="QToolButton" name="installButton"> |
|
447 <property name="toolTip"> |
|
448 <string>Press to install the selected package</string> |
|
449 </property> |
|
450 </widget> |
|
451 </item> |
|
452 <item> |
|
453 <widget class="QToolButton" name="installUserSiteButton"> |
|
454 <property name="toolTip"> |
|
455 <string>Press to install the selected package to the user site</string> |
|
456 </property> |
|
457 </widget> |
|
458 </item> |
|
459 <item> |
|
460 <widget class="QToolButton" name="showDetailsButton"> |
|
461 <property name="toolTip"> |
|
462 <string>Press to show details for the selected entry</string> |
|
463 </property> |
|
464 </widget> |
|
465 </item> |
|
466 <item> |
|
467 <spacer name="horizontalSpacer_4"> |
|
468 <property name="orientation"> |
|
469 <enum>Qt::Horizontal</enum> |
|
470 </property> |
|
471 <property name="sizeHint" stdset="0"> |
|
472 <size> |
|
473 <width>40</width> |
|
474 <height>20</height> |
|
475 </size> |
|
476 </property> |
|
477 </spacer> |
|
478 </item> |
|
479 </layout> |
|
480 </item> |
|
481 </layout> |
|
482 </widget> |
|
483 </item> |
|
484 </layout> |
|
485 </widget> |
|
486 <customwidgets> |
|
487 <customwidget> |
|
488 <class>E5ToolButton</class> |
|
489 <extends>QToolButton</extends> |
|
490 <header>E5Gui/E5ToolButton.h</header> |
|
491 </customwidget> |
|
492 </customwidgets> |
|
493 <tabstops> |
|
494 <tabstop>environmentsComboBox</tabstop> |
|
495 <tabstop>pipMenuButton</tabstop> |
|
496 <tabstop>localCheckBox</tabstop> |
|
497 <tabstop>notRequiredCheckBox</tabstop> |
|
498 <tabstop>userCheckBox</tabstop> |
|
499 <tabstop>packagesList</tabstop> |
|
500 <tabstop>verboseCheckBox</tabstop> |
|
501 <tabstop>installedFilesCheckBox</tabstop> |
|
502 <tabstop>infoWidget</tabstop> |
|
503 <tabstop>refreshButton</tabstop> |
|
504 <tabstop>upgradeButton</tabstop> |
|
505 <tabstop>upgradeAllButton</tabstop> |
|
506 <tabstop>uninstallButton</tabstop> |
|
507 <tabstop>showPackageDetailsButton</tabstop> |
|
508 <tabstop>searchToggleButton</tabstop> |
|
509 <tabstop>searchEditName</tabstop> |
|
510 <tabstop>searchTermCombineComboBox</tabstop> |
|
511 <tabstop>searchEditSummary</tabstop> |
|
512 <tabstop>searchButton</tabstop> |
|
513 <tabstop>searchResultList</tabstop> |
|
514 <tabstop>installButton</tabstop> |
|
515 <tabstop>installUserSiteButton</tabstop> |
|
516 <tabstop>showDetailsButton</tabstop> |
|
517 </tabstops> |
|
518 <resources/> |
|
519 <connections/> |
|
520 </ui> |