src/eric7/Preferences/ConfigurationPages/IconsPage.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9413
80c06d472826
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9446:7965921a8b07 9449:c982bacca23f
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 from eric7 import Preferences 21 from eric7 import Preferences
22 22
23 from eric7config import getConfig 23 from eric7.Globals 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