src/eric7/EricWidgets/EricApplication.py

branch
eric7-maintenance
changeset 9449
c982bacca23f
parent 9413
80c06d472826
child 9473
3f23dbf37dbe
equal deleted inserted replaced
9446:7965921a8b07 9449:c982bacca23f
187 @type bool (optional) 187 @type bool (optional)
188 @return directory path containing the style icons 188 @return directory path containing the style icons
189 @rtype str 189 @rtype str
190 """ 190 """
191 from eric7 import Preferences, Utilities 191 from eric7 import Preferences, Utilities
192 from eric7config import getConfig 192 from eric7.Globals import getConfig
193 193
194 styleIconsPath = Preferences.getUI("StyleIconsPath") 194 styleIconsPath = Preferences.getUI("StyleIconsPath")
195 if not styleIconsPath: 195 if not styleIconsPath:
196 # default is the 'StyleIcons' sub-directory of the icons 196 # default is the 'StyleIcons' sub-directory of the icons
197 # directory 197 # directory

eric ide

mercurial