PDA

View Full Version : How to get the clicked button handle?



Gokulnathvc
27th April 2011, 07:59
How to get the clicked button handle? Which button is clicked in the dialog??

FelixB
27th April 2011, 08:06
in a slot, you can use the sender() (http://doc.qt.nokia.com/latest/qobject.html#sender)-method to get the object which emitted the signal