Thu, 07 Jul 2022 11:23:56 +0200
Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
2 | <ui version="4.0"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
3 | <class>PipPackagesWidget</class> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <widget class="QWidget" name="PipPackagesWidget"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <property name="geometry"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
6 | <rect> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <x>0</x> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <y>0</y> |
6804
dc20bde4af90
PipPackagesWidget: converted the verbal action buttons to iconic ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6801
diff
changeset
|
9 | <width>503</width> |
8997 | 10 | <height>1180</height> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
8997 | 13 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
14 | <property name="leftMargin"> | |
15 | <number>0</number> | |
16 | </property> | |
17 | <property name="topMargin"> | |
18 | <number>3</number> | |
19 | </property> | |
20 | <property name="rightMargin"> | |
21 | <number>0</number> | |
22 | </property> | |
23 | <property name="bottomMargin"> | |
24 | <number>0</number> | |
25 | </property> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
26 | <item> |
8997 | 27 | <layout class="QHBoxLayout" name="horizontalLayout"> |
28 | <item> | |
29 | <widget class="QToolButton" name="viewToggleButton"> | |
30 | <property name="toolTip"> | |
31 | <string>Toggle to show or hide the dependency tree view</string> | |
32 | </property> | |
33 | <property name="checkable"> | |
34 | <bool>true</bool> | |
35 | </property> | |
36 | </widget> | |
37 | </item> | |
38 | <item> | |
39 | <widget class="QComboBox" name="environmentsComboBox"/> | |
40 | </item> | |
41 | <item> | |
42 | <widget class="EricToolButton" name="pipMenuButton"/> | |
43 | </item> | |
44 | </layout> | |
45 | </item> | |
46 | <item> | |
47 | <widget class="QStackedWidget" name="viewsStackWidget"> | |
48 | <property name="currentIndex"> | |
9000 | 49 | <number>0</number> |
8997 | 50 | </property> |
51 | <widget class="QWidget" name="packagesPage"> | |
52 | <layout class="QVBoxLayout" name="verticalLayout_5"> | |
53 | <property name="leftMargin"> | |
54 | <number>0</number> | |
55 | </property> | |
56 | <property name="topMargin"> | |
57 | <number>0</number> | |
58 | </property> | |
59 | <property name="rightMargin"> | |
60 | <number>0</number> | |
61 | </property> | |
62 | <property name="bottomMargin"> | |
63 | <number>0</number> | |
64 | </property> | |
65 | <item> | |
66 | <widget class="QWidget" name="baseWidget" native="true"> | |
67 | <layout class="QVBoxLayout" name="verticalLayout_4"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
68 | <property name="leftMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
69 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
70 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
71 | <property name="topMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
72 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
73 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
74 | <property name="rightMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
75 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
76 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
77 | <property name="bottomMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
78 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
79 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
80 | <item> |
8997 | 81 | <layout class="QGridLayout" name="gridLayout_2"> |
82 | <item row="0" column="0"> | |
83 | <widget class="QCheckBox" name="localCheckBox"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
84 | <property name="toolTip"> |
8997 | 85 | <string>Select to show only locally-installed packages</string> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
86 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
87 | <property name="text"> |
8997 | 88 | <string>Local packages only</string> |
89 | </property> | |
90 | <property name="checked"> | |
91 | <bool>true</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
92 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
93 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
94 | </item> |
8997 | 95 | <item row="0" column="1"> |
96 | <widget class="QCheckBox" name="notRequiredCheckBox"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
97 | <property name="toolTip"> |
8997 | 98 | <string>Select to list packages that are not dependencies of installed packages</string> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
99 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
100 | <property name="text"> |
8997 | 101 | <string>Not required Packages</string> |
102 | </property> | |
103 | </widget> | |
104 | </item> | |
105 | <item row="1" column="0"> | |
106 | <widget class="QCheckBox" name="userCheckBox"> | |
107 | <property name="toolTip"> | |
108 | <string>Select to show only packages installed to the user-site</string> | |
109 | </property> | |
110 | <property name="text"> | |
111 | <string>User-Site only</string> | |
112 | </property> | |
113 | </widget> | |
114 | </item> | |
115 | <item row="1" column="1"> | |
116 | <widget class="QCheckBox" name="vulnerabilityCheckBox"> | |
117 | <property name="toolTip"> | |
118 | <string>Perform vulnerability checks based on "Safety DB".</string> | |
119 | </property> | |
120 | <property name="text"> | |
121 | <string>Vulnerability Check</string> | |
122 | </property> | |
123 | <property name="checked"> | |
124 | <bool>true</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
125 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
126 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
127 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
128 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
129 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
130 | <item> |
8997 | 131 | <widget class="QLabel" name="statusLabel"/> |
132 | </item> | |
133 | <item> | |
134 | <widget class="QSplitter" name="splitter"> | |
135 | <property name="orientation"> | |
136 | <enum>Qt::Vertical</enum> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
137 | </property> |
8997 | 138 | <widget class="QTreeWidget" name="packagesList"> |
139 | <property name="sizePolicy"> | |
140 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
141 | <horstretch>0</horstretch> | |
142 | <verstretch>3</verstretch> | |
143 | </sizepolicy> | |
144 | </property> | |
145 | <property name="alternatingRowColors"> | |
146 | <bool>true</bool> | |
147 | </property> | |
148 | <property name="selectionMode"> | |
149 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
150 | </property> | |
151 | <property name="rootIsDecorated"> | |
152 | <bool>false</bool> | |
153 | </property> | |
154 | <property name="itemsExpandable"> | |
155 | <bool>false</bool> | |
156 | </property> | |
157 | <property name="sortingEnabled"> | |
158 | <bool>true</bool> | |
159 | </property> | |
160 | <attribute name="headerDefaultSectionSize"> | |
161 | <number>150</number> | |
162 | </attribute> | |
163 | <column> | |
164 | <property name="text"> | |
165 | <string>Package</string> | |
166 | </property> | |
167 | </column> | |
168 | <column> | |
169 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
170 | <string>Installed</string> |
8997 | 171 | </property> |
172 | </column> | |
173 | <column> | |
174 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
175 | <string>Available</string> |
8997 | 176 | </property> |
177 | </column> | |
178 | <column> | |
179 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
180 | <string>Affected</string> |
8997 | 181 | </property> |
182 | </column> | |
183 | </widget> | |
184 | <widget class="QWidget" name="widget" native="true"> | |
185 | <property name="sizePolicy"> | |
186 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | |
187 | <horstretch>0</horstretch> | |
188 | <verstretch>1</verstretch> | |
189 | </sizepolicy> | |
190 | </property> | |
191 | <layout class="QVBoxLayout" name="verticalLayout_3"> | |
192 | <property name="leftMargin"> | |
193 | <number>0</number> | |
194 | </property> | |
195 | <property name="topMargin"> | |
196 | <number>0</number> | |
197 | </property> | |
198 | <property name="rightMargin"> | |
199 | <number>0</number> | |
200 | </property> | |
201 | <property name="bottomMargin"> | |
202 | <number>0</number> | |
203 | </property> | |
204 | <item> | |
205 | <layout class="QHBoxLayout" name="horizontalLayout_7"> | |
206 | <item> | |
207 | <widget class="QCheckBox" name="verboseCheckBox"> | |
208 | <property name="toolTip"> | |
209 | <string>Select to show verbose package information</string> | |
210 | </property> | |
211 | <property name="text"> | |
212 | <string>Verbose Information</string> | |
213 | </property> | |
214 | </widget> | |
215 | </item> | |
216 | <item> | |
217 | <widget class="QCheckBox" name="installedFilesCheckBox"> | |
218 | <property name="toolTip"> | |
219 | <string>Select to show information about installed files</string> | |
220 | </property> | |
221 | <property name="text"> | |
222 | <string>Installed Files</string> | |
223 | </property> | |
224 | </widget> | |
225 | </item> | |
226 | </layout> | |
227 | </item> | |
228 | <item> | |
229 | <widget class="QTreeWidget" name="infoWidget"> | |
230 | <property name="sizePolicy"> | |
231 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
232 | <horstretch>0</horstretch> | |
233 | <verstretch>1</verstretch> | |
234 | </sizepolicy> | |
235 | </property> | |
236 | <property name="alternatingRowColors"> | |
237 | <bool>true</bool> | |
238 | </property> | |
239 | <property name="rootIsDecorated"> | |
240 | <bool>false</bool> | |
241 | </property> | |
242 | <property name="itemsExpandable"> | |
243 | <bool>false</bool> | |
244 | </property> | |
245 | <property name="allColumnsShowFocus"> | |
246 | <bool>true</bool> | |
247 | </property> | |
248 | <property name="wordWrap"> | |
249 | <bool>true</bool> | |
250 | </property> | |
251 | <property name="columnCount"> | |
252 | <number>2</number> | |
253 | </property> | |
254 | <attribute name="headerVisible"> | |
255 | <bool>false</bool> | |
256 | </attribute> | |
257 | <attribute name="headerStretchLastSection"> | |
258 | <bool>false</bool> | |
259 | </attribute> | |
260 | <column> | |
261 | <property name="text"> | |
262 | <string notr="true">1</string> | |
263 | </property> | |
264 | </column> | |
265 | <column> | |
266 | <property name="text"> | |
267 | <string notr="true">2</string> | |
268 | </property> | |
269 | </column> | |
270 | </widget> | |
271 | </item> | |
272 | </layout> | |
273 | </widget> | |
274 | </widget> | |
275 | </item> | |
276 | <item> | |
277 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
278 | <item> | |
279 | <spacer name="horizontalSpacer"> | |
280 | <property name="orientation"> | |
281 | <enum>Qt::Horizontal</enum> | |
282 | </property> | |
283 | <property name="sizeHint" stdset="0"> | |
284 | <size> | |
285 | <width>40</width> | |
286 | <height>20</height> | |
287 | </size> | |
288 | </property> | |
289 | </spacer> | |
290 | </item> | |
291 | <item> | |
292 | <widget class="QToolButton" name="refreshButton"> | |
293 | <property name="toolTip"> | |
294 | <string>Press to refresh the lists</string> | |
295 | </property> | |
296 | </widget> | |
297 | </item> | |
298 | <item> | |
299 | <widget class="QToolButton" name="upgradeButton"> | |
300 | <property name="toolTip"> | |
301 | <string>Press to upgrade the selected packages</string> | |
302 | </property> | |
303 | </widget> | |
304 | </item> | |
305 | <item> | |
306 | <widget class="QToolButton" name="upgradeAllButton"> | |
307 | <property name="toolTip"> | |
308 | <string>Press to upgrade all listed packages</string> | |
309 | </property> | |
310 | </widget> | |
311 | </item> | |
312 | <item> | |
313 | <widget class="QToolButton" name="uninstallButton"> | |
314 | <property name="toolTip"> | |
315 | <string>Press to uninstall the selected package</string> | |
316 | </property> | |
317 | </widget> | |
318 | </item> | |
319 | <item> | |
320 | <widget class="QToolButton" name="showPackageDetailsButton"> | |
321 | <property name="toolTip"> | |
322 | <string>Press to show details for the selected entry</string> | |
323 | </property> | |
324 | </widget> | |
325 | </item> | |
326 | <item> | |
327 | <spacer name="horizontalSpacer_2"> | |
328 | <property name="orientation"> | |
329 | <enum>Qt::Horizontal</enum> | |
330 | </property> | |
331 | <property name="sizeHint" stdset="0"> | |
332 | <size> | |
333 | <width>40</width> | |
334 | <height>20</height> | |
335 | </size> | |
336 | </property> | |
337 | </spacer> | |
338 | </item> | |
339 | <item> | |
340 | <widget class="QToolButton" name="searchToggleButton"> | |
341 | <property name="toolTip"> | |
342 | <string>Toggle to show or hide the search window</string> | |
343 | </property> | |
344 | <property name="checkable"> | |
345 | <bool>true</bool> | |
346 | </property> | |
347 | </widget> | |
348 | </item> | |
349 | </layout> | |
350 | </item> | |
351 | </layout> | |
352 | </widget> | |
353 | </item> | |
354 | <item> | |
355 | <widget class="QWidget" name="searchWidget" native="true"> | |
356 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |
357 | <property name="leftMargin"> | |
358 | <number>0</number> | |
359 | </property> | |
360 | <property name="topMargin"> | |
361 | <number>0</number> | |
362 | </property> | |
363 | <property name="rightMargin"> | |
364 | <number>0</number> | |
365 | </property> | |
366 | <property name="bottomMargin"> | |
367 | <number>0</number> | |
368 | </property> | |
369 | <item> | |
9000 | 370 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
371 | <item> | |
372 | <widget class="QLabel" name="label"> | |
373 | <property name="text"> | |
374 | <string>Package</string> | |
375 | </property> | |
376 | </widget> | |
377 | </item> | |
378 | <item> | |
379 | <widget class="QLineEdit" name="searchEditName"> | |
380 | <property name="toolTip"> | |
381 | <string>Enter the search term for the package name</string> | |
382 | </property> | |
383 | <property name="placeholderText"> | |
384 | <string>Enter search term</string> | |
385 | </property> | |
386 | </widget> | |
387 | </item> | |
388 | <item> | |
8997 | 389 | <widget class="QToolButton" name="searchButton"> |
390 | <property name="enabled"> | |
391 | <bool>false</bool> | |
392 | </property> | |
393 | <property name="toolTip"> | |
394 | <string>Press to start the search</string> | |
395 | </property> | |
396 | </widget> | |
397 | </item> | |
9000 | 398 | <item> |
399 | <widget class="QToolButton" name="searchMoreButton"> | |
400 | <property name="enabled"> | |
401 | <bool>false</bool> | |
8997 | 402 | </property> |
403 | <property name="toolTip"> | |
9000 | 404 | <string>Press to search for more packages</string> |
8997 | 405 | </property> |
406 | </widget> | |
407 | </item> | |
408 | </layout> | |
409 | </item> | |
410 | <item> | |
411 | <widget class="QWidget" name="searchOptionsWidget" native="true"> | |
412 | <layout class="QVBoxLayout" name="verticalLayout"> | |
413 | <property name="leftMargin"> | |
414 | <number>0</number> | |
415 | </property> | |
416 | <property name="topMargin"> | |
417 | <number>0</number> | |
418 | </property> | |
419 | <property name="rightMargin"> | |
420 | <number>0</number> | |
421 | </property> | |
422 | <property name="bottomMargin"> | |
423 | <number>0</number> | |
424 | </property> | |
425 | </layout> | |
426 | </widget> | |
427 | </item> | |
428 | <item> | |
429 | <widget class="QTreeWidget" name="searchResultList"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
430 | <property name="alternatingRowColors"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
431 | <bool>true</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
432 | </property> |
8997 | 433 | <property name="selectionMode"> |
434 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
435 | </property> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
436 | <property name="rootIsDecorated"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
437 | <bool>false</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
438 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
439 | <property name="itemsExpandable"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
440 | <bool>false</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
441 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
442 | <property name="allColumnsShowFocus"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
443 | <bool>true</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
444 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
445 | <property name="wordWrap"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
446 | <bool>true</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
447 | </property> |
8997 | 448 | <column> |
449 | <property name="text"> | |
450 | <string>Package</string> | |
451 | </property> | |
452 | </column> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
453 | <column> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
454 | <property name="text"> |
8997 | 455 | <string>Version</string> |
456 | </property> | |
457 | </column> | |
458 | <column> | |
459 | <property name="text"> | |
460 | <string>Released</string> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
461 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
462 | </column> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
463 | <column> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
464 | <property name="text"> |
8997 | 465 | <string>Description</string> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
466 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
467 | </column> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
468 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
469 | </item> |
8997 | 470 | <item> |
471 | <widget class="QLabel" name="searchInfoLabel"/> | |
472 | </item> | |
473 | <item> | |
474 | <layout class="QHBoxLayout" name="horizontalLayout_3"> | |
475 | <item> | |
476 | <spacer name="horizontalSpacer_3"> | |
477 | <property name="orientation"> | |
478 | <enum>Qt::Horizontal</enum> | |
479 | </property> | |
480 | <property name="sizeHint" stdset="0"> | |
481 | <size> | |
482 | <width>40</width> | |
483 | <height>20</height> | |
484 | </size> | |
485 | </property> | |
486 | </spacer> | |
487 | </item> | |
488 | <item> | |
489 | <widget class="QToolButton" name="installButton"> | |
490 | <property name="toolTip"> | |
491 | <string>Press to install the selected package</string> | |
492 | </property> | |
493 | </widget> | |
494 | </item> | |
495 | <item> | |
496 | <widget class="QToolButton" name="installUserSiteButton"> | |
497 | <property name="toolTip"> | |
498 | <string>Press to install the selected package to the user site</string> | |
499 | </property> | |
500 | </widget> | |
501 | </item> | |
502 | <item> | |
503 | <widget class="QToolButton" name="showDetailsButton"> | |
504 | <property name="toolTip"> | |
505 | <string>Press to show details for the selected entry</string> | |
506 | </property> | |
507 | </widget> | |
508 | </item> | |
509 | <item> | |
510 | <spacer name="horizontalSpacer_4"> | |
511 | <property name="orientation"> | |
512 | <enum>Qt::Horizontal</enum> | |
513 | </property> | |
514 | <property name="sizeHint" stdset="0"> | |
515 | <size> | |
516 | <width>40</width> | |
517 | <height>20</height> | |
518 | </size> | |
519 | </property> | |
520 | </spacer> | |
521 | </item> | |
522 | </layout> | |
523 | </item> | |
524 | </layout> | |
525 | </widget> | |
526 | </item> | |
527 | </layout> | |
528 | </widget> | |
529 | <widget class="QWidget" name="dependenciesPage"> | |
530 | <layout class="QVBoxLayout" name="verticalLayout_8"> | |
531 | <item> | |
532 | <widget class="QGroupBox" name="groupBox"> | |
533 | <property name="title"> | |
534 | <string>View Type</string> | |
535 | </property> | |
536 | <layout class="QHBoxLayout" name="horizontalLayout_5"> | |
537 | <item> | |
538 | <widget class="QRadioButton" name="requiresButton"> | |
539 | <property name="toolTip"> | |
540 | <string>Select to show which package requires other packages</string> | |
541 | </property> | |
542 | <property name="text"> | |
543 | <string>Requires</string> | |
544 | </property> | |
545 | <property name="checked"> | |
546 | <bool>true</bool> | |
547 | </property> | |
548 | </widget> | |
549 | </item> | |
550 | <item> | |
551 | <widget class="QRadioButton" name="requiredByButton"> | |
552 | <property name="toolTip"> | |
553 | <string>Select to show which package is required by others</string> | |
554 | </property> | |
555 | <property name="text"> | |
556 | <string>Required By</string> | |
557 | </property> | |
558 | </widget> | |
559 | </item> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
560 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
561 | </widget> |
8997 | 562 | </item> |
563 | <item> | |
564 | <layout class="QHBoxLayout" name="horizontalLayout_4"> | |
565 | <item> | |
566 | <widget class="QCheckBox" name="localDepCheckBox"> | |
567 | <property name="toolTip"> | |
568 | <string>Select to show only dependencies of locally installed packages</string> | |
569 | </property> | |
570 | <property name="text"> | |
571 | <string>Local packages only</string> | |
572 | </property> | |
573 | <property name="checked"> | |
574 | <bool>true</bool> | |
575 | </property> | |
576 | </widget> | |
577 | </item> | |
578 | <item> | |
579 | <widget class="QCheckBox" name="userDepCheckBox"> | |
580 | <property name="toolTip"> | |
581 | <string>Select to show only dependencies of packages installed to the user-site</string> | |
582 | </property> | |
583 | <property name="text"> | |
584 | <string>User-Site only</string> | |
585 | </property> | |
586 | </widget> | |
587 | </item> | |
588 | </layout> | |
589 | </item> | |
590 | <item> | |
591 | <widget class="QSplitter" name="splitter_2"> | |
592 | <property name="orientation"> | |
593 | <enum>Qt::Vertical</enum> | |
594 | </property> | |
595 | <widget class="QTreeWidget" name="dependenciesList"> | |
596 | <property name="sizePolicy"> | |
597 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
598 | <horstretch>0</horstretch> | |
599 | <verstretch>3</verstretch> | |
600 | </sizepolicy> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
601 | </property> |
8997 | 602 | <property name="alternatingRowColors"> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
603 | <bool>true</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
604 | </property> |
8997 | 605 | <property name="sortingEnabled"> |
606 | <bool>true</bool> | |
607 | </property> | |
608 | <property name="expandsOnDoubleClick"> | |
8085 | 609 | <bool>false</bool> |
610 | </property> | |
8997 | 611 | <attribute name="headerDefaultSectionSize"> |
612 | <number>150</number> | |
613 | </attribute> | |
614 | <column> | |
615 | <property name="text"> | |
616 | <string>Package</string> | |
617 | </property> | |
618 | </column> | |
619 | <column> | |
620 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
621 | <string>Installed</string> |
8997 | 622 | </property> |
623 | </column> | |
624 | <column> | |
625 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
626 | <string>Required</string> |
8997 | 627 | </property> |
628 | </column> | |
8085 | 629 | </widget> |
8997 | 630 | <widget class="QTreeWidget" name="dependencyInfoWidget"> |
631 | <property name="sizePolicy"> | |
632 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
633 | <horstretch>0</horstretch> | |
634 | <verstretch>1</verstretch> | |
635 | </sizepolicy> | |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
636 | </property> |
8997 | 637 | <property name="alternatingRowColors"> |
638 | <bool>true</bool> | |
639 | </property> | |
640 | <property name="rootIsDecorated"> | |
641 | <bool>false</bool> | |
642 | </property> | |
643 | <property name="itemsExpandable"> | |
644 | <bool>false</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
645 | </property> |
8997 | 646 | <property name="allColumnsShowFocus"> |
647 | <bool>true</bool> | |
648 | </property> | |
649 | <property name="wordWrap"> | |
650 | <bool>true</bool> | |
651 | </property> | |
652 | <property name="columnCount"> | |
653 | <number>2</number> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
654 | </property> |
8997 | 655 | <attribute name="headerVisible"> |
656 | <bool>false</bool> | |
657 | </attribute> | |
658 | <attribute name="headerStretchLastSection"> | |
659 | <bool>false</bool> | |
660 | </attribute> | |
661 | <column> | |
662 | <property name="text"> | |
663 | <string notr="true">1</string> | |
664 | </property> | |
665 | </column> | |
666 | <column> | |
667 | <property name="text"> | |
668 | <string notr="true">2</string> | |
669 | </property> | |
670 | </column> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
671 | </widget> |
8997 | 672 | </widget> |
673 | </item> | |
674 | <item> | |
675 | <layout class="QHBoxLayout" name="horizontalLayout_6"> | |
676 | <item> | |
677 | <spacer name="horizontalSpacer_5"> | |
678 | <property name="orientation"> | |
679 | <enum>Qt::Horizontal</enum> | |
680 | </property> | |
681 | <property name="sizeHint" stdset="0"> | |
682 | <size> | |
683 | <width>40</width> | |
684 | <height>20</height> | |
685 | </size> | |
686 | </property> | |
687 | </spacer> | |
688 | </item> | |
689 | <item> | |
690 | <widget class="QToolButton" name="refreshDependenciesButton"> | |
691 | <property name="toolTip"> | |
692 | <string>Press to refresh the dependency tree</string> | |
693 | </property> | |
694 | </widget> | |
695 | </item> | |
696 | <item> | |
697 | <widget class="QToolButton" name="showDepPackageDetailsButton"> | |
698 | <property name="toolTip"> | |
699 | <string>Press to show details for the selected entry</string> | |
700 | </property> | |
701 | </widget> | |
702 | </item> | |
703 | <item> | |
704 | <spacer name="horizontalSpacer_6"> | |
705 | <property name="orientation"> | |
706 | <enum>Qt::Horizontal</enum> | |
707 | </property> | |
708 | <property name="sizeHint" stdset="0"> | |
709 | <size> | |
710 | <width>40</width> | |
711 | <height>20</height> | |
712 | </size> | |
713 | </property> | |
714 | </spacer> | |
715 | </item> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
716 | </layout> |
8997 | 717 | </item> |
718 | </layout> | |
719 | </widget> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
720 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
721 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
722 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
723 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
724 | <customwidgets> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
725 | <customwidget> |
8356
68ec9c3d4de5
Renamed the modules and classes of the E5Gui package to have the prefix 'Eric' instead of 'E5'.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8312
diff
changeset
|
726 | <class>EricToolButton</class> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
727 | <extends>QToolButton</extends> |
8358
144a6b854f70
Sorted the eric specific extensions into packages named like the corresponding PyQt packages (i.e. EricCore,EricGui and EricWidgets).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8356
diff
changeset
|
728 | <header>EricWidgets/EricToolButton.h</header> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
729 | </customwidget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
730 | </customwidgets> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
731 | <tabstops> |
8997 | 732 | <tabstop>viewToggleButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
733 | <tabstop>environmentsComboBox</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
734 | <tabstop>pipMenuButton</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
735 | <tabstop>localCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
736 | <tabstop>notRequiredCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
737 | <tabstop>userCheckBox</tabstop> |
8977
663521af48b2
Started implementing a vulnerability checker based on the data of the Safety DB.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
8358
diff
changeset
|
738 | <tabstop>vulnerabilityCheckBox</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
739 | <tabstop>packagesList</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
740 | <tabstop>verboseCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
741 | <tabstop>installedFilesCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
742 | <tabstop>infoWidget</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
743 | <tabstop>refreshButton</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
744 | <tabstop>upgradeButton</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
745 | <tabstop>upgradeAllButton</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
746 | <tabstop>uninstallButton</tabstop> |
6804
dc20bde4af90
PipPackagesWidget: converted the verbal action buttons to iconic ones.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6801
diff
changeset
|
747 | <tabstop>showPackageDetailsButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
748 | <tabstop>searchToggleButton</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
749 | <tabstop>searchEditName</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
750 | <tabstop>searchButton</tabstop> |
9000 | 751 | <tabstop>searchMoreButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
752 | <tabstop>searchResultList</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
753 | <tabstop>installButton</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
754 | <tabstop>installUserSiteButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
755 | <tabstop>showDetailsButton</tabstop> |
8997 | 756 | <tabstop>requiresButton</tabstop> |
757 | <tabstop>requiredByButton</tabstop> | |
758 | <tabstop>localDepCheckBox</tabstop> | |
759 | <tabstop>userDepCheckBox</tabstop> | |
760 | <tabstop>dependenciesList</tabstop> | |
761 | <tabstop>dependencyInfoWidget</tabstop> | |
762 | <tabstop>refreshDependenciesButton</tabstop> | |
763 | <tabstop>showDepPackageDetailsButton</tabstop> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
764 | </tabstops> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
765 | <resources/> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
766 | <connections/> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
767 | </ui> |