Helpviewer/Download/DownloadAskActionDialog.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2954
bf0215fe12d1
child 3145
a9de05d4a22f
equal deleted inserted replaced
3056:9986ec0e559a 3057:10516539f238
22 """ 22 """
23 def __init__(self, fileName, mimeType, baseUrl, parent=None): 23 def __init__(self, fileName, mimeType, baseUrl, parent=None):
24 """ 24 """
25 Constructor 25 Constructor
26 26
27 @param fileName file name (string)
28 @param mimeType mime type (string)
29 @param baseUrl URL (string)
27 @param parent reference to the parent widget (QWidget) 30 @param parent reference to the parent widget (QWidget)
28 """ 31 """
29 super(DownloadAskActionDialog, self).__init__(parent) 32 super(DownloadAskActionDialog, self).__init__(parent)
30 self.setupUi(self) 33 self.setupUi(self)
31 34

eric ide

mercurial