Sun, 26 Feb 2023 12:44:03 +0100
MicroPython
- fixed an issue checking, if the device data is available
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> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
10 | <height>1000</height> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
11 | </rect> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
12 | </property> |
8997 | 13 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
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"> |
259 | <layout class="QVBoxLayout" name="verticalLayout_4"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
260 | <property name="leftMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
261 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
262 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
263 | <property name="topMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
264 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
265 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
266 | <property name="rightMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
267 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
268 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
269 | <property name="bottomMargin"> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
270 | <number>0</number> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
271 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
272 | <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
|
273 | <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
|
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 | <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
|
276 | <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
|
277 | <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
|
278 | </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
|
279 | <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
|
280 | <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
|
281 | <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
|
282 | <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
|
283 | </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
|
284 | </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
|
285 | </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
|
286 | </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
|
287 | <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
|
288 | <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
|
289 | <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
|
290 | <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
|
291 | </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
|
292 | </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
|
293 | </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
|
294 | <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
|
295 | <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
|
296 | <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
|
297 | <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
|
298 | </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
|
299 | </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
|
300 | </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
|
301 | <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
|
302 | <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
|
303 | <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
|
304 | <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
|
305 | </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
|
306 | </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
|
307 | </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
|
308 | <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
|
309 | <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
|
310 | <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
|
311 | <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
|
312 | </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
|
313 | </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
|
314 | </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
|
315 | <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
|
316 | <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
|
317 | <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
|
318 | <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
|
319 | </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
|
320 | </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
|
321 | </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
|
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 | <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
|
324 | <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
|
325 | <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
|
326 | </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
|
327 | <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
|
328 | <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
|
329 | <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
|
330 | <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
|
331 | </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
|
332 | </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
|
333 | </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
|
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> |
f0428ceedb41
Rearranged the PyPI (pip) widget layout (see issue468) and corrected a glitch in handling the menu action "Check Vulnerabilities".
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9437
diff
changeset
|
336 | <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
|
337 | <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
|
338 | <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
|
339 | </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
|
340 | <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
|
341 | <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
|
342 | </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
|
343 | </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
|
344 | </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
|
345 | </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
|
346 | </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
|
347 | <item> |
8997 | 348 | <layout class="QGridLayout" name="gridLayout_2"> |
349 | <item row="0" column="0"> | |
350 | <widget class="QCheckBox" name="localCheckBox"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
351 | <property name="toolTip"> |
8997 | 352 | <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
|
353 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
354 | <property name="text"> |
8997 | 355 | <string>Local packages only</string> |
356 | </property> | |
357 | <property name="checked"> | |
358 | <bool>true</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
359 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
360 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
361 | </item> |
8997 | 362 | <item row="0" column="1"> |
363 | <widget class="QCheckBox" name="notRequiredCheckBox"> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
364 | <property name="toolTip"> |
8997 | 365 | <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
|
366 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
367 | <property name="text"> |
8997 | 368 | <string>Not required Packages</string> |
369 | </property> | |
370 | </widget> | |
371 | </item> | |
372 | <item row="1" column="0"> | |
373 | <widget class="QCheckBox" name="userCheckBox"> | |
374 | <property name="toolTip"> | |
375 | <string>Select to show only packages installed to the user-site</string> | |
376 | </property> | |
377 | <property name="text"> | |
378 | <string>User-Site only</string> | |
379 | </property> | |
380 | </widget> | |
381 | </item> | |
382 | <item row="1" column="1"> | |
383 | <widget class="QCheckBox" name="vulnerabilityCheckBox"> | |
384 | <property name="toolTip"> | |
385 | <string>Perform vulnerability checks based on "Safety DB".</string> | |
386 | </property> | |
387 | <property name="text"> | |
388 | <string>Vulnerability Check</string> | |
389 | </property> | |
390 | <property name="checked"> | |
391 | <bool>true</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
392 | </property> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
393 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
394 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
395 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
396 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
397 | <item> |
8997 | 398 | <widget class="QLabel" name="statusLabel"/> |
399 | </item> | |
400 | <item> | |
401 | <widget class="QSplitter" name="splitter"> | |
402 | <property name="orientation"> | |
403 | <enum>Qt::Vertical</enum> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
404 | </property> |
8997 | 405 | <widget class="QTreeWidget" name="packagesList"> |
406 | <property name="sizePolicy"> | |
407 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
408 | <horstretch>0</horstretch> | |
409 | <verstretch>3</verstretch> | |
410 | </sizepolicy> | |
411 | </property> | |
412 | <property name="alternatingRowColors"> | |
413 | <bool>true</bool> | |
414 | </property> | |
415 | <property name="selectionMode"> | |
416 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
417 | </property> | |
418 | <property name="rootIsDecorated"> | |
419 | <bool>false</bool> | |
420 | </property> | |
421 | <property name="itemsExpandable"> | |
422 | <bool>false</bool> | |
423 | </property> | |
424 | <property name="sortingEnabled"> | |
425 | <bool>true</bool> | |
426 | </property> | |
427 | <attribute name="headerDefaultSectionSize"> | |
428 | <number>150</number> | |
429 | </attribute> | |
430 | <column> | |
431 | <property name="text"> | |
432 | <string>Package</string> | |
433 | </property> | |
434 | </column> | |
435 | <column> | |
436 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
437 | <string>Installed</string> |
8997 | 438 | </property> |
439 | </column> | |
440 | <column> | |
441 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
442 | <string>Available</string> |
8997 | 443 | </property> |
444 | </column> | |
445 | <column> | |
446 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
447 | <string>Affected</string> |
8997 | 448 | </property> |
449 | </column> | |
450 | </widget> | |
451 | <widget class="QWidget" name="widget" native="true"> | |
452 | <property name="sizePolicy"> | |
453 | <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> | |
454 | <horstretch>0</horstretch> | |
455 | <verstretch>1</verstretch> | |
456 | </sizepolicy> | |
457 | </property> | |
458 | <layout class="QVBoxLayout" name="verticalLayout_3"> | |
459 | <property name="leftMargin"> | |
460 | <number>0</number> | |
461 | </property> | |
462 | <property name="topMargin"> | |
463 | <number>0</number> | |
464 | </property> | |
465 | <property name="rightMargin"> | |
466 | <number>0</number> | |
467 | </property> | |
468 | <property name="bottomMargin"> | |
469 | <number>0</number> | |
470 | </property> | |
471 | <item> | |
472 | <layout class="QHBoxLayout" name="horizontalLayout_7"> | |
473 | <item> | |
474 | <widget class="QCheckBox" name="verboseCheckBox"> | |
475 | <property name="toolTip"> | |
476 | <string>Select to show verbose package information</string> | |
477 | </property> | |
478 | <property name="text"> | |
479 | <string>Verbose Information</string> | |
480 | </property> | |
481 | </widget> | |
482 | </item> | |
483 | <item> | |
484 | <widget class="QCheckBox" name="installedFilesCheckBox"> | |
485 | <property name="toolTip"> | |
486 | <string>Select to show information about installed files</string> | |
487 | </property> | |
488 | <property name="text"> | |
489 | <string>Installed Files</string> | |
490 | </property> | |
491 | </widget> | |
492 | </item> | |
493 | </layout> | |
494 | </item> | |
495 | <item> | |
496 | <widget class="QTreeWidget" name="infoWidget"> | |
497 | <property name="sizePolicy"> | |
498 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
499 | <horstretch>0</horstretch> | |
500 | <verstretch>1</verstretch> | |
501 | </sizepolicy> | |
502 | </property> | |
503 | <property name="alternatingRowColors"> | |
504 | <bool>true</bool> | |
505 | </property> | |
506 | <property name="rootIsDecorated"> | |
507 | <bool>false</bool> | |
508 | </property> | |
509 | <property name="itemsExpandable"> | |
510 | <bool>false</bool> | |
511 | </property> | |
512 | <property name="allColumnsShowFocus"> | |
513 | <bool>true</bool> | |
514 | </property> | |
515 | <property name="wordWrap"> | |
516 | <bool>true</bool> | |
517 | </property> | |
518 | <property name="columnCount"> | |
519 | <number>2</number> | |
520 | </property> | |
521 | <attribute name="headerVisible"> | |
522 | <bool>false</bool> | |
523 | </attribute> | |
524 | <attribute name="headerStretchLastSection"> | |
525 | <bool>false</bool> | |
526 | </attribute> | |
527 | <column> | |
528 | <property name="text"> | |
529 | <string notr="true">1</string> | |
530 | </property> | |
531 | </column> | |
532 | <column> | |
533 | <property name="text"> | |
534 | <string notr="true">2</string> | |
535 | </property> | |
536 | </column> | |
537 | </widget> | |
538 | </item> | |
539 | </layout> | |
540 | </widget> | |
541 | </widget> | |
542 | </item> | |
543 | </layout> | |
544 | </widget> | |
545 | </item> | |
546 | </layout> | |
547 | </widget> | |
548 | <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
|
549 | <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
|
550 | <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
|
551 | <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
|
552 | </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
|
553 | <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
|
554 | <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
|
555 | </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
|
556 | <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
|
557 | <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
|
558 | </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
|
559 | <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
|
560 | <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
|
561 | </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
|
562 | <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
|
563 | <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
|
564 | <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
|
565 | <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
|
566 | <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
|
567 | <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
|
568 | </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
|
569 | <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
|
570 | <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
|
571 | <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
|
572 | <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
|
573 | </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
|
574 | </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
|
575 | </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
|
576 | </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
|
577 | <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
|
578 | <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
|
579 | <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
|
580 | <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
|
581 | </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
|
582 | </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
|
583 | </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
|
584 | <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
|
585 | <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
|
586 | <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
|
587 | <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
|
588 | </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
|
589 | </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
|
590 | </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
|
591 | <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
|
592 | <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
|
593 | <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
|
594 | <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
|
595 | </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
|
596 | <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
|
597 | <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
|
598 | </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
|
599 | </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
|
600 | </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
|
601 | <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
|
602 | <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
|
603 | <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
|
604 | <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
|
605 | </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
|
606 | <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
|
607 | <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
|
608 | <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
|
609 | <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
|
610 | </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
|
611 | </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
|
612 | </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
|
613 | </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
|
614 | </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
|
615 | </item> |
8997 | 616 | <item> |
617 | <widget class="QGroupBox" name="groupBox"> | |
618 | <property name="title"> | |
619 | <string>View Type</string> | |
620 | </property> | |
621 | <layout class="QHBoxLayout" name="horizontalLayout_5"> | |
622 | <item> | |
623 | <widget class="QRadioButton" name="requiresButton"> | |
624 | <property name="toolTip"> | |
625 | <string>Select to show which package requires other packages</string> | |
626 | </property> | |
627 | <property name="text"> | |
628 | <string>Requires</string> | |
629 | </property> | |
630 | <property name="checked"> | |
631 | <bool>true</bool> | |
632 | </property> | |
633 | </widget> | |
634 | </item> | |
635 | <item> | |
636 | <widget class="QRadioButton" name="requiredByButton"> | |
637 | <property name="toolTip"> | |
638 | <string>Select to show which package is required by others</string> | |
639 | </property> | |
640 | <property name="text"> | |
641 | <string>Required By</string> | |
642 | </property> | |
643 | </widget> | |
644 | </item> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
645 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
646 | </widget> |
8997 | 647 | </item> |
648 | <item> | |
649 | <layout class="QHBoxLayout" name="horizontalLayout_4"> | |
650 | <item> | |
651 | <widget class="QCheckBox" name="localDepCheckBox"> | |
652 | <property name="toolTip"> | |
653 | <string>Select to show only dependencies of locally installed packages</string> | |
654 | </property> | |
655 | <property name="text"> | |
656 | <string>Local packages only</string> | |
657 | </property> | |
658 | <property name="checked"> | |
659 | <bool>true</bool> | |
660 | </property> | |
661 | </widget> | |
662 | </item> | |
663 | <item> | |
664 | <widget class="QCheckBox" name="userDepCheckBox"> | |
665 | <property name="toolTip"> | |
666 | <string>Select to show only dependencies of packages installed to the user-site</string> | |
667 | </property> | |
668 | <property name="text"> | |
669 | <string>User-Site only</string> | |
670 | </property> | |
671 | </widget> | |
672 | </item> | |
673 | </layout> | |
674 | </item> | |
675 | <item> | |
676 | <widget class="QSplitter" name="splitter_2"> | |
677 | <property name="orientation"> | |
678 | <enum>Qt::Vertical</enum> | |
679 | </property> | |
680 | <widget class="QTreeWidget" name="dependenciesList"> | |
681 | <property name="sizePolicy"> | |
682 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
683 | <horstretch>0</horstretch> | |
684 | <verstretch>3</verstretch> | |
685 | </sizepolicy> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
686 | </property> |
8997 | 687 | <property name="alternatingRowColors"> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
688 | <bool>true</bool> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
689 | </property> |
9234 | 690 | <property name="selectionMode"> |
691 | <enum>QAbstractItemView::ExtendedSelection</enum> | |
692 | </property> | |
8997 | 693 | <property name="sortingEnabled"> |
694 | <bool>true</bool> | |
695 | </property> | |
696 | <property name="expandsOnDoubleClick"> | |
8085 | 697 | <bool>false</bool> |
698 | </property> | |
8997 | 699 | <attribute name="headerDefaultSectionSize"> |
700 | <number>150</number> | |
701 | </attribute> | |
702 | <column> | |
703 | <property name="text"> | |
704 | <string>Package</string> | |
705 | </property> | |
706 | </column> | |
707 | <column> | |
708 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
709 | <string>Installed</string> |
8997 | 710 | </property> |
711 | </column> | |
712 | <column> | |
713 | <property name="text"> | |
9008
a881fa38f478
Implemented some optimizations to the pip interface pane.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9000
diff
changeset
|
714 | <string>Required</string> |
8997 | 715 | </property> |
716 | </column> | |
8085 | 717 | </widget> |
8997 | 718 | <widget class="QTreeWidget" name="dependencyInfoWidget"> |
719 | <property name="sizePolicy"> | |
720 | <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> | |
721 | <horstretch>0</horstretch> | |
722 | <verstretch>1</verstretch> | |
723 | </sizepolicy> | |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
724 | </property> |
8997 | 725 | <property name="alternatingRowColors"> |
726 | <bool>true</bool> | |
727 | </property> | |
728 | <property name="rootIsDecorated"> | |
729 | <bool>false</bool> | |
730 | </property> | |
731 | <property name="itemsExpandable"> | |
732 | <bool>false</bool> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
733 | </property> |
8997 | 734 | <property name="allColumnsShowFocus"> |
735 | <bool>true</bool> | |
736 | </property> | |
737 | <property name="wordWrap"> | |
738 | <bool>true</bool> | |
739 | </property> | |
740 | <property name="columnCount"> | |
741 | <number>2</number> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
742 | </property> |
8997 | 743 | <attribute name="headerVisible"> |
744 | <bool>false</bool> | |
745 | </attribute> | |
746 | <attribute name="headerStretchLastSection"> | |
747 | <bool>false</bool> | |
748 | </attribute> | |
749 | <column> | |
750 | <property name="text"> | |
751 | <string notr="true">1</string> | |
752 | </property> | |
753 | </column> | |
754 | <column> | |
755 | <property name="text"> | |
756 | <string notr="true">2</string> | |
757 | </property> | |
758 | </column> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
759 | </widget> |
8997 | 760 | </widget> |
761 | </item> | |
762 | </layout> | |
763 | </widget> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
764 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
765 | </item> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
766 | </layout> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
767 | </widget> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
768 | <customwidgets> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
769 | <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
|
770 | <class>EricToolButton</class> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
771 | <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
|
772 | <header>eric7/EricWidgets/EricToolButton.h</header> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
773 | </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
|
774 | <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
|
775 | <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
|
776 | <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
|
777 | <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
|
778 | </customwidget> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
779 | </customwidgets> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
780 | <tabstops> |
8997 | 781 | <tabstop>viewToggleButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
782 | <tabstop>environmentsComboBox</tabstop> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
783 | <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
|
784 | <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
|
785 | <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
|
786 | <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
|
787 | <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
|
788 | <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
|
789 | <tabstop>searchToggleButton_1</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
790 | <tabstop>localCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
791 | <tabstop>notRequiredCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
792 | <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
|
793 | <tabstop>vulnerabilityCheckBox</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
794 | <tabstop>packagesList</tabstop> |
6798
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
795 | <tabstop>verboseCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
796 | <tabstop>installedFilesCheckBox</tabstop> |
3985c1a67fa2
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
6785
diff
changeset
|
797 | <tabstop>infoWidget</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
|
798 | <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
|
799 | <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
|
800 | <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
|
801 | <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
|
802 | <tabstop>searchNameEdit</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
803 | <tabstop>searchButton</tabstop> |
9000 | 804 | <tabstop>searchMoreButton</tabstop> |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
805 | <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
|
806 | <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
|
807 | <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
|
808 | <tabstop>dependencyRepairButton</tabstop> |
8997 | 809 | <tabstop>requiresButton</tabstop> |
810 | <tabstop>requiredByButton</tabstop> | |
811 | <tabstop>localDepCheckBox</tabstop> | |
812 | <tabstop>userDepCheckBox</tabstop> | |
813 | <tabstop>dependenciesList</tabstop> | |
814 | <tabstop>dependencyInfoWidget</tabstop> | |
6785
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
815 | </tabstops> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
816 | <resources/> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
817 | <connections/> |
058d63c537a4
PipInterface: continued with the pip interface widget.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
818 | </ui> |