27 @param whois whois information |
27 @param whois whois information |
28 @type str |
28 @type str |
29 @param parent reference to the parent widget |
29 @param parent reference to the parent widget |
30 @type QWidget |
30 @type QWidget |
31 """ |
31 """ |
32 super(VirusTotalWhoisDialog, self).__init__(parent) |
32 super().__init__(parent) |
33 self.setupUi(self) |
33 self.setupUi(self) |
34 |
34 |
35 self.headerLabel.setText( |
35 self.headerLabel.setText( |
36 self.tr("<b>Whois information for domain {0}</b>").format(domain)) |
36 self.tr("<b>Whois information for domain {0}</b>").format(domain)) |
37 self.headerPixmap.setPixmap( |
37 self.headerPixmap.setPixmap( |