src/eric7/Preferences/ConfigurationPages/IconsPage.py

branch
eric7
changeset 10676
d1479a4f1426
parent 10671
f2d75784e574
child 10683
779cda568acb
equal deleted inserted replaced
10675:c8118e766ee6 10676:d1479a4f1426
67 def save(self): 67 def save(self):
68 """ 68 """
69 Public slot to save the Icons configuration. 69 Public slot to save the Icons configuration.
70 """ 70 """
71 Preferences.setIcons("IconSize", self.iconSizeComboBox.currentData()) 71 Preferences.setIcons("IconSize", self.iconSizeComboBox.currentData())
72 Preferences.setIcons("PreferVectorIcons", self.vectorIconsCheckBox.isChecked()) 72 Preferences.setIcons("PreferVectorIcons", self.vectorIconsCheckBox.isChecked())
73 73
74 Preferences.setIcons("DefaultIconsPath", self.__getSelectedDefaultIconsPath()) 74 Preferences.setIcons("DefaultIconsPath", self.__getSelectedDefaultIconsPath())
75 75
76 dirList = [] 76 dirList = []
77 for i in range(self.iconDirectoryList.count()): 77 for i in range(self.iconDirectoryList.count()):

eric ide

mercurial