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 """ |