I am looking at the CollapsiblePanel example found here:
http://developer.nokia.com/community...Panel_with_QML
It was done with QtQuick 1.0
With Qt 5.2.1 I created a QtQuick 2.0 project and copied in the main.qml, CollapsiblePanel.qml, and icons. I changed the imports from QtQuick 1.0 to QtQuick 2.0. When clicking on an item in the panel, the Application Output window displays
file:///Projects/buildCollapsiblePanel/qml/CollapsiblePanel/main.qml:98: ReferenceError: myRect is not defined
For some reason it is unable to access the CollapsiblePanel ID from the ListView delegate.
Why is this broken? Is there a new and better way to do this?
Thanks ......
Bookmarks