Hi,

I have a QTableWidget widget in my application. I need to handle both single-click and double-click mouse events separately for this widget. Currently, I have slots for both the signals but only single-click slot is called even when I double click. How do I handle these two signals separately in my application?

Thanks,
Rakesh.