Re: [Interest] qtScript hide a signal from script

2012-05-15 Thread Prashant
Thanks Bo. This is what I am doing now. But you need typewise checking which makes the code unnecessarily lengthy and cumbersome. Pity I need to keep doing it. As you said a inconsistent behavior. On Mon, May 14, 2012 at 10:50 AM, Bo Thorsen wrote: > Den 14-05-2012 06:54, Prashant skrev: > > Hi

Re: [Interest] qtScript hide a signal from script

2012-05-13 Thread Bo Thorsen
Den 14-05-2012 06:54, Prashant skrev: > Hi group, > While introducing c++ object properties to the script, the Q_PROPERTY > have an option SCRIPTABLE bool. This essentially hides the property in > script. This comes in very handy. I was wondering if something similar > is available for Q_SIGNALS. E