Sun, 05 May 2019 16:15:34 +0200
Spanish i18n update for eric6 default branch
# -*- coding: utf-8 -*- """ Module implementing $CLASSNAME$. """ from PySide.QtCore import Slot from PySide.QtGui import $SUPERCLASS$ from .Ui_$FORMFILE$ import Ui_$FORMCLASS$ class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): """ Class documentation goes here. """ def __init__(self, parent=None): """ Constructor @param parent reference to the parent widget @type QWidget """ $SUPERCLASS$.__init__(self, parent) self.setupUi(self)