105 self.proxyGroup.setChecked( |
105 self.proxyGroup.setChecked( |
106 Preferences.getUI("UseProxy")) |
106 Preferences.getUI("UseProxy")) |
107 |
107 |
108 def save(self): |
108 def save(self): |
109 """ |
109 """ |
110 Public slot to save the Application configuration. |
110 Public slot to save the Networj configuration. |
111 """ |
111 """ |
112 Preferences.setUI("DownloadPath", |
112 Preferences.setUI("DownloadPath", |
113 self.downloadDirEdit.text()) |
113 self.downloadDirEdit.text()) |
114 Preferences.setUI("RequestDownloadFilename", |
114 Preferences.setUI("RequestDownloadFilename", |
115 self.requestFilenameCheckBox.isChecked()) |
115 self.requestFilenameCheckBox.isChecked()) |