Preferences/ConfigurationPages/NetworkPage.py

changeset 2190
abd65b78425e
parent 2074
5cb87968aad5
child 2194
0fce40af66b8
equal deleted inserted replaced
2189:5149cec53130 2190:abd65b78425e
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())

eric ide

mercurial