Sat, 14 Dec 2024 13:03:11 +0100
pip Interface
- Changed the package search function to open an external web browser with the package search term (PyPI does not support programmatic search anymore).
9844 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.MipPackageDialog</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.MicroPython.MipPackageDialog</h1> | |
10 | <p> | |
11 | Module implementing a dialog to enter the package data for 'mip'. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
13 | |
9844 | 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:
9979
diff
changeset
|
18 | |
9844 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#MipPackageDialog">MipPackageDialog</a></td> | |
23 | <td>Class implementing a dialog to enter the package data for 'mip'.</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:
9979
diff
changeset
|
26 | |
9844 | 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:
9979
diff
changeset
|
31 | |
9844 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="MipPackageDialog" ID="MipPackageDialog"></a> | |
35 | <h2>MipPackageDialog</h2> | |
36 | <p> | |
37 | Class implementing a dialog to enter the package data for 'mip'. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
39 | |
9844 | 40 | <h3>Derived from</h3> |
41 | QDialog, Ui_MipPackageDialog | |
42 | <h3>Class Attributes</h3> | |
43 | <table> | |
44 | <tr><td>None</td></tr> | |
45 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
46 | |
9844 | 47 | <h3>Class Methods</h3> |
48 | <table> | |
49 | <tr><td>None</td></tr> | |
50 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
51 | |
9844 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#MipPackageDialog.__init__">MipPackageDialog</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <td><a href="#MipPackageDialog.__updateOk">__updateOk</a></td> | |
60 | <td>Private slot to set the enabled state of the OK button.</td> | |
61 | </tr> | |
62 | <tr> | |
63 | <td><a href="#MipPackageDialog.getData">getData</a></td> | |
64 | <td>Public method to get the entered package installation data.</td> | |
65 | </tr> | |
66 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
67 | |
9844 | 68 | <h3>Static Methods</h3> |
69 | <table> | |
70 | <tr><td>None</td></tr> | |
71 | </table> | |
72 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
73 | |
9844 | 74 | <a NAME="MipPackageDialog.__init__" ID="MipPackageDialog.__init__"></a> |
75 | <h4>MipPackageDialog (Constructor)</h4> | |
76 | <b>MipPackageDialog</b>(<i>parent=None</i>) | |
77 | <p> | |
78 | Constructor | |
79 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
80 | |
9844 | 81 | <dl> |
82 | ||
83 | <dt><i>parent</i> (QWidget (optional))</dt> | |
84 | <dd> | |
85 | reference to the parent widget (defaults to None) | |
86 | </dd> | |
87 | </dl> | |
88 | <a NAME="MipPackageDialog.__updateOk" ID="MipPackageDialog.__updateOk"></a> | |
89 | <h4>MipPackageDialog.__updateOk</h4> | |
90 | <b>__updateOk</b>(<i></i>) | |
91 | <p> | |
92 | Private slot to set the enabled state of the OK button. | |
93 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
94 | |
9844 | 95 | <a NAME="MipPackageDialog.getData" ID="MipPackageDialog.getData"></a> |
96 | <h4>MipPackageDialog.getData</h4> | |
97 | <b>getData</b>(<i></i>) | |
98 | <p> | |
99 | Public method to get the entered package installation data. | |
100 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
101 | |
9844 | 102 | <dl> |
103 | <dt>Return:</dt> | |
104 | <dd> | |
9979 | 105 | tuple containing the package name, package version, a flag indicating |
106 | to install the package as '.mpy ' file, the target directory on the device | |
107 | and the package index to get the package from | |
9844 | 108 | </dd> |
109 | </dl> | |
110 | <dl> | |
111 | <dt>Return Type:</dt> | |
112 | <dd> | |
9979 | 113 | tuple of (str, str, bool, str, str) |
9844 | 114 | </dd> |
115 | </dl> | |
116 | <div align="right"><a href="#top">Up</a></div> | |
117 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9979
diff
changeset
|
118 | </body></html> |