eric7.Project.SpellingPropertiesDialog

Module implementing the Spelling Properties dialog.

Global Attributes

None

Classes

SpellingPropertiesDialog Class implementing the Spelling Properties dialog.

Functions

None


SpellingPropertiesDialog

Class implementing the Spelling Properties dialog.

Derived from

QDialog, Ui_SpellingPropertiesDialog

Class Attributes

None

Class Methods

None

Methods

SpellingPropertiesDialog Constructor
initDialog Public method to initialize the dialogs data.
storeData Public method to store the entered/modified data.

Static Methods

None

SpellingPropertiesDialog (Constructor)

SpellingPropertiesDialog(project, new, parent)

Constructor

project (Project)
reference to the project object
new (str)
flag indicating the generation of a new project
parent (QWidget)
parent widget of this dialog

SpellingPropertiesDialog.initDialog

initDialog()

Public method to initialize the dialogs data.

SpellingPropertiesDialog.storeData

storeData()

Public method to store the entered/modified data.

Up