eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py

changeset 8218
7c09585bd960
parent 7923
91e843545d9a
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
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(

eric ide

mercurial