Wed, 05 Jul 2017 19:58:40 +0200
Updated source docu.
<!DOCTYPE html> <html><head> <title>eric6.E5Gui.E5SimpleHelpDialog</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>eric6.E5Gui.E5SimpleHelpDialog</h1> <p> Module implementing a dialog to show some help text. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#E5SimpleHelpDialog">E5SimpleHelpDialog</a></td> <td>Class implementing a dialog to show some help text.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="E5SimpleHelpDialog" ID="E5SimpleHelpDialog"></a> <h2>E5SimpleHelpDialog</h2> <p> Class implementing a dialog to show some help text. </p> <h3>Derived from</h3> QDialog, Ui_E5SimpleHelpDialog <h3>Class Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> <table> <tr> <td><a href="#E5SimpleHelpDialog.__init__">E5SimpleHelpDialog</a></td> <td>Constructor</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="E5SimpleHelpDialog.__init__" ID="E5SimpleHelpDialog.__init__"></a> <h4>E5SimpleHelpDialog (Constructor)</h4> <b>E5SimpleHelpDialog</b>(<i>title="", label="", helpStr="", parent=None</i>) <p> Constructor </p><dl> <dt><i>title</i> (str)</dt> <dd> title of the window </dd><dt><i>label</i> (str)</dt> <dd> label for the help </dd><dt><i>helpStr</i> (str)</dt> <dd> HTML help text </dd><dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>