Hi everyone,

I'm working in Mac OSX and the

void contextMenuEvent(QContextMenuEvent *event);

is only triggered when CTRL + mousepad is clicked.
But in my Mac I also got the "two finger tap" secondary click enabled, but it doesnt trigger this event.
I'm busy with the TouchEvent of QWidget, but isn't there something built in Qt?

Thanks!