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:
Printable View
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:
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
Oh my ..... So stupid THANKS!!!