--- a/eric6/Documentation/Source/eric6.E5Gui.E5SimpleHelpDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5SimpleHelpDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,69 +18,89 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<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 /> +<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> +</p> +<dl> + <dt><i>title</i> (str)</dt> <dd> title of the window -</dd><dt><i>label</i> (str)</dt> +</dd> +<dt><i>label</i> (str)</dt> <dd> label for the help -</dd><dt><i>helpStr</i> (str)</dt> +</dd> +<dt><i>helpStr</i> (str)</dt> <dd> HTML help text -</dd><dt><i>parent</i> (QWidget)</dt> +</dd> +<dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd>