src/eric7/Documentation/Source/eric7.QScintilla.SpellingDictionaryEditDialog.html

Fri, 27 Oct 2023 14:09:40 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 27 Oct 2023 14:09:40 +0200
branch
eric7
changeset 10259
b51dfacef37f
parent 9209
b99e7fd55fd3
child 10431
64157aeb0312
permissions
-rw-r--r--

Regenerated the source documentation with the corrected module parser.

<!DOCTYPE html>
<html><head>
<title>eric7.QScintilla.SpellingDictionaryEditDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.QScintilla.SpellingDictionaryEditDialog</h1>

<p>
Module implementing a dialog to edit the various spell checking dictionaries.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#SpellingDictionaryEditDialog">SpellingDictionaryEditDialog</a></td>
<td>Class implementing a dialog to edit the various spell checking dictionaries.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="SpellingDictionaryEditDialog" ID="SpellingDictionaryEditDialog"></a>
<h2>SpellingDictionaryEditDialog</h2>

<p>
    Class implementing a dialog to edit the various spell checking
    dictionaries.
</p>
<h3>Derived from</h3>
QDialog, Ui_SpellingDictionaryEditDialog
<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="#SpellingDictionaryEditDialog.__init__">SpellingDictionaryEditDialog</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#SpellingDictionaryEditDialog.getData">getData</a></td>
<td>Public method to get the data.</td>
</tr>
<tr>
<td><a href="#SpellingDictionaryEditDialog.on_addButton_clicked">on_addButton_clicked</a></td>
<td>Private slot to handle adding an entry.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="SpellingDictionaryEditDialog.__init__" ID="SpellingDictionaryEditDialog.__init__"></a>
<h4>SpellingDictionaryEditDialog (Constructor)</h4>
<b>SpellingDictionaryEditDialog</b>(<i>data, info, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>data</i></dt>
<dd>
contents to be edited (string)
</dd>
<dt><i>info</i></dt>
<dd>
info string to show at the header (string)
</dd>
<dt><i>parent</i></dt>
<dd>
reference to the parent widget (QWidget)
</dd>
</dl>
<a NAME="SpellingDictionaryEditDialog.getData" ID="SpellingDictionaryEditDialog.getData"></a>
<h4>SpellingDictionaryEditDialog.getData</h4>
<b>getData</b>(<i></i>)

<p>
        Public method to get the data.
</p>
<dl>
<dt>Return:</dt>
<dd>
data of the dialog (string)
</dd>
</dl>
<a NAME="SpellingDictionaryEditDialog.on_addButton_clicked" ID="SpellingDictionaryEditDialog.on_addButton_clicked"></a>
<h4>SpellingDictionaryEditDialog.on_addButton_clicked</h4>
<b>on_addButton_clicked</b>(<i></i>)

<p>
        Private slot to handle adding an entry.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial