21 """ |
23 """ |
22 Constructor |
24 Constructor |
23 |
25 |
24 @param parent reference to the parent widget (QWidget) |
26 @param parent reference to the parent widget (QWidget) |
25 """ |
27 """ |
26 super().__init__(parent) |
28 super(SyncAssistantDialog, self).__init__(parent) |
27 |
29 |
28 from . import SyncGlobals |
30 from . import SyncGlobals |
29 |
31 |
30 from .SyncDataPage import SyncDataPage |
32 from .SyncDataPage import SyncDataPage |
31 from .SyncEncryptionPage import SyncEncryptionPage |
33 from .SyncEncryptionPage import SyncEncryptionPage |