Fri, 27 Oct 2023 14:09:40 +0200
Regenerated the source documentation with the corrected module parser.
<!DOCTYPE html> <html><head> <title>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationScriptInfoDialog</h1> <p> Module implementing a dialog to show GreaseMonkey script information. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#GreaseMonkeyConfigurationScriptInfoDialog">GreaseMonkeyConfigurationScriptInfoDialog</a></td> <td>Class implementing a dialog to show GreaseMonkey script information.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="GreaseMonkeyConfigurationScriptInfoDialog" ID="GreaseMonkeyConfigurationScriptInfoDialog"></a> <h2>GreaseMonkeyConfigurationScriptInfoDialog</h2> <p> Class implementing a dialog to show GreaseMonkey script information. </p> <h3>Derived from</h3> QDialog, Ui_GreaseMonkeyConfigurationScriptInfoDialog <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="#GreaseMonkeyConfigurationScriptInfoDialog.__init__">GreaseMonkeyConfigurationScriptInfoDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked">on_showScriptSourceButton_clicked</a></td> <td>Private slot to show an editor window with the script source code.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="GreaseMonkeyConfigurationScriptInfoDialog.__init__" ID="GreaseMonkeyConfigurationScriptInfoDialog.__init__"></a> <h4>GreaseMonkeyConfigurationScriptInfoDialog (Constructor)</h4> <b>GreaseMonkeyConfigurationScriptInfoDialog</b>(<i>script, parent=None</i>) <p> Constructor </p> <dl> <dt><i>script</i></dt> <dd> reference to the script (GreaseMonkeyScript) </dd> <dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> </dl> <a NAME="GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked" ID="GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked"></a> <h4>GreaseMonkeyConfigurationScriptInfoDialog.on_showScriptSourceButton_clicked</h4> <b>on_showScriptSourceButton_clicked</b>(<i></i>) <p> Private slot to show an editor window with the script source code. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>