eric7/Preferences/ConfigurationPages/IconsPage.py

branch
eric7
changeset 8314
e3642a6a1e71
parent 8312
800c432b34c8
child 8318
962bce857696
equal deleted inserted replaced
8313:dac33c7fce07 8314:e3642a6a1e71
18 from .ConfigurationPageBase import ConfigurationPageBase 18 from .ConfigurationPageBase import ConfigurationPageBase
19 from .Ui_IconsPage import Ui_IconsPage 19 from .Ui_IconsPage import Ui_IconsPage
20 20
21 import Preferences 21 import Preferences
22 22
23 from eric6config import getConfig 23 from eric7config import getConfig
24 24
25 25
26 class IconsPage(ConfigurationPageBase, Ui_IconsPage): 26 class IconsPage(ConfigurationPageBase, Ui_IconsPage):
27 """ 27 """
28 Class implementing the Icons configuration page. 28 Class implementing the Icons configuration page.

eric ide

mercurial