QDialog modality
General and Desktop
3
Posts
2
Posters
884
Views
-
wrote on 31 Jan 2014, 16:16 last edited by
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???
-
Hi,
You need to provide more information, what version of Qt and what OS are you using ?
-
wrote on 31 Jan 2014, 21:24 last edited by
Hey... Qt 5.2 x86 and Windows 8.1 Pro...
1/3