4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Module implementing a dialog to show the VirusTotal IP address report. |
7 Module implementing a dialog to show the VirusTotal IP address report. |
8 """ |
8 """ |
9 |
|
10 |
9 |
11 from PyQt5.QtCore import Qt |
10 from PyQt5.QtCore import Qt |
12 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem |
11 from PyQt5.QtWidgets import QDialog, QTreeWidgetItem |
13 |
12 |
14 from .Ui_VirusTotalIpReportDialog import Ui_VirusTotalIpReportDialog |
13 from .Ui_VirusTotalIpReportDialog import Ui_VirusTotalIpReportDialog |