I have a problem with a modal QProgressDialog.

In my application I need a QProgessDialog, but this dialog is activated by a context menu.

When I click in the context menu, then appears the de modal dialog. I recive the QEvent::MouseButtonPress when I click in the context menu, but I don't recive the QEvent::MouseButtonRelease. I think that the modal dialog block the QEvent::MouseButtonRelease.

I need to recive the QEvent::MouseButtonRelease. Is it possible?

Thanks, and sorry for my English