975:042ee5d22218 | 977:7a523bd4b00d |
---|---|
11 | 11 |
12 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): | 12 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): |
13 """ | 13 """ |
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 | 19 |
20 @param parent reference to the parent widget (QWidget) | 20 @param parent reference to the parent widget (QWidget) |
21 """ | 21 """ |