eric6/WebBrowser/VirusTotal/VirusTotalWhoisDialog.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
34 self.setupUi(self) 34 self.setupUi(self)
35 35
36 self.headerLabel.setText( 36 self.headerLabel.setText(
37 self.tr("<b>Whois information for domain {0}</b>").format(domain)) 37 self.tr("<b>Whois information for domain {0}</b>").format(domain))
38 self.headerPixmap.setPixmap( 38 self.headerPixmap.setPixmap(
39 UI.PixmapCache.getPixmap("virustotal.png")) 39 UI.PixmapCache.getPixmap("virustotal"))
40 self.whoisEdit.setPlainText(whois) 40 self.whoisEdit.setPlainText(whois)

eric ide

mercurial