7 Module implementing the tray starter configuration page. |
7 Module implementing the tray starter configuration page. |
8 """ |
8 """ |
9 |
9 |
10 import os |
10 import os |
11 |
11 |
|
12 from eric7 import Preferences |
|
13 from eric7.EricGui import EricPixmapCache |
|
14 |
12 from .ConfigurationPageBase import ConfigurationPageBase |
15 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .Ui_TrayStarterPage import Ui_TrayStarterPage |
16 from .Ui_TrayStarterPage import Ui_TrayStarterPage |
14 |
|
15 from eric7 import Preferences |
|
16 from eric7.EricGui import EricPixmapCache |
|
17 |
17 |
18 |
18 |
19 class TrayStarterPage(ConfigurationPageBase, Ui_TrayStarterPage): |
19 class TrayStarterPage(ConfigurationPageBase, Ui_TrayStarterPage): |
20 """ |
20 """ |
21 Class implementing the tray starter configuration page. |
21 Class implementing the tray starter configuration page. |