13 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .Ui_HelpInterfacePage import Ui_HelpInterfacePage |
14 from .Ui_HelpInterfacePage import Ui_HelpInterfacePage |
15 |
15 |
16 import Preferences |
16 import Preferences |
17 import Utilities |
17 import Utilities |
18 |
18 import UI.PixmapCache |
19 |
19 |
20 class HelpInterfacePage(ConfigurationPageBase, Ui_HelpInterfacePage): |
20 class HelpInterfacePage(ConfigurationPageBase, Ui_HelpInterfacePage): |
21 """ |
21 """ |
22 Class implementing the Interface configuration page (variant for web |
22 Class implementing the Interface configuration page (variant for web |
23 browser). |
23 browser). |