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. |