Emitting signal from another class
-
Hi Folks,
I am troubling with signals & slots functionality of Qt.
I have to emit signal from one class where it is not connected with slot.
and slot defined in other class where signal & slot is connected.
In this case slot is not triggering. Please help me to solve this case.
Thank you.
Regards,
Abhijeet. -
Hi Folks,
I am troubling with signals & slots functionality of Qt.
I have to emit signal from one class where it is not connected with slot.
and slot defined in other class where signal & slot is connected.
In this case slot is not triggering. Please help me to solve this case.
Thank you.
Regards,
Abhijeet.@Abhijeet-Gurav
This is not the best place to put this post. It should just be in General and Desktop.This should work fine. Do the
connect()where the slot is defined. All should work, show minimal code if not. -
Ok JonB. Is it possible now to take this post in General and Desktop?
Please check my code below.





-
You're aware that the member
A aEmitandA o_aare two different instances of the same class?
Please go and get a basic c++ book and learn at least the basics of c++ before starting fiddling around with Qt...