Mon, 09 Jan 2023 11:22:56 +0100
Moved the 'QtHelp' subpackage out of the WebBrowser package because it is used in the HelpViewer as well.
<!DOCTYPE html> <html><head> <title>eric7.WebBrowser.Download.DownloadManagerButton</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.WebBrowser.Download.DownloadManagerButton</h1> <p> Module implementing a tool button for the download manager. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#DownloadManagerButton">DownloadManagerButton</a></td> <td>Class implementing a tool button for the download manager.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="DownloadManagerButton" ID="DownloadManagerButton"></a> <h2>DownloadManagerButton</h2> <p> Class implementing a tool button for the download manager. </p> <h3>Derived from</h3> EricToolButton <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="#DownloadManagerButton.__init__">DownloadManagerButton</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#DownloadManagerButton.__buttonClicked">__buttonClicked</a></td> <td>Private slot handling a user clicking the button.</td> </tr> <tr> <td><a href="#DownloadManagerButton.__updateState">__updateState</a></td> <td>Private slot to update the button state.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="DownloadManagerButton.__init__" ID="DownloadManagerButton.__init__"></a> <h4>DownloadManagerButton (Constructor)</h4> <b>DownloadManagerButton</b>(<i>parent=None</i>) <p> Constructor </p> <dl> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="DownloadManagerButton.__buttonClicked" ID="DownloadManagerButton.__buttonClicked"></a> <h4>DownloadManagerButton.__buttonClicked</h4> <b>__buttonClicked</b>(<i></i>) <p> Private slot handling a user clicking the button. </p> <a NAME="DownloadManagerButton.__updateState" ID="DownloadManagerButton.__updateState"></a> <h4>DownloadManagerButton.__updateState</h4> <b>__updateState</b>(<i></i>) <p> Private slot to update the button state. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>