16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Preferences.ConfigurationPages.MicroPythonPage</h1> |
23 <h1>eric6.Preferences.ConfigurationPages.MicroPythonPage</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing the MicroPython configuration page. |
26 Module implementing the MicroPython configuration page. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#MicroPythonPage">MicroPythonPage</a></td> |
38 <td><a href="#MicroPythonPage">MicroPythonPage</a></td> |
34 <td>Class implementing the MicroPython configuration page.</td> |
39 <td>Class implementing the MicroPython configuration page.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
|
45 |
39 <tr> |
46 <tr> |
40 <td><a href="#create">create</a></td> |
47 <td><a href="#create">create</a></td> |
41 <td>Module function to create the configuration page.</td> |
48 <td>Module function to create the configuration page.</td> |
42 </tr> |
49 </tr> |
43 </table> |
50 </table> |
44 <hr /><hr /> |
51 <hr /> |
|
52 <hr /> |
45 <a NAME="MicroPythonPage" ID="MicroPythonPage"></a> |
53 <a NAME="MicroPythonPage" ID="MicroPythonPage"></a> |
46 <h2>MicroPythonPage</h2> |
54 <h2>MicroPythonPage</h2> |
|
55 |
47 <p> |
56 <p> |
48 Class implementing the MicroPython configuration page. |
57 Class implementing the MicroPython configuration page. |
49 </p> |
58 </p> |
50 <h3>Derived from</h3> |
59 <h3>Derived from</h3> |
51 ConfigurationPageBase, Ui_MicroPythonPage |
60 ConfigurationPageBase, Ui_MicroPythonPage |
52 <h3>Class Attributes</h3> |
61 <h3>Class Attributes</h3> |
|
62 |
53 <table> |
63 <table> |
54 <tr><td>None</td></tr> |
64 <tr><td>None</td></tr> |
55 </table> |
65 </table> |
56 <h3>Class Methods</h3> |
66 <h3>Class Methods</h3> |
|
67 |
57 <table> |
68 <table> |
58 <tr><td>None</td></tr> |
69 <tr><td>None</td></tr> |
59 </table> |
70 </table> |
60 <h3>Methods</h3> |
71 <h3>Methods</h3> |
|
72 |
61 <table> |
73 <table> |
|
74 |
62 <tr> |
75 <tr> |
63 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td> |
76 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td> |
64 <td>Constructor</td> |
77 <td>Constructor</td> |
65 </tr><tr> |
78 </tr> |
|
79 <tr> |
66 <td><a href="#MicroPythonPage.save">save</a></td> |
80 <td><a href="#MicroPythonPage.save">save</a></td> |
67 <td>Public slot to save the MicroPython configuration.</td> |
81 <td>Public slot to save the MicroPython configuration.</td> |
68 </tr> |
82 </tr> |
69 </table> |
83 </table> |
70 <h3>Static Methods</h3> |
84 <h3>Static Methods</h3> |
|
85 |
71 <table> |
86 <table> |
72 <tr><td>None</td></tr> |
87 <tr><td>None</td></tr> |
73 </table> |
88 </table> |
|
89 |
74 <a NAME="MicroPythonPage.__init__" ID="MicroPythonPage.__init__"></a> |
90 <a NAME="MicroPythonPage.__init__" ID="MicroPythonPage.__init__"></a> |
75 <h4>MicroPythonPage (Constructor)</h4> |
91 <h4>MicroPythonPage (Constructor)</h4> |
76 <b>MicroPythonPage</b>(<i>parent=None</i>) |
92 <b>MicroPythonPage</b>(<i>parent=None</i>) |
|
93 |
77 <p> |
94 <p> |
78 Constructor |
95 Constructor |
79 </p><dl> |
96 </p> |
|
97 <dl> |
|
98 |
80 <dt><i>parent</i> (QWidget)</dt> |
99 <dt><i>parent</i> (QWidget)</dt> |
81 <dd> |
100 <dd> |
82 reference to the parent widget |
101 reference to the parent widget |
83 </dd> |
102 </dd> |
84 </dl><a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a> |
103 </dl> |
|
104 <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a> |
85 <h4>MicroPythonPage.save</h4> |
105 <h4>MicroPythonPage.save</h4> |
86 <b>save</b>(<i></i>) |
106 <b>save</b>(<i></i>) |
|
107 |
87 <p> |
108 <p> |
88 Public slot to save the MicroPython configuration. |
109 Public slot to save the MicroPython configuration. |
89 </p> |
110 </p> |
90 <div align="right"><a href="#top">Up</a></div> |
111 <div align="right"><a href="#top">Up</a></div> |
91 <hr /><hr /> |
112 <hr /> |
|
113 <hr /> |
92 <a NAME="create" ID="create"></a> |
114 <a NAME="create" ID="create"></a> |
93 <h2>create</h2> |
115 <h2>create</h2> |
94 <b>create</b>(<i>dlg</i>) |
116 <b>create</b>(<i>dlg</i>) |
|
117 |
95 <p> |
118 <p> |
96 Module function to create the configuration page. |
119 Module function to create the configuration page. |
97 </p><dl> |
120 </p> |
|
121 <dl> |
|
122 |
98 <dt><i>dlg</i></dt> |
123 <dt><i>dlg</i></dt> |
99 <dd> |
124 <dd> |
100 reference to the configuration dialog |
125 reference to the configuration dialog |
101 </dd> |
126 </dd> |
102 </dl><dl> |
127 </dl> |
|
128 <dl> |
103 <dt>Returns:</dt> |
129 <dt>Returns:</dt> |
104 <dd> |
130 <dd> |
105 reference to the instantiated page (ConfigurationPageBase) |
131 reference to the instantiated page (ConfigurationPageBase) |
106 </dd> |
132 </dd> |
107 </dl> |
133 </dl> |