Added source docu for the constructor to the form code template.

Sun, 27 Jun 2010 12:19:45 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 27 Jun 2010 12:19:45 +0200
changeset 370
0c137bb40ac7
parent 369
64d423a83450
child 371
913f2c88915b

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)

eric ide

mercurial