2953:703452a2876f | 2954:bf0215fe12d1 |
---|---|
20 Class implementing the cookies configuration dialog. | 20 Class implementing the cookies configuration dialog. |
21 """ | 21 """ |
22 def __init__(self, parent): | 22 def __init__(self, parent): |
23 """ | 23 """ |
24 Constructor | 24 Constructor |
25 | |
26 @param parent reference to the parent object (QWidget) | |
25 """ | 27 """ |
26 super().__init__(parent) | 28 super().__init__(parent) |
27 self.setupUi(self) | 29 self.setupUi(self) |
28 | 30 |
29 self.__mw = parent | 31 self.__mw = parent |