--- a/CodeTemplates/impl_pyside.py2.tmpl Thu Oct 08 19:08:49 2015 +0200 +++ b/CodeTemplates/impl_pyside.py2.tmpl Thu Oct 08 19:10:10 2015 +0200 @@ -18,7 +18,8 @@ """ Constructor - @param parent reference to the parent widget (QWidget) + @param parent reference to the parent widget + @type QWidget """ $SUPERCLASS$.__init__(self, parent) self.setupUi(self)