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