Updated QtDeclarative modue to works with python 2.x and 3.x

This commit is contained in:
Renato Filho 2011-10-06 11:33:59 -03:00 committed by Hugo Parente Lima
commit 75843bf45a
4 changed files with 5 additions and 7 deletions

View file

@ -41,7 +41,6 @@ class TestQDeclarativeView(TimedQApplication):
def testModelExport(self):
print "TEST"
view = QDeclarativeView()
dataList = [MyObject("Item 1"), MyObject("Item 2"), MyObject("Item 3"), MyObject("Item 4")]