eric7.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 (str)
- 
contents to be edited
- info (str)
- 
info string to show at the header
- parent (QWidget)
- 
reference to the parent widget
SpellingDictionaryEditDialog.getData
getData()
        Public method to get the data.
- Return:
- 
data of the dialog
- Return Type:
- 
str
SpellingDictionaryEditDialog.on_addButton_clicked
on_addButton_clicked()
        Private slot to handle adding an entry.