Thu, 10 Apr 2025 18:39:29 +0200
Changed the application shutdown code to use a signal to indicate the shutdown.
10084 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.PipInterface.PipPackagesWindow</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <a NAME="top" ID="top"></a> | |
9 | <h1>eric7.PipInterface.PipPackagesWindow</h1> | |
10 | <p> | |
11 | Module implementing the standalone pip packages management window. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
13 | |
10084 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
18 | |
10084 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#PipPackagesWindow">PipPackagesWindow</a></td> | |
23 | <td>Main window class for the standalone pip packages manager.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
26 | |
10084 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
31 | |
10084 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="PipPackagesWindow" ID="PipPackagesWindow"></a> | |
35 | <h2>PipPackagesWindow</h2> | |
36 | <p> | |
37 | Main window class for the standalone pip packages manager. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
39 | |
11215
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
40 | <h3>Signals</h3> |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
41 | <dl> |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
42 | |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
43 | <dt>shutdown()</dt> |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
44 | <dd> |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
45 | emitted to indicate a shutdown of the application |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
46 | </dd> |
d07c71a34adf
Changed the application shutdown code to use a signal to indicate the shutdown.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10919
diff
changeset
|
47 | </dl> |
10084 | 48 | <h3>Derived from</h3> |
49 | EricMainWindow | |
50 | <h3>Class Attributes</h3> | |
51 | <table> | |
52 | <tr><td>None</td></tr> | |
53 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
54 | |
10084 | 55 | <h3>Class Methods</h3> |
56 | <table> | |
57 | <tr><td>None</td></tr> | |
58 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
59 | |
10084 | 60 | <h3>Methods</h3> |
61 | <table> | |
62 | <tr> | |
63 | <td><a href="#PipPackagesWindow.__init__">PipPackagesWindow</a></td> | |
64 | <td>Constructor</td> | |
65 | </tr> | |
10919
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
66 | <tr> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
67 | <td><a href="#PipPackagesWindow.closeEvent">closeEvent</a></td> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
68 | <td>Protected method handling a close event.</td> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
69 | </tr> |
10084 | 70 | </table> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
71 | |
10084 | 72 | <h3>Static Methods</h3> |
73 | <table> | |
74 | <tr><td>None</td></tr> | |
75 | </table> | |
76 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
77 | |
10084 | 78 | <a NAME="PipPackagesWindow.__init__" ID="PipPackagesWindow.__init__"></a> |
79 | <h4>PipPackagesWindow (Constructor)</h4> | |
80 | <b>PipPackagesWindow</b>(<i>parent=None</i>) | |
81 | <p> | |
82 | Constructor | |
83 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
84 | |
10084 | 85 | <dl> |
86 | ||
87 | <dt><i>parent</i> (QWidget)</dt> | |
88 | <dd> | |
89 | reference to the parent widget | |
90 | </dd> | |
91 | </dl> | |
10919
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
92 | <a NAME="PipPackagesWindow.closeEvent" ID="PipPackagesWindow.closeEvent"></a> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
93 | <h4>PipPackagesWindow.closeEvent</h4> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
94 | <b>closeEvent</b>(<i>evt</i>) |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
95 | <p> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
96 | Protected method handling a close event. |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
97 | </p> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
98 | |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
99 | <dl> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
100 | |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
101 | <dt><i>evt</i> (QCloseEvent)</dt> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
102 | <dd> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
103 | reference to the close event object |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
104 | </dd> |
4e4c8ee38c45
Added a QProcess derived class with timeout and changed the pip interface to use that class.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
105 | </dl> |
10084 | 106 | <div align="right"><a href="#top">Up</a></div> |
107 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10084
diff
changeset
|
108 | </body></html> |