Hey, I have a problem with dialog modality…
Dialog modality does not work if I use Qt::Popup flag… I am using it because I don’t want tab in windows bar to appear, but its disabling dialog modality…
setWindowFlags(Qt::FramelessWindowHint | Qt::Popup);
I need to have both of these functions -> No tab in windows bar and dialog must be modal… How to achieve that???
↧