So where do I emit click1? Some signal of QPushButton? like click() or something?
EDIT - I can call QPushButton::click() and call emit from there but it gives me error saying " mulltiple definition" and ofcourse I cannot connect click() and disp(int) because of the parameter mismatch. So how do I go about it?
Bookmarks