12 from PyQt6.QtWidgets import QFontDialog |
12 from PyQt6.QtWidgets import QFontDialog |
13 |
13 |
14 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .ConfigurationPageBase import ConfigurationPageBase |
15 from .Ui_HexEditorPage import Ui_HexEditorPage |
15 from .Ui_HexEditorPage import Ui_HexEditorPage |
16 |
16 |
17 import Preferences |
17 from eric7 import Preferences |
18 |
18 |
19 |
19 |
20 class HexEditorPage(ConfigurationPageBase, Ui_HexEditorPage): |
20 class HexEditorPage(ConfigurationPageBase, Ui_HexEditorPage): |
21 """ |
21 """ |
22 Class implementing the Hex Editor configuration page. |
22 Class implementing the Hex Editor configuration page. |