Wed, 16 Jun 2021 17:47:50 +0200
Changed some dialogs to use the new QTextEdit and QPlainTextEdit subclasses with spell checker.
<!DOCTYPE html> <html><head> <title>eric7.EricWidgets.EricErrorMessageFilterDialog</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.EricWidgets.EricErrorMessageFilterDialog</h1> <p> Module implementing a dialog to manage the list of messages to be ignored. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#EricErrorMessageFilterDialog">EricErrorMessageFilterDialog</a></td> <td>Class implementing a dialog to manage the list of messages to be ignored.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="EricErrorMessageFilterDialog" ID="EricErrorMessageFilterDialog"></a> <h2>EricErrorMessageFilterDialog</h2> <p> Class implementing a dialog to manage the list of messages to be ignored. </p> <h3>Derived from</h3> QDialog, Ui_EricErrorMessageFilterDialog <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="#EricErrorMessageFilterDialog.__init__">EricErrorMessageFilterDialog</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#EricErrorMessageFilterDialog.getFilters">getFilters</a></td> <td>Public method to get the list of message filters.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="EricErrorMessageFilterDialog.__init__" ID="EricErrorMessageFilterDialog.__init__"></a> <h4>EricErrorMessageFilterDialog (Constructor)</h4> <b>EricErrorMessageFilterDialog</b>(<i>messageFilters, parent=None</i>) <p> Constructor </p> <dl> <dt><i>messageFilters</i> (list of str)</dt> <dd> list of message filters to be edited </dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget </dd> </dl> <a NAME="EricErrorMessageFilterDialog.getFilters" ID="EricErrorMessageFilterDialog.getFilters"></a> <h4>EricErrorMessageFilterDialog.getFilters</h4> <b>getFilters</b>(<i></i>) <p> Public method to get the list of message filters. </p> <dl> <dt>Return:</dt> <dd> error message filters (list of strings) </dd> </dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>