what's the point of NOT using QDialog if what you want to do is exactly what QDialog DOES and it gives you for free?
P.S. and can you show us more code? I don't have any problem in setting my widget application modal:
Qt Code:
Form *form = new Form; form->setWindowModality(Qt::ApplicationModal); form->show();To copy to clipboard, switch view to plain text mode
Bookmarks