2961:e4e2efb4846a | 2962:d6c9d1ca2da4 |
---|---|
25 """ | 25 """ |
26 def __init__(self, projectPath, parent=None): | 26 def __init__(self, projectPath, parent=None): |
27 """ | 27 """ |
28 Constructor | 28 Constructor |
29 | 29 |
30 @param projectPath project directory name (string) | |
30 @param parent reference to the parent widget (QWidget) | 31 @param parent reference to the parent widget (QWidget) |
31 """ | 32 """ |
32 super().__init__(parent) | 33 super().__init__(parent) |
33 self.setupUi(self) | 34 self.setupUi(self) |
34 | 35 |