Preferences/ConfigurationPages/HelpInterfacePage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3025
67064c71df21
child 3145
a9de05d4a22f
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
44 """ 44 """
45 # save the style settings 45 # save the style settings
46 styleIndex = self.styleComboBox.currentIndex() 46 styleIndex = self.styleComboBox.currentIndex()
47 style = self.styleComboBox.itemData(styleIndex) 47 style = self.styleComboBox.itemData(styleIndex)
48 Preferences.setUI("Style", style) 48 Preferences.setUI("Style", style)
49 Preferences.setUI("StyleSheet", 49 Preferences.setUI(
50 "StyleSheet",
50 self.styleSheetEdit.text()) 51 self.styleSheetEdit.text())
51 52
52 def __populateStyleCombo(self): 53 def __populateStyleCombo(self):
53 """ 54 """
54 Private method to populate the style combo box. 55 Private method to populate the style combo box.

eric ide

mercurial