Hi,

I have a dialog in which I override the showEvent() and hideEvent() methods.

Do I have to call the original showEvent() and hideEvent() of QDialog after executing my own code or not ? Everything seems to work without calling them.

Best regards,
Marc