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