PDA

View Full Version : System modal dialog!!



boss_bhat
23rd June 2006, 07:50
Can some body explain how to write a system modal dialog box on windows using Qt So that when the dialog is open nothing else can be selected.

Thanks in advance,
Boss

zlatko
23rd June 2006, 07:54
IMHO something like that ;)


QDialog dlg;
dlg.exec();

munna
23rd June 2006, 08:01
use the flag

Qt::ApplicationModal