Thu, 11 Jul 2024 14:21:34 +0200
MicroPython
- Updated the list of known CircuitPython boards for CPy 9.1.0.
- Updated the list of known UF2 capable boards.
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> |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
9 | <width>500</width> |
10105 | 10 | <height>999</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> |
10105 | 13 | <layout class="QVBoxLayout" name="verticalLayout_8"> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | <item> |
8997 | 15 | <layout class="QHBoxLayout" name="horizontalLayout"> |
16 | <item> | |
17 | <widget class="QToolButton" name="viewToggleButton"> | |
18 | <property name="toolTip"> | |
19 | <string>Toggle to show or hide the dependency tree view</string> | |
20 | </property> | |
21 | <property name="checkable"> | |
22 | <bool>true</bool> | |
23 | </property> | |
24 | </widget> | |
25 | </item> | |
26 | <item> | |
27 | <widget class="QComboBox" name="environmentsComboBox"/> | |
28 | </item> | |
29 | <item> | |
10802
55d7ff207f1f
Little change to the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10790
diff
changeset
|
30 | <widget class="EricToolButton" name="pipMenuButton"> |
55d7ff207f1f
Little change to the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10790
diff
changeset
|
31 | <property name="popupMode"> |
55d7ff207f1f
Little change to the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10790
diff
changeset
|
32 | <enum>QToolButton::InstantPopup</enum> |
55d7ff207f1f
Little change to the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10790
diff
changeset
|
33 | </property> |
55d7ff207f1f
Little change to the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10790
diff
changeset
|
34 | </widget> |
8997 | 35 | </item> |
36 | </layout> | |
37 | </item> | |
38 | <item> | |
9437
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
39 | <widget class="EricSqueezeLabelPath" name="environmentPathLabel"> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
40 | <property name="text"> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
41 | <string notr="true"/> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
42 | </property> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
43 | </widget> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
44 | </item> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
45 | <item> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
46 | <widget class="Line" name="line"> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
47 | <property name="orientation"> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
48 | <enum>Qt::Horizontal</enum> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
49 | </property> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
50 | </widget> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
51 | </item> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
52 | <item> |
8997 | 53 | <widget class="QStackedWidget" name="viewsStackWidget"> |
54 | <property name="currentIndex"> | |
9000 | 55 | <number>0</number> |
8997 | 56 | </property> |
57 | <widget class="QWidget" name="packagesPage"> | |
58 | <layout class="QVBoxLayout" name="verticalLayout_5"> | |
59 | <property name="leftMargin"> | |
60 | <number>0</number> | |
61 | </property> | |
62 | <property name="topMargin"> | |
63 | <number>0</number> | |
64 | </property> | |
65 | <property name="rightMargin"> | |
66 | <number>0</number> | |
67 | </property> | |
68 | <property name="bottomMargin"> | |
69 | <number>0</number> | |
70 | </property> | |
71 | <item> | |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
72 | <widget class="QWidget" name="searchWidget" native="true"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
73 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
74 | <property name="leftMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
75 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
76 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
77 | <property name="topMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
78 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
79 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
80 | <property name="rightMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
81 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
82 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
83 | <property name="bottomMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
84 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
85 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
86 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
87 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
88 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
89 | <spacer name="horizontalSpacer_3"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
90 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
91 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
92 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
93 | <property name="sizeHint" stdset="0"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
94 | <size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
95 | <width>40</width> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
96 | <height>20</height> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
97 | </size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
98 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
99 | </spacer> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
100 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
101 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
102 | <widget class="QToolButton" name="installButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
103 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
104 | <string>Press to install the selected package</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
105 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
106 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
107 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
108 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
109 | <widget class="QToolButton" name="installUserSiteButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
110 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
111 | <string>Press to install the selected package to the user site</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
112 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
113 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
114 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
115 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
116 | <widget class="QToolButton" name="showDetailsButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
117 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
118 | <string>Press to show details for the selected entry</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
119 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
120 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
121 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
122 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
123 | <spacer name="horizontalSpacer_4"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
124 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
125 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
126 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
127 | <property name="sizeHint" stdset="0"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
128 | <size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
129 | <width>40</width> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
130 | <height>20</height> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
131 | </size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
132 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
133 | </spacer> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
134 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
135 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
136 | <widget class="QToolButton" name="searchToggleButton_2"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
137 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
138 | <string>Toggle to show or hide the search window</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
139 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
140 | <property name="checkable"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
141 | <bool>true</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
142 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
143 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
144 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
145 | </layout> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
146 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
147 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
148 | <layout class="QHBoxLayout" name="horizontalLayout_8"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
149 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
150 | <widget class="QLabel" name="label"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
151 | <property name="text"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
152 | <string>Package</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
153 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
154 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
155 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
156 | <item> |
9623
9c1f429cb56b
Fixed a variable name typo and corrected the enabled state handling of the search edit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9581
diff
changeset
|
157 | <widget class="QLineEdit" name="searchNameEdit"> |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
158 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
159 | <string>Enter the search term for the package name</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
160 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
161 | <property name="placeholderText"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
162 | <string>Enter search term</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
163 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
164 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
165 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
166 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
167 | <widget class="QToolButton" name="searchButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
168 | <property name="enabled"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
169 | <bool>false</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
170 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
171 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
172 | <string>Press to start the search</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
173 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
174 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
175 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
176 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
177 | <widget class="QToolButton" name="searchMoreButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
178 | <property name="enabled"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
179 | <bool>false</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
180 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
181 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
182 | <string>Press to search for more packages</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
183 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
184 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
185 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
186 | </layout> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
187 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
188 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
189 | <widget class="QWidget" name="searchOptionsWidget" native="true"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
190 | <layout class="QVBoxLayout" name="verticalLayout"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
191 | <property name="leftMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
192 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
193 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
194 | <property name="topMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
195 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
196 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
197 | <property name="rightMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
198 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
199 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
200 | <property name="bottomMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
201 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
202 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
203 | </layout> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
204 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
205 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
206 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
207 | <widget class="QTreeWidget" name="searchResultList"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
208 | <property name="alternatingRowColors"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
209 | <bool>true</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
210 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
211 | <property name="selectionMode"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
212 | <enum>QAbstractItemView::ExtendedSelection</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
213 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
214 | <property name="rootIsDecorated"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
215 | <bool>false</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
216 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
217 | <property name="itemsExpandable"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
218 | <bool>false</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
219 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
220 | <property name="allColumnsShowFocus"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
221 | <bool>true</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
222 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
223 | <property name="wordWrap"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
224 | <bool>true</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
225 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
226 | <column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
227 | <property name="text"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
228 | <string>Package</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
229 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
230 | </column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
231 | <column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
232 | <property name="text"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
233 | <string>Version</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
234 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
235 | </column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
236 | <column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
237 | <property name="text"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
238 | <string>Released</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
239 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
240 | </column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
241 | <column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
242 | <property name="text"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
243 | <string>Description</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
244 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
245 | </column> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
246 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
247 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
248 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
249 | <widget class="QLabel" name="searchInfoLabel"/> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
250 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
251 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
252 | <widget class="Line" name="line_2"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
253 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
254 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
255 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
256 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
257 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
258 | </layout> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
259 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
260 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
261 | <item> |
8997 | 262 | <widget class="QWidget" name="baseWidget" native="true"> |
10105 | 263 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
10790
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
264 | <property name="leftMargin"> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
265 | <number>0</number> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
266 | </property> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
267 | <property name="topMargin"> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
268 | <number>0</number> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
269 | </property> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
270 | <property name="rightMargin"> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
271 | <number>0</number> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
272 | </property> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
273 | <property name="bottomMargin"> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
274 | <number>0</number> |
f0fd0c1592e2
Corrected the margins of the pip packages widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10669
diff
changeset
|
275 | </property> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
276 | <item> |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
277 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
278 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
279 | <spacer name="horizontalSpacer"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
280 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
281 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
282 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
283 | <property name="sizeHint" stdset="0"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
284 | <size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
285 | <width>40</width> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
286 | <height>20</height> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
287 | </size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
288 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
289 | </spacer> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
290 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
291 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
292 | <widget class="QToolButton" name="refreshButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
293 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
294 | <string>Press to refresh the lists</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
295 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
296 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
297 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
298 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
299 | <widget class="QToolButton" name="upgradeButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
300 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
301 | <string>Press to upgrade the selected packages</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
302 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
303 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
304 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
305 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
306 | <widget class="QToolButton" name="upgradeAllButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
307 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
308 | <string>Press to upgrade all listed packages</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
309 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
310 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
311 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
312 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
313 | <widget class="QToolButton" name="uninstallButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
314 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
315 | <string>Press to uninstall the selected package</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
316 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
317 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
318 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
319 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
320 | <widget class="QToolButton" name="showPackageDetailsButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
321 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
322 | <string>Press to show details for the selected entry</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
323 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
324 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
325 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
326 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
327 | <spacer name="horizontalSpacer_2"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
328 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
329 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
330 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
331 | <property name="sizeHint" stdset="0"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
332 | <size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
333 | <width>40</width> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
334 | <height>20</height> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
335 | </size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
336 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
337 | </spacer> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
338 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
339 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
340 | <widget class="QToolButton" name="searchToggleButton_1"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
341 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
342 | <string>Toggle to show or hide the search window</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
343 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
344 | <property name="checkable"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
345 | <bool>true</bool> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
346 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
347 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
348 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
349 | </layout> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
350 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
351 | <item> |
8997 | 352 | <layout class="QGridLayout" name="gridLayout_2"> |
353 | <item row="0" column="0"> | |
354 | <widget class="QCheckBox" name="localCheckBox"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
355 | <property name="toolTip"> |
8997 | 356 | <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
|
357 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
358 | <property name="text"> |
8997 | 359 | <string>Local packages only</string> |
360 | </property> | |
361 | <property name="checked"> | |
362 | <bool>true</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
363 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
364 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
365 | </item> |
8997 | 366 | <item row="0" column="1"> |
367 | <widget class="QCheckBox" name="notRequiredCheckBox"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
368 | <property name="toolTip"> |
8997 | 369 | <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
|
370 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
371 | <property name="text"> |
8997 | 372 | <string>Not required Packages</string> |
373 | </property> | |
374 | </widget> | |
375 | </item> | |
376 | <item row="1" column="0"> | |
377 | <widget class="QCheckBox" name="userCheckBox"> | |
378 | <property name="toolTip"> | |
379 | <string>Select to show only packages installed to the user-site</string> | |
380 | </property> | |
381 | <property name="text"> | |
382 | <string>User-Site only</string> | |
383 | </property> | |
384 | </widget> | |
385 | </item> | |
386 | <item row="1" column="1"> | |
387 | <widget class="QCheckBox" name="vulnerabilityCheckBox"> | |
388 | <property name="toolTip"> | |
389 | <string>Perform vulnerability checks based on "Safety DB".</string> | |
390 | </property> | |
391 | <property name="text"> | |
392 | <string>Vulnerability Check</string> | |
393 | </property> | |
394 | <property name="checked"> | |
395 | <bool>true</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
396 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
397 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
398 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
399 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
400 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
401 | <item> |
8997 | 402 | <widget class="QLabel" name="statusLabel"/> |
403 | </item> | |
404 | <item> | |
405 | <widget class="QSplitter" name="splitter"> | |
406 | <property name="orientation"> | |
407 | <enum>Qt::Vertical</enum> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
408 | </property> |
10105 | 409 | <property name="childrenCollapsible"> |
410 | <bool>false</bool> | |
411 | </property> | |
8997 | 412 | <widget class="QTreeWidget" name="packagesList"> |
413 | <property name="sizePolicy"> | |
414 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
415 | <horstretch>0</horstretch> | |
416 | <verstretch>3</verstretch> | |
417 | </sizepolicy> | |
418 | </property> | |
419 | <property name="alternatingRowColors"> | |
420 | <bool>true</bool> | |
421 | </property> | |
422 | <property name="selectionMode"> | |
423 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
424 | </property> | |
425 | <property name="rootIsDecorated"> | |
426 | <bool>false</bool> | |
427 | </property> | |
428 | <property name="itemsExpandable"> | |
429 | <bool>false</bool> | |
430 | </property> | |
431 | <property name="sortingEnabled"> | |
432 | <bool>true</bool> | |
433 | </property> | |
434 | <attribute name="headerDefaultSectionSize"> | |
435 | <number>150</number> | |
436 | </attribute> | |
437 | <column> | |
438 | <property name="text"> | |
439 | <string>Package</string> | |
440 | </property> | |
441 | </column> | |
442 | <column> | |
443 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
444 | <string>Installed</string> |
8997 | 445 | </property> |
446 | </column> | |
447 | <column> | |
448 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
449 | <string>Available</string> |
8997 | 450 | </property> |
451 | </column> | |
452 | <column> | |
453 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
454 | <string>Affected</string> |
8997 | 455 | </property> |
456 | </column> | |
457 | </widget> | |
10105 | 458 | <widget class="QTabWidget" name="infoWidget"> |
459 | <property name="currentIndex"> | |
460 | <number>0</number> | |
8997 | 461 | </property> |
10105 | 462 | <widget class="QWidget" name="packageTab"> |
463 | <attribute name="title"> | |
464 | <string>Package</string> | |
465 | </attribute> | |
466 | <layout class="QVBoxLayout" name="verticalLayout_4"> | |
467 | <item> | |
468 | <layout class="QHBoxLayout" name="horizontalLayout_7"> | |
469 | <item> | |
470 | <widget class="QCheckBox" name="verboseCheckBox"> | |
471 | <property name="toolTip"> | |
472 | <string>Select to show verbose package information</string> | |
473 | </property> | |
474 | <property name="text"> | |
475 | <string>Verbose Information</string> | |
476 | </property> | |
477 | </widget> | |
478 | </item> | |
479 | <item> | |
480 | <widget class="QCheckBox" name="installedFilesCheckBox"> | |
481 | <property name="toolTip"> | |
482 | <string>Select to show information about installed files</string> | |
483 | </property> | |
484 | <property name="text"> | |
485 | <string>Installed Files</string> | |
486 | </property> | |
487 | </widget> | |
488 | </item> | |
489 | </layout> | |
490 | </item> | |
491 | <item> | |
492 | <widget class="QTreeWidget" name="packageInfoWidget"> | |
493 | <property name="sizePolicy"> | |
494 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
495 | <horstretch>0</horstretch> | |
496 | <verstretch>1</verstretch> | |
497 | </sizepolicy> | |
498 | </property> | |
499 | <property name="alternatingRowColors"> | |
500 | <bool>true</bool> | |
501 | </property> | |
10669
456bbea5f146
Changed the selection mode of the pip package info and pip package vulnerability info widgets in order to improve selection and copy (see issue 549).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10133
diff
changeset
|
502 | <property name="selectionBehavior"> |
456bbea5f146
Changed the selection mode of the pip package info and pip package vulnerability info widgets in order to improve selection and copy (see issue 549).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10133
diff
changeset
|
503 | <enum>QAbstractItemView::SelectItems</enum> |
456bbea5f146
Changed the selection mode of the pip package info and pip package vulnerability info widgets in order to improve selection and copy (see issue 549).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10133
diff
changeset
|
504 | </property> |
10105 | 505 | <property name="rootIsDecorated"> |
506 | <bool>false</bool> | |
507 | </property> | |
508 | <property name="itemsExpandable"> | |
509 | <bool>false</bool> | |
510 | </property> | |
511 | <property name="allColumnsShowFocus"> | |
512 | <bool>true</bool> | |
513 | </property> | |
514 | <property name="wordWrap"> | |
515 | <bool>true</bool> | |
516 | </property> | |
517 | <property name="columnCount"> | |
518 | <number>2</number> | |
519 | </property> | |
520 | <attribute name="headerVisible"> | |
521 | <bool>false</bool> | |
522 | </attribute> | |
523 | <attribute name="headerStretchLastSection"> | |
524 | <bool>false</bool> | |
525 | </attribute> | |
526 | <column> | |
8997 | 527 | <property name="text"> |
10105 | 528 | <string notr="true">1</string> |
8997 | 529 | </property> |
10105 | 530 | </column> |
531 | <column> | |
532 | <property name="text"> | |
533 | <string notr="true">2</string> | |
534 | </property> | |
535 | </column> | |
536 | </widget> | |
537 | </item> | |
538 | </layout> | |
539 | </widget> | |
540 | <widget class="QWidget" name="vulnerabilitiesTab"> | |
541 | <attribute name="title"> | |
542 | <string>Vulnerabilities</string> | |
543 | </attribute> | |
544 | <layout class="QVBoxLayout" name="verticalLayout_3"> | |
545 | <item> | |
546 | <widget class="QTreeWidget" name="vulnerabilitiesInfoWidget"> | |
547 | <property name="sizePolicy"> | |
548 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
549 | <horstretch>0</horstretch> | |
550 | <verstretch>1</verstretch> | |
551 | </sizepolicy> | |
552 | </property> | |
553 | <property name="alternatingRowColors"> | |
554 | <bool>true</bool> | |
555 | </property> | |
10669
456bbea5f146
Changed the selection mode of the pip package info and pip package vulnerability info widgets in order to improve selection and copy (see issue 549).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10133
diff
changeset
|
556 | <property name="selectionBehavior"> |
456bbea5f146
Changed the selection mode of the pip package info and pip package vulnerability info widgets in order to improve selection and copy (see issue 549).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10133
diff
changeset
|
557 | <enum>QAbstractItemView::SelectItems</enum> |
456bbea5f146
Changed the selection mode of the pip package info and pip package vulnerability info widgets in order to improve selection and copy (see issue 549).
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10133
diff
changeset
|
558 | </property> |
10105 | 559 | <property name="rootIsDecorated"> |
560 | <bool>false</bool> | |
8997 | 561 | </property> |
10105 | 562 | <property name="itemsExpandable"> |
563 | <bool>false</bool> | |
564 | </property> | |
565 | <property name="allColumnsShowFocus"> | |
566 | <bool>true</bool> | |
567 | </property> | |
568 | <property name="wordWrap"> | |
569 | <bool>true</bool> | |
570 | </property> | |
571 | <property name="columnCount"> | |
572 | <number>2</number> | |
8997 | 573 | </property> |
10105 | 574 | <attribute name="headerVisible"> |
575 | <bool>false</bool> | |
576 | </attribute> | |
577 | <attribute name="headerStretchLastSection"> | |
578 | <bool>false</bool> | |
579 | </attribute> | |
580 | <column> | |
581 | <property name="text"> | |
582 | <string notr="true">1</string> | |
583 | </property> | |
584 | </column> | |
585 | <column> | |
586 | <property name="text"> | |
587 | <string notr="true">2</string> | |
588 | </property> | |
589 | </column> | |
590 | </widget> | |
591 | </item> | |
592 | </layout> | |
593 | </widget> | |
8997 | 594 | </widget> |
595 | </widget> | |
596 | </item> | |
597 | </layout> | |
598 | </widget> | |
599 | </item> | |
600 | </layout> | |
601 | </widget> | |
602 | <widget class="QWidget" name="dependenciesPage"> | |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
603 | <layout class="QVBoxLayout" name="verticalLayout_7"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
604 | <property name="leftMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
605 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
606 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
607 | <property name="topMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
608 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
609 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
610 | <property name="rightMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
611 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
612 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
613 | <property name="bottomMargin"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
614 | <number>0</number> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
615 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
616 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
617 | <layout class="QHBoxLayout" name="horizontalLayout_6"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
618 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
619 | <spacer name="horizontalSpacer_5"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
620 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
621 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
622 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
623 | <property name="sizeHint" stdset="0"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
624 | <size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
625 | <width>40</width> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
626 | <height>20</height> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
627 | </size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
628 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
629 | </spacer> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
630 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
631 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
632 | <widget class="QToolButton" name="refreshDependenciesButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
633 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
634 | <string>Press to refresh the dependency tree</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
635 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
636 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
637 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
638 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
639 | <widget class="QToolButton" name="showDepPackageDetailsButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
640 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
641 | <string>Press to show details for the selected entry</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
642 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
643 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
644 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
645 | <item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
646 | <widget class="QToolButton" name="dependencyRepairButton"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
647 | <property name="toolTip"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
648 | <string>Press to repair the selected dependency</string> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
649 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
650 | <property name="text"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
651 | <string/> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
652 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
653 | </widget> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
654 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
655 | <item> |
10133
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
656 | <widget class="QToolButton" name="dependencyRepairAllButton"> |
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
657 | <property name="toolTip"> |
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
658 | <string>Press to repair all dependencies</string> |
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
659 | </property> |
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
660 | </widget> |
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
661 | </item> |
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
662 | <item> |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
663 | <spacer name="horizontalSpacer_6"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
664 | <property name="orientation"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
665 | <enum>Qt::Horizontal</enum> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
666 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
667 | <property name="sizeHint" stdset="0"> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
668 | <size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
669 | <width>40</width> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
670 | <height>20</height> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
671 | </size> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
672 | </property> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
673 | </spacer> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
674 | </item> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
675 | </layout> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
676 | </item> |
8997 | 677 | <item> |
678 | <widget class="QGroupBox" name="groupBox"> | |
679 | <property name="title"> | |
680 | <string>View Type</string> | |
681 | </property> | |
682 | <layout class="QHBoxLayout" name="horizontalLayout_5"> | |
683 | <item> | |
684 | <widget class="QRadioButton" name="requiresButton"> | |
685 | <property name="toolTip"> | |
686 | <string>Select to show which package requires other packages</string> | |
687 | </property> | |
688 | <property name="text"> | |
689 | <string>Requires</string> | |
690 | </property> | |
691 | <property name="checked"> | |
692 | <bool>true</bool> | |
693 | </property> | |
694 | </widget> | |
695 | </item> | |
696 | <item> | |
697 | <widget class="QRadioButton" name="requiredByButton"> | |
698 | <property name="toolTip"> | |
699 | <string>Select to show which package is required by others</string> | |
700 | </property> | |
701 | <property name="text"> | |
702 | <string>Required By</string> | |
703 | </property> | |
704 | </widget> | |
705 | </item> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
706 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
707 | </widget> |
8997 | 708 | </item> |
709 | <item> | |
710 | <layout class="QHBoxLayout" name="horizontalLayout_4"> | |
711 | <item> | |
712 | <widget class="QCheckBox" name="localDepCheckBox"> | |
713 | <property name="toolTip"> | |
714 | <string>Select to show only dependencies of locally installed packages</string> | |
715 | </property> | |
716 | <property name="text"> | |
717 | <string>Local packages only</string> | |
718 | </property> | |
719 | <property name="checked"> | |
720 | <bool>true</bool> | |
721 | </property> | |
722 | </widget> | |
723 | </item> | |
724 | <item> | |
725 | <widget class="QCheckBox" name="userDepCheckBox"> | |
726 | <property name="toolTip"> | |
727 | <string>Select to show only dependencies of packages installed to the user-site</string> | |
728 | </property> | |
729 | <property name="text"> | |
730 | <string>User-Site only</string> | |
731 | </property> | |
732 | </widget> | |
733 | </item> | |
734 | </layout> | |
735 | </item> | |
736 | <item> | |
737 | <widget class="QSplitter" name="splitter_2"> | |
738 | <property name="orientation"> | |
739 | <enum>Qt::Vertical</enum> | |
740 | </property> | |
741 | <widget class="QTreeWidget" name="dependenciesList"> | |
742 | <property name="sizePolicy"> | |
743 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
744 | <horstretch>0</horstretch> | |
745 | <verstretch>3</verstretch> | |
746 | </sizepolicy> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
747 | </property> |
8997 | 748 | <property name="alternatingRowColors"> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
749 | <bool>true</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
750 | </property> |
9234 | 751 | <property name="selectionMode"> |
752 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
753 | </property> | |
8997 | 754 | <property name="sortingEnabled"> |
755 | <bool>true</bool> | |
756 | </property> | |
757 | <property name="expandsOnDoubleClick"> | |
8085 | 758 | <bool>false</bool> |
759 | </property> | |
8997 | 760 | <attribute name="headerDefaultSectionSize"> |
761 | <number>150</number> | |
762 | </attribute> | |
763 | <column> | |
764 | <property name="text"> | |
765 | <string>Package</string> | |
766 | </property> | |
767 | </column> | |
768 | <column> | |
769 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
770 | <string>Installed</string> |
8997 | 771 | </property> |
772 | </column> | |
773 | <column> | |
774 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
775 | <string>Required</string> |
8997 | 776 | </property> |
777 | </column> | |
8085 | 778 | </widget> |
8997 | 779 | <widget class="QTreeWidget" name="dependencyInfoWidget"> |
780 | <property name="sizePolicy"> | |
781 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
782 | <horstretch>0</horstretch> | |
783 | <verstretch>1</verstretch> | |
784 | </sizepolicy> | |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
785 | </property> |
8997 | 786 | <property name="alternatingRowColors"> |
787 | <bool>true</bool> | |
788 | </property> | |
789 | <property name="rootIsDecorated"> | |
790 | <bool>false</bool> | |
791 | </property> | |
792 | <property name="itemsExpandable"> | |
793 | <bool>false</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
794 | </property> |
8997 | 795 | <property name="allColumnsShowFocus"> |
796 | <bool>true</bool> | |
797 | </property> | |
798 | <property name="wordWrap"> | |
799 | <bool>true</bool> | |
800 | </property> | |
801 | <property name="columnCount"> | |
802 | <number>2</number> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
803 | </property> |
8997 | 804 | <attribute name="headerVisible"> |
805 | <bool>false</bool> | |
806 | </attribute> | |
807 | <attribute name="headerStretchLastSection"> | |
808 | <bool>false</bool> | |
809 | </attribute> | |
810 | <column> | |
811 | <property name="text"> | |
812 | <string notr="true">1</string> | |
813 | </property> | |
814 | </column> | |
815 | <column> | |
816 | <property name="text"> | |
817 | <string notr="true">2</string> | |
818 | </property> | |
819 | </column> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
820 | </widget> |
8997 | 821 | </widget> |
822 | </item> | |
823 | </layout> | |
824 | </widget> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
825 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
826 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
827 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
828 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
829 | <customwidgets> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
830 | <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
|
831 | <class>EricToolButton</class> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
832 | <extends>QToolButton</extends> |
9413
80c06d472826
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9234
diff
changeset
|
833 | <header>eric7/EricWidgets/EricToolButton.h</header> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
834 | </customwidget> |
9437
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
835 | <customwidget> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
836 | <class>EricSqueezeLabelPath</class> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
837 | <extends>QLabel</extends> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
838 | <header>eric7/EricWidgets/EricSqueezeLabels.h</header> |
4bc1acf812f4
Added a label to the pip packages widget to show the interpreter path of the selected virtual environment.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9413
diff
changeset
|
839 | </customwidget> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
840 | </customwidgets> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
841 | <tabstops> |
8997 | 842 | <tabstop>viewToggleButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
843 | <tabstop>environmentsComboBox</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
844 | <tabstop>pipMenuButton</tabstop> |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
845 | <tabstop>refreshButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
846 | <tabstop>upgradeButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
847 | <tabstop>upgradeAllButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
848 | <tabstop>uninstallButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
849 | <tabstop>showPackageDetailsButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
850 | <tabstop>searchToggleButton_1</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
851 | <tabstop>localCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
852 | <tabstop>notRequiredCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
853 | <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
|
854 | <tabstop>vulnerabilityCheckBox</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
855 | <tabstop>packagesList</tabstop> |
10105 | 856 | <tabstop>infoWidget</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
857 | <tabstop>verboseCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
858 | <tabstop>installedFilesCheckBox</tabstop> |
10105 | 859 | <tabstop>packageInfoWidget</tabstop> |
860 | <tabstop>vulnerabilitiesInfoWidget</tabstop> | |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
861 | <tabstop>installButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
862 | <tabstop>installUserSiteButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
863 | <tabstop>showDetailsButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
864 | <tabstop>searchToggleButton_2</tabstop> |
9623
9c1f429cb56b
Fixed a variable name typo and corrected the enabled state handling of the search edit.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9581
diff
changeset
|
865 | <tabstop>searchNameEdit</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
866 | <tabstop>searchButton</tabstop> |
9000 | 867 | <tabstop>searchMoreButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
868 | <tabstop>searchResultList</tabstop> |
9581
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
869 | <tabstop>refreshDependenciesButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
870 | <tabstop>showDepPackageDetailsButton</tabstop> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
871 | <tabstop>dependencyRepairButton</tabstop> |
10133
39d1353996b9
pip Interface
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10105
diff
changeset
|
872 | <tabstop>dependencyRepairAllButton</tabstop> |
8997 | 873 | <tabstop>requiresButton</tabstop> |
874 | <tabstop>requiredByButton</tabstop> | |
875 | <tabstop>localDepCheckBox</tabstop> | |
876 | <tabstop>userDepCheckBox</tabstop> | |
877 | <tabstop>dependenciesList</tabstop> | |
878 | <tabstop>dependencyInfoWidget</tabstop> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
879 | </tabstops> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
880 | <resources/> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
881 | <connections/> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
882 | </ui> |