PDA

View Full Version : Signals from and to a library



ucomesdag
5th November 2008, 20:13
Hi,

Can someone please explain me how to intercept signals from a library loaded with QLibrary.
Got an example that works except the signal/slot thingie, signal seems to go nowhere...:confused:

Braking my head on it for days... :crying:

caduel
5th November 2008, 20:49
quite simple, really.
you create an instance of Lib and connect to its signal.
then you reassign (ie forget about the instance you connected to!) to test and continue...

solution: drop that second call to function().

hth

ucomesdag
5th November 2008, 21:17
Oh my ..... So stupid THANKS!!!