mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
WindowModal
This commit is contained in:
parent
a081f081f8
commit
7c7cf667ae
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ void InfoView::loaded(bool ok)
|
|||
int cw = (w/2) - (mw/2);
|
||||
int ch = (h/2) - (mh/2);
|
||||
this->move(cw, ch);
|
||||
|
||||
|
||||
this->setWindowModality(Qt::WindowModal);
|
||||
this->setWindowTitle(this->title());
|
||||
this->show();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue