369:64d423a83450 | 370:0c137bb40ac7 |
---|---|
14 Class documentation goes here. | 14 Class documentation goes here. |
15 """ | 15 """ |
16 def __init__(self, parent = None): | 16 def __init__(self, parent = None): |
17 """ | 17 """ |
18 Constructor | 18 Constructor |
19 | |
20 @param parent reference to the parent widget (QWidget) | |
19 """ | 21 """ |
20 $SUPERCLASS$.__init__(self, parent) | 22 $SUPERCLASS$.__init__(self, parent) |
21 self.setupUi(self) | 23 self.setupUi(self) |