Sun, 27 Jun 2010 12:19:45 +0200
Added source docu for the constructor to the form code template.
CodeTemplates/impl.py.tmpl | file | annotate | diff | comparison | revisions |
--- a/CodeTemplates/impl.py.tmpl Sun Jun 27 12:17:45 2010 +0200 +++ b/CodeTemplates/impl.py.tmpl Sun Jun 27 12:19:45 2010 +0200 @@ -16,6 +16,8 @@ def __init__(self, parent = None): """ Constructor + + @param parent reference to the parent widget (QWidget) """ $SUPERCLASS$.__init__(self, parent) self.setupUi(self)