Updated QtDeclarative modue to works with python 2.x and 3.x
This commit is contained in:
parent
1e29ab6592
commit
75843bf45a
4 changed files with 5 additions and 7 deletions
|
|
@ -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")]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue