45 |
45 |
46 def save(self): |
46 def save(self): |
47 """ |
47 """ |
48 Public slot to save the Viewmanager configuration. |
48 Public slot to save the Viewmanager configuration. |
49 """ |
49 """ |
50 Preferences.setPluginManager("ActivateExternal", |
50 Preferences.setPluginManager( |
|
51 "ActivateExternal", |
51 self.activateExternalPluginsCheckBox.isChecked()) |
52 self.activateExternalPluginsCheckBox.isChecked()) |
52 Preferences.setPluginManager("DownloadPath", |
53 Preferences.setPluginManager( |
|
54 "DownloadPath", |
53 self.downloadDirEdit.text()) |
55 self.downloadDirEdit.text()) |
54 |
56 |
55 @pyqtSlot() |
57 @pyqtSlot() |
56 def on_downloadDirButton_clicked(self): |
58 def on_downloadDirButton_clicked(self): |
57 """ |
59 """ |