[Interest] QEvent::Quit vs. QEvent::Close

Alexander Dyagilev alervdvcw at gmail.com
Mon Oct 23 21:05:56 CEST 2023


Hello,

In Qt 5.x we had QEvent::Close when the user was using Dock to quit our 
application.

Now, this is not the case and QEvent::Quit is used instead.

However, the same QEvent::Quit is used when my code calls qApp->quit 
somewhere.

Is it possible to distinguish these two situations?




More information about the Interest mailing list