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