Hi,

I want to send pressed() event to an object of subclass of QPushButton. How can I do that. I see 'emit' keyword to emit signals, but I am not sure how to user that.
Can someone please explain me.

Thanks