Oct 24, 2017, 9:00 AM

Actually yes, I didn't test it before but hideEvent() is also called when the window is locked for the same reason as shown signal. Hmmm I thought it was possible to filter the event event->type() == QHideEvent::Hide but it seems that locking the window and hiding it (meaning closing it) has the same event type. Is it possible to distinguish these two actions ?