changeset 7795 | ba32d3f9e567 |
parent 6952 | 7f70f37bbf08 |
child 8181 | 70e980278080 |
--- a/QTfrontend/ui/dialog/input_password.cpp Tue Oct 23 06:50:19 2012 +0200 +++ b/QTfrontend/ui/dialog/input_password.cpp Tue Oct 23 07:03:07 2012 +0200 @@ -50,4 +50,6 @@ connect(pbOK, SIGNAL(clicked()), this, SLOT(accept())); connect(pbCancel, SIGNAL(clicked()), this, SLOT(reject())); + + this->setWindowModality(Qt::WindowModal); }