Re: [Harbour] qt slots/events

2010-01-30 Thread CarozoDeQuilmes
Hi, I'm interesting in know more about it, but the thread didn't continued. Regards CdQ On Tue, Jan 26, 2010 at 8:04 AM, Viktor Szakáts wrote: > Hi Pritpal, > > I see this code in hbxbp: > --- > METHOD HbpQtUI:destroy() > LOCAL a_ > > FOR EACH a_ IN ::aSignals > Qt_Slots_disConnect( ::p

[Harbour] qt slots/events

2010-01-26 Thread Viktor Szakáts
Hi Pritpal, I see this code in hbxbp: --- METHOD HbpQtUI:destroy() LOCAL a_ FOR EACH a_ IN ::aSignals Qt_Slots_disConnect( ::pSlots, a_[ 1 ], a_[ 2 ] ) NEXT FOR EACH a_ IN ::aEvents Qt_Events_disConnect( ::pEvents, a_[ 1 ], a_[ 2 ] ) NEXT ... RETURN NIL METHOD