8217:385f60c94548 | 8218:7c09585bd960 |
---|---|
26 """ | 26 """ |
27 Constructor | 27 Constructor |
28 | 28 |
29 @param parent reference to the parent widget (QWidget) | 29 @param parent reference to the parent widget (QWidget) |
30 """ | 30 """ |
31 super(SyncCheckPage, self).__init__(parent) | 31 super().__init__(parent) |
32 self.setupUi(self) | 32 self.setupUi(self) |
33 | 33 |
34 def initializePage(self): | 34 def initializePage(self): |
35 """ | 35 """ |
36 Public method to initialize the page. | 36 Public method to initialize the page. |