PDA

View Full Version : forcing dialog focus?



jajdoo
3rd September 2010, 20:03
i want my application to disallow any action outside the prompted dialog until it is either accepted to rejected.
how do i do that ?

Lykurg
3rd September 2010, 20:17
Use QDialog::exec() or make your dialog explicit modal. QDialog::setModal().