Re: [Development] How to have equivalent of function over-riding in Qml

2014-07-10 Thread Alan Alpert
On Wed, Jul 9, 2014 at 8:41 PM, travik ravikiran.tallapa...@wipro.com wrote: Thanks for the very quick reply. Thank you for clarifying my understanding of correct derivation in Qml Regards, R.kiran Hi In continuation of the previous post - I now got it working to invoke the base class /

Re: [Development] How to have equivalent of function over-riding in Qml

2014-07-10 Thread travik
Ok!. That's cool and it is Qml's implementation of VTable, I guess!. Thanks a lot again. Let me try it and come back. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] How to have equivalent of function over-riding in Qml

2014-07-10 Thread m...@rpzdesign.com
Please do share when you get to the bottom of this. md On 7/10/2014 8:55 AM, travik wrote: Ok!. That's cool and it is Qml's implementation of VTable, I guess!. Thanks a lot again. Let me try it and come back. ___ Development mailing list

Re: [Development] How to have equivalent of function over-riding in Qml

2014-07-09 Thread travik
Thanks for the very quick reply. Thank you for clarifying my understanding of correct derivation in Qml Regards, R.kiran Hi In continuation of the previous post - I now got it working to invoke the base class / derived class implementations correctly from extenal place. Now the