7 Module implementing the Viewmanager configuration page. |
7 Module implementing the Viewmanager configuration page. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtCore import pyqtSlot |
10 from PyQt6.QtCore import pyqtSlot |
11 |
11 |
12 from E5Gui.EricApplication import ericApp |
12 from EricWidgets.EricApplication import ericApp |
13 |
13 |
14 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .ConfigurationPageBase import ConfigurationPageBase |
15 from .Ui_ViewmanagerPage import Ui_ViewmanagerPage |
15 from .Ui_ViewmanagerPage import Ui_ViewmanagerPage |
16 |
16 |
17 import Preferences |
17 import Preferences |