I'm not sure that i correctly understand the problem, but i think you want Qt::WindowModal not Qt::ApplicationModal which is the default way when you use exec().
Check the documentation about window modality
I'm not sure that i correctly understand the problem, but i think you want Qt::WindowModal not Qt::ApplicationModal which is the default way when you use exec().
Check the documentation about window modality
Bookmarks