I'm using QIcon decorators in my QTableView cells and I would like to receive an event when the user clicks the icon. Is there any way to get a mouse click signal from a QIcon, or do I have to try to work it out from the QTableView clicked signal?

Thanks,

Aaron Stibich