Sat, 16 Jan 2010 15:56:47 +0000
Regenerated the translation files and did the German translations.
# -*- coding: utf-8 -*- """ Module implementing $CLASSNAME$. """ from PyQt4.QtCore import pyqtSlot from PyQt4.QtGui import $SUPERCLASS$ from Ui_$FORMFILE$ import Ui_$FORMCLASS$ class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): """ Class documentation goes here. """ def __init__(self, parent = None): """ Constructor """ $SUPERCLASS$.__init__(self, parent) self.setupUi(self)