41 Preferences.getHelp("VirusTotalEnabled")) |
41 Preferences.getHelp("VirusTotalEnabled")) |
42 self.vtSecureCheckBox.setChecked( |
42 self.vtSecureCheckBox.setChecked( |
43 Preferences.getHelp("VirusTotalSecure")) |
43 Preferences.getHelp("VirusTotalSecure")) |
44 self.vtServiceKeyEdit.setText( |
44 self.vtServiceKeyEdit.setText( |
45 Preferences.getHelp("VirusTotalServiceKey")) |
45 Preferences.getHelp("VirusTotalServiceKey")) |
46 |
|
47 |
46 |
48 def save(self): |
47 def save(self): |
49 """ |
48 """ |
50 Public slot to save the VirusTotal configuration. |
49 Public slot to save the VirusTotal configuration. |
51 """ |
50 """ |