17 from .ConfigurationPageBase import ConfigurationPageBase |
17 from .ConfigurationPageBase import ConfigurationPageBase |
18 from .Ui_ViewmanagerPage import Ui_ViewmanagerPage |
18 from .Ui_ViewmanagerPage import Ui_ViewmanagerPage |
19 |
19 |
20 import Preferences |
20 import Preferences |
21 |
21 |
22 from eric4config import getConfig |
22 from eric5config import getConfig |
23 |
23 |
24 class ViewmanagerPage(ConfigurationPageBase, Ui_ViewmanagerPage): |
24 class ViewmanagerPage(ConfigurationPageBase, Ui_ViewmanagerPage): |
25 """ |
25 """ |
26 Class implementing the Viewmanager configuration page. |
26 Class implementing the Viewmanager configuration page. |
27 """ |
27 """ |