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.EricNetwork</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> <h1>eric7.EricNetwork</h1> <p> Package implementing some special network related objects and functions. </p> <h3>Packages</h3> <table> <tr> <td><a href="index-eric7.EricNetwork.data.html">data</a></td> <td>Package defining some data used by the networking code.</td> </tr> </table> <h3>Modules</h3> <table> <tr> <td><a href="eric7.EricNetwork.EricFtp.html">EricFtp</a></td> <td>Module implementing an extension to the Python FTP class to support FTP proxies.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricGoogleMail.html">EricGoogleMail</a></td> <td>Module implementing a dialog to send bug reports.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricGoogleMailHelpers.html">EricGoogleMailHelpers</a></td> <td>Module implementing some helpers for Google mail.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricJsonClient.html">EricJsonClient</a></td> <td>Module implementing the JSON based client base class.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricJsonServer.html">EricJsonServer</a></td> <td>Module implementing the JSON based server base class.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricNetworkProxyFactory.html">EricNetworkProxyFactory</a></td> <td>Module implementing a network proxy factory.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslCertificateSelectionDialog.html">EricSslCertificateSelectionDialog</a></td> <td>Module implementing a dialog to select a SSL certificate.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslCertificatesDialog.html">EricSslCertificatesDialog</a></td> <td>Module implementing a dialog to show and edit all certificates.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslCertificatesInfoDialog.html">EricSslCertificatesInfoDialog</a></td> <td>Module implementing a dialog to show SSL certificate infos.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslCertificatesInfoWidget.html">EricSslCertificatesInfoWidget</a></td> <td>Module implementing a widget to show SSL certificate infos.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslErrorHandler.html">EricSslErrorHandler</a></td> <td>Module implementing a SSL error handler.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslInfoWidget.html">EricSslInfoWidget</a></td> <td>Module implementing a widget to show SSL information.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricSslUtilities.html">EricSslUtilities</a></td> <td>Module implementing SSL utility functions.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricTldExtractor.html">EricTldExtractor</a></td> <td>Module implementing the TLD Extractor.</td> </tr> <tr> <td><a href="eric7.EricNetwork.EricUrlInfo.html">EricUrlInfo</a></td> <td>Module implementing a class replacing QUrlInfo.</td> </tr> <tr> <td><a href="eric7.EricNetwork.__init__.html">EricNetwork</a></td> <td>Package implementing some special network related objects and functions.</td> </tr> </table> </body></html>