src/eric7/Project/SpellingPropertiesDialog.py

branch
eric7
changeset 9473
3f23dbf37dbe
parent 9413
80c06d472826
child 9482
a2bc06a54d9d
equal deleted inserted replaced
9472:5798ee4a8807 9473:3f23dbf37dbe
7 Module implementing the Spelling Properties dialog. 7 Module implementing the Spelling Properties dialog.
8 """ 8 """
9 9
10 from PyQt6.QtWidgets import QDialog 10 from PyQt6.QtWidgets import QDialog
11 11
12 from eric7 import Preferences
12 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes 13 from eric7.EricWidgets.EricPathPicker import EricPathPickerModes
13 14
14 from .Ui_SpellingPropertiesDialog import Ui_SpellingPropertiesDialog 15 from .Ui_SpellingPropertiesDialog import Ui_SpellingPropertiesDialog
15
16 from eric7 import Preferences
17 16
18 17
19 class SpellingPropertiesDialog(QDialog, Ui_SpellingPropertiesDialog): 18 class SpellingPropertiesDialog(QDialog, Ui_SpellingPropertiesDialog):
20 """ 19 """
21 Class implementing the Spelling Properties dialog. 20 Class implementing the Spelling Properties dialog.

eric ide

mercurial