src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiStatusDialog.html

branch
mpy_network
changeset 9840
d41ee69fa69b
parent 9800
25f388536caf
child 10479
856476537696
diff -r fc60e382b67a -r d41ee69fa69b src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiStatusDialog.html
--- a/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiStatusDialog.html	Fri Mar 03 11:31:53 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.MicroPython.WifiDialogs.WifiStatusDialog.html	Fri Mar 03 11:34:59 2023 +0100
@@ -62,6 +62,10 @@
 <td><a href="#WifiStatusDialog.__createHeader">__createHeader</a></td>
 <td>Private method to create a header item.</td>
 </tr>
+<tr>
+<td><a href="#WifiStatusDialog.__createSubheader">__createSubheader</a></td>
+<td>Private method to create a subheader item.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -123,6 +127,36 @@
 QTreeWidgetItem
 </dd>
 </dl>
+<a NAME="WifiStatusDialog.__createSubheader" ID="WifiStatusDialog.__createSubheader"></a>
+<h4>WifiStatusDialog.__createSubheader</h4>
+<b>__createSubheader</b>(<i>parent, text</i>)
+
+<p>
+        Private method to create a subheader item.
+</p>
+<dl>
+
+<dt><i>parent</i> (QTreeWidgetItem)</dt>
+<dd>
+reference to the parent item
+</dd>
+<dt><i>text</i> (str)</dt>
+<dd>
+text for the header item
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+reference to the created header item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QTreeWidgetItem
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial