diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2009-11-09 08:28:04 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2009-11-09 08:28:04 (GMT) |
commit | 82566a4137e23ab73f7853d897e5702b686054cf (patch) | |
tree | 653817ba3e773c3804959722b0ad326df8279cca /examples/declarative/dynamic/qml/itemCreation.js | |
parent | dbbe24f0f04e5a0aaf9223b73bee873e208a1fa7 (diff) | |
download | Qt-82566a4137e23ab73f7853d897e5702b686054cf.zip Qt-82566a4137e23ab73f7853d897e5702b686054cf.tar.gz Qt-82566a4137e23ab73f7853d897e5702b686054cf.tar.bz2 |
Fix perspective in dynamic example
working Z and items can no longer be placed in the sky (due to scaling).
Diffstat (limited to 'examples/declarative/dynamic/qml/itemCreation.js')
-rw-r--r-- | examples/declarative/dynamic/qml/itemCreation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/dynamic/qml/itemCreation.js b/examples/declarative/dynamic/qml/itemCreation.js index b3e8ba5..ccc03aa 100644 --- a/examples/declarative/dynamic/qml/itemCreation.js +++ b/examples/declarative/dynamic/qml/itemCreation.js @@ -32,7 +32,7 @@ function loadComponent() { createItem(); itemComponent = createComponent(itemButton.file); - print(itemButton.file) + //print(itemButton.file) if(itemComponent.isLoading){ component.statusChanged.connect(finishCreation); }else{//Depending on the content, it can be ready or error immediately |