Sun, 13 Jun 2021 19:03:43 +0200
WebBrowser: reimplemented the QtHelp documentation configuration dialog using Qt6 capabilities and widgets.
<!DOCTYPE html> <html><head> <title>eric7.WebBrowser.QtHelp.QtHelpDocumentationConfigurationDialog</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>eric7.WebBrowser.QtHelp.QtHelpDocumentationConfigurationDialog</h1> <p> Module implementing a dialog to manage the QtHelp documentation database. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#QtHelpDocumentationConfigurationDialog">QtHelpDocumentationConfigurationDialog</a></td> <td>Class implementing a dialog to manage the QtHelp documentation database.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="QtHelpDocumentationConfigurationDialog" ID="QtHelpDocumentationConfigurationDialog"></a> <h2>QtHelpDocumentationConfigurationDialog</h2> <p> Class implementing a dialog to manage the QtHelp documentation database. </p> <h3>Derived from</h3> QDialog, Ui_QtHelpDocumentationConfigurationDialog <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="#QtHelpDocumentationConfigurationDialog.__init__">QtHelpDocumentationConfigurationDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#QtHelpDocumentationConfigurationDialog.__applyConfiguration">__applyConfiguration</a></td> <td>Private method to apply the current QtHelp documentation configuration.</td> </tr> <tr> <td><a href="#QtHelpDocumentationConfigurationDialog.__documentationSettingsChanged">__documentationSettingsChanged</a></td> <td>Private slot to handle a change of the QtHelp documentation configuration.</td> </tr> <tr> <td><a href="#QtHelpDocumentationConfigurationDialog.on_buttonBox_clicked">on_buttonBox_clicked</a></td> <td>Private slot called by a button of the button box clicked.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="QtHelpDocumentationConfigurationDialog.__init__" ID="QtHelpDocumentationConfigurationDialog.__init__"></a> <h4>QtHelpDocumentationConfigurationDialog (Constructor)</h4> <b>QtHelpDocumentationConfigurationDialog</b>(<i>engine, parent=None</i>) <p> Constructor </p> <dl> <dt><i>engine</i> (QHelpEngineCore)</dt> <dd> reference to the Qt help engine </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) </dd> </dl> <a NAME="QtHelpDocumentationConfigurationDialog.__applyConfiguration" ID="QtHelpDocumentationConfigurationDialog.__applyConfiguration"></a> <h4>QtHelpDocumentationConfigurationDialog.__applyConfiguration</h4> <b>__applyConfiguration</b>(<i></i>) <p> Private method to apply the current QtHelp documentation configuration. </p> <a NAME="QtHelpDocumentationConfigurationDialog.__documentationSettingsChanged" ID="QtHelpDocumentationConfigurationDialog.__documentationSettingsChanged"></a> <h4>QtHelpDocumentationConfigurationDialog.__documentationSettingsChanged</h4> <b>__documentationSettingsChanged</b>(<i>settings</i>) <p> Private slot to handle a change of the QtHelp documentation configuration. </p> <dl> <dt><i>settings</i> (QtHelpDocumentationSettings)</dt> <dd> reference to the documentation settings object </dd> </dl> <a NAME="QtHelpDocumentationConfigurationDialog.on_buttonBox_clicked" ID="QtHelpDocumentationConfigurationDialog.on_buttonBox_clicked"></a> <h4>QtHelpDocumentationConfigurationDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p> Private slot called by a button of the button box clicked. </p> <dl> <dt><i>button</i> (QAbstractButton)</dt> <dd> button that was clicked </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>