10-17-2012 12:57 PM
10-17-2012 02:07 PM
11-29-2012 03:12 PM
I also had this problem and narrowed it down to it happening when I added this line to the source code :
qml->setContextProperty("cppObject", this);
There seems to be a bug in the action item display. If you see this problem you can try commenting out the context setting to see if it shows properly.
11-29-2012 03:17 PM
Anobody tried with new SDK Beta 4? Has been fixed?
11-29-2012 04:18 PM
11-29-2012 05:21 PM
11-29-2012 10:00 PM
I can confirm that my problem is solved. I needed to put the " qml->setContextProperty("cs",this);"
before " app->setScene(root);"
02-27-2013 03:29 AM - edited 02-27-2013 03:31 AM
FYI, this is still not solved in 10.0.10.261
Had this problem and lucky enough to found this thread. Just setContextProperty() before createRootObject() will do, there is no need to switch workspace etc.
/floAt
02-27-2013 07:26 AM
Can you update this stating what you did?
I haven't tried it yet in 10.0.10 so I haven't responded.
02-27-2013 07:29 AM
smartek, if possible can you change the solution to this post to be the one I added which is the correct solution that the setting of the object needs ot be before the creating of the QML doc. Thanks.