[SailfishDevel] QDeclarativePropertyMap not dynamic?

2013-05-08 Thread Superpelican
I'm trying to create a hybrid QML/C++ application, where the logic is written in C++ and the interface is QML/Sailfish Silica based. I'm currently playing around with the different ways to let QML/C++ communicate with each other. I currently have this code: code #include QApplication

Re: [SailfishDevel] QDeclarativePropertyMap not dynamic?

2013-05-08 Thread christopher . lamb
Hi Superpelican Why don't you post the QML / UI part of your code, so we can see how you think your QML should respond to your QDeclarativePropertyMap? Does your PropertyMap have an onChanged event? That would be one QML way of allowing UI components to respond to property changes.