61 """ |
61 """ |
62 Preferences.setHelp("StandardFont", self.standardFont) |
62 Preferences.setHelp("StandardFont", self.standardFont) |
63 Preferences.setHelp("FixedFont", self.fixedFont) |
63 Preferences.setHelp("FixedFont", self.fixedFont) |
64 |
64 |
65 Preferences.setHelp("AutoLoadImages", |
65 Preferences.setHelp("AutoLoadImages", |
66 int(self.autoLoadImagesCheckBox.isChecked())) |
66 self.autoLoadImagesCheckBox.isChecked()) |
67 |
67 |
68 Preferences.setHelp("UserStyleSheet", self.styleSheetEdit.text()) |
68 Preferences.setHelp("UserStyleSheet", self.styleSheetEdit.text()) |
69 |
69 |
70 for key in self.helpColours.keys(): |
70 for key in self.helpColours.keys(): |
71 Preferences.setHelp(key, self.helpColours[key]) |
71 Preferences.setHelp(key, self.helpColours[key]) |