CodeTemplates/impl.py.tmpl

changeset 1010
06393b5f5330
parent 977
7a523bd4b00d
child 1131
7781e396c903
equal deleted inserted replaced
1009:625adb3ccc63 1010:06393b5f5330
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
12 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$): 13 class $CLASSNAME$($SUPERCLASS$, Ui_$FORMCLASS$):
13 """ 14 """
14 Class documentation goes here. 15 Class documentation goes here.
15 """ 16 """

eric ide

mercurial