Helpviewer/Download/DownloadAskActionDialog.py

changeset 1131
7781e396c903
parent 992
566e87428fc8
child 1509
c0b5e693b0eb
equal deleted inserted replaced
1130:3e9f0330f833 1131:7781e396c903
22 """ 22 """
23 Constructor 23 Constructor
24 24
25 @param parent reference to the parent widget (QWidget) 25 @param parent reference to the parent widget (QWidget)
26 """ 26 """
27 QDialog.__init__(self, parent) 27 super().__init__(parent)
28 self.setupUi(self) 28 self.setupUi(self)
29 29
30 self.infoLabel.setText("<b>{0}</b>".format(fileName)) 30 self.infoLabel.setText("<b>{0}</b>".format(fileName))
31 self.typeLabel.setText(mimeType) 31 self.typeLabel.setText(mimeType)
32 self.siteLabel.setText(baseUrl) 32 self.siteLabel.setText(baseUrl)

eric ide

mercurial