I have a QTableWidget whose cells are QToolButtons. I've connected to the buttons' pressed signal, but I do not see the pressed event when I click on the cell. Is this because the QTableWidget cellPressed signal is overriding the button's pressed signal. Is there a way to alter this behavior?