src/eric7/EricWidgets/EricApplication.py

branch
eric7
changeset 9413
80c06d472826
parent 9400
5494faeaead2
child 9448
ea215f7afab3
equal deleted inserted replaced
9412:45e7bb09c120 9413:80c06d472826
186 False) 186 False)
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 import Preferences 191 from eric7 import Preferences, Utilities
192 import Utilities
193 from eric7config import getConfig 192 from eric7config import getConfig
194 193
195 styleIconsPath = Preferences.getUI("StyleIconsPath") 194 styleIconsPath = Preferences.getUI("StyleIconsPath")
196 if not styleIconsPath: 195 if not styleIconsPath:
197 # default is the 'StyleIcons' sub-directory of the icons 196 # default is the 'StyleIcons' sub-directory of the icons

eric ide

mercurial