Preferences/ConfigurationPages/HelpVirusTotalPage.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
2630:d2051b6c5658 2631:06f866e83d3a
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 """

eric ide

mercurial