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 |