PDA

View Full Version : How to capture double click on TitleBar of an qt application ?



udita_s
24th May 2016, 12:53
I want to do some operation on double click of titlebar of the application.

I have tried EventFilters.
QEvent::NonClientAreaMouseButtonDblClick , NonClientAreaMouseButtonPress, NonClientAreaMouseButtonRelease seems not to be working.

Please help.