25 |
25 |
26 def __init__(self, cookieJar, parent=None): |
26 def __init__(self, cookieJar, parent=None): |
27 """ |
27 """ |
28 Constructor |
28 Constructor |
29 |
29 |
30 @param cookieJar reference to the cookie jar (CookieJar) |
30 @param cookieJar reference to the cookie jar |
31 @param parent reference to the parent widget (QWidget) |
31 @type CookieJar |
|
32 @param parent reference to the parent widget |
|
33 @type QWidget |
32 """ |
34 """ |
33 super().__init__(parent) |
35 super().__init__(parent) |
34 self.setupUi(self) |
36 self.setupUi(self) |
35 |
37 |
36 self.addButton.setEnabled(False) |
38 self.addButton.setEnabled(False) |