07-27-2012 03:03 AM
Hello,
I am learing cascades.
I am trying to integrate c++ with QML.
Currently I am having one problem in Q_INVOKABLE method,
Can I pass my custom object as a paramater in the Q_INVOKABLE method?
I am able to pass the simple data types but not the custom class as the parameter.
thanks in advance.
bskania.
07-27-2012 03:08 PM
07-27-2012 03:34 PM
07-31-2012 08:39 AM
I had registered the object also and the class is extended from QObject. Still I am not able to use,
07-31-2012 11:45 AM