Thu, 04 Jan 2024 18:02:25 +0100
Fine tuned the source code documentation template and regenerated the source code documentation.
8928 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.BoardDataDialog</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.BoardDataDialog</h1> | |
10 | <p> | |
11 | Module implementing a dialog to show information about a connected board. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
13 | |
8928 | 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:
10035
diff
changeset
|
18 | |
8928 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#BoardDataDialog">BoardDataDialog</a></td> | |
23 | <td>Class implementing a dialog to show information about a connected board.</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:
10035
diff
changeset
|
26 | |
8928 | 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:
10035
diff
changeset
|
31 | |
8928 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="BoardDataDialog" ID="BoardDataDialog"></a> | |
35 | <h2>BoardDataDialog</h2> | |
36 | <p> | |
37 | Class implementing a dialog to show information about a connected board. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
39 | |
8928 | 40 | <h3>Derived from</h3> |
41 | QDialog, Ui_BoardDataDialog | |
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:
10035
diff
changeset
|
46 | |
8928 | 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:
10035
diff
changeset
|
51 | |
8928 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#BoardDataDialog.__init__">BoardDataDialog</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <td><a href="#BoardDataDialog.__createHeader">__createHeader</a></td> | |
60 | <td>Private method to create a header item.</td> | |
61 | </tr> | |
62 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
63 | |
8928 | 64 | <h3>Static Methods</h3> |
65 | <table> | |
66 | <tr><td>None</td></tr> | |
67 | </table> | |
68 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
69 | |
8928 | 70 | <a NAME="BoardDataDialog.__init__" ID="BoardDataDialog.__init__"></a> |
71 | <h4>BoardDataDialog (Constructor)</h4> | |
72 | <b>BoardDataDialog</b>(<i>data, parent=None</i>) | |
73 | <p> | |
74 | Constructor | |
75 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
76 | |
8928 | 77 | <dl> |
78 | ||
79 | <dt><i>data</i> (dict)</dt> | |
80 | <dd> | |
81 | dictionary containing the data to be shown | |
82 | </dd> | |
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="BoardDataDialog.__createHeader" ID="BoardDataDialog.__createHeader"></a> | |
89 | <h4>BoardDataDialog.__createHeader</h4> | |
10035
3a423b723a99
Updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
90 | <b>__createHeader</b>(<i>headerText, parent=None</i>) |
8928 | 91 | <p> |
92 | Private method to create a header item. | |
93 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
94 | |
8928 | 95 | <dl> |
96 | ||
97 | <dt><i>headerText</i> (str)</dt> | |
98 | <dd> | |
99 | text for the header item | |
100 | </dd> | |
10035
3a423b723a99
Updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
101 | <dt><i>parent</i> (QTreeWidgetItem (optional))</dt> |
3a423b723a99
Updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
102 | <dd> |
3a423b723a99
Updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
103 | reference to the parent item (defaults to None) |
3a423b723a99
Updated the source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9209
diff
changeset
|
104 | </dd> |
8928 | 105 | </dl> |
106 | <dl> | |
107 | <dt>Return:</dt> | |
108 | <dd> | |
109 | reference to the created header item | |
110 | </dd> | |
111 | </dl> | |
112 | <dl> | |
113 | <dt>Return Type:</dt> | |
114 | <dd> | |
115 | QTreeWidgetItem | |
116 | </dd> | |
117 | </dl> | |
118 | <div align="right"><a href="#top">Up</a></div> | |
119 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10035
diff
changeset
|
120 | </body></html> |