29 |
29 |
30 def __init__(self, mainWindow, parent=None, spacer=True): |
30 def __init__(self, mainWindow, parent=None, spacer=True): |
31 """ |
31 """ |
32 Constructor |
32 Constructor |
33 |
33 |
|
34 @param mainWindow reference to the main window (QWidget) |
34 @param parent reference to the parent widget (QWidget) |
35 @param parent reference to the parent widget (QWidget) |
35 @param spacer flag indicating to add a vertical spacer to the |
36 @param spacer flag indicating to add a vertical spacer to the |
36 main layout (boolean) |
37 main layout (boolean) |
37 """ |
38 """ |
38 super().__init__(parent) |
39 super().__init__(parent) |