PySide/tests/QtGui/test_module_template.py
Marcelo Lira 1a3418c8d1 Added test for module reloading.
Reviewed by Hugo Parente <hugo.lima@openbossa.org>
Reviewed by Renato Araújo <renato.filho@openbossa.org>
2011-01-19 17:49:12 -03:00

9 lines
134 B
Python

from PySide.QtGui import *
from PySide.QtCore import *
class MyQObject(QObject):
pass
class MyQWidget(QWidget):
value = 10