CodeTemplates/impl.py.tmpl

changeset 74
f0c0e4638a0f
parent 0
de9c2efb9d02
child 370
0c137bb40ac7
equal deleted inserted replaced
73:82ae64337481 74:f0c0e4638a0f
5 """ 5 """
6 6
7 from PyQt4.QtCore import pyqtSlot 7 from PyQt4.QtCore import pyqtSlot
8 from PyQt4.QtGui import $SUPERCLASS$ 8 from PyQt4.QtGui import $SUPERCLASS$
9 9
10 from Ui_$FORMFILE$ import Ui_$FORMCLASS$ 10 from .Ui_$FORMFILE$ import Ui_$FORMCLASS$
11 11
12 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): 12 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$):
13 """ 13 """
14 Class documentation goes here. 14 Class documentation goes here.
15 """ 15 """

eric ide

mercurial