42 """ |
42 """ |
43 # save the style settings |
43 # save the style settings |
44 styleIndex = self.styleComboBox.currentIndex() |
44 styleIndex = self.styleComboBox.currentIndex() |
45 style = self.styleComboBox.itemData(styleIndex) |
45 style = self.styleComboBox.itemData(styleIndex) |
46 Preferences.setUI("Style", style) |
46 Preferences.setUI("Style", style) |
47 Preferences.setUI("StyleSheet", |
47 Preferences.setUI( |
|
48 "StyleSheet", |
48 self.styleSheetEdit.text()) |
49 self.styleSheetEdit.text()) |
49 |
50 |
50 def __populateStyleCombo(self): |
51 def __populateStyleCombo(self): |
51 """ |
52 """ |
52 Private method to populate the style combo box. |
53 Private method to populate the style combo box. |