9 |
9 |
10 |
10 |
11 from PyQt5.QtCore import pyqtSlot |
11 from PyQt5.QtCore import pyqtSlot |
12 |
12 |
13 from .ConfigurationPageBase import ConfigurationPageBase |
13 from .ConfigurationPageBase import ConfigurationPageBase |
14 from .Ui_HelpVirusTotalPage import Ui_HelpVirusTotalPage |
14 from .Ui_WebBrowserVirusTotalPage import Ui_WebBrowserVirusTotalPage |
15 |
15 |
16 import Preferences |
16 import Preferences |
17 |
17 |
18 |
18 |
19 class WebBrowserVirusTotalPage(ConfigurationPageBase, Ui_HelpVirusTotalPage): |
19 class WebBrowserVirusTotalPage(ConfigurationPageBase, |
|
20 Ui_WebBrowserVirusTotalPage): |
20 """ |
21 """ |
21 Class implementing VirusTotal configuration page (web browser variant). |
22 Class implementing VirusTotal configuration page (web browser variant). |
22 """ |
23 """ |
23 def __init__(self): |
24 def __init__(self): |
24 """ |
25 """ |