7 Module implementing a dialog to show the 'whois' information. |
7 Module implementing a dialog to show the 'whois' information. |
8 """ |
8 """ |
9 |
9 |
10 from PyQt6.QtWidgets import QDialog |
10 from PyQt6.QtWidgets import QDialog |
11 |
11 |
|
12 from eric7.EricGui import EricPixmapCache |
|
13 |
12 from .Ui_VirusTotalWhoisDialog import Ui_VirusTotalWhoisDialog |
14 from .Ui_VirusTotalWhoisDialog import Ui_VirusTotalWhoisDialog |
13 |
|
14 from eric7.EricGui import EricPixmapCache |
|
15 |
15 |
16 |
16 |
17 class VirusTotalWhoisDialog(QDialog, Ui_VirusTotalWhoisDialog): |
17 class VirusTotalWhoisDialog(QDialog, Ui_VirusTotalWhoisDialog): |
18 """ |
18 """ |
19 Class implementing a dialog to show the 'whois' information. |
19 Class implementing a dialog to show the 'whois' information. |