eric6.QScintilla.SpellingDictionaryEditDialog
Module implementing a dialog to edit the various spell checking dictionaries.
Global Attributes
Classes
Functions
SpellingDictionaryEditDialog
    Class implementing a dialog to edit the various spell checking
    dictionaries.
Derived from
QDialog, Ui_SpellingDictionaryEditDialog
Class Attributes
Class Methods
Methods
Static Methods
SpellingDictionaryEditDialog (Constructor)
SpellingDictionaryEditDialog(data, info, parent=None)
        Constructor
- data
- 
contents to be edited (string)
- info
- 
info string to show at the header (string)
- parent
- 
reference to the parent widget (QWidget)
SpellingDictionaryEditDialog.getData
getData()
        Public method to get the data.
- Returns:
- 
data of the dialog (string)
SpellingDictionaryEditDialog.on_addButton_clicked
on_addButton_clicked()
        Private slot to handle adding an entry.