Commit 636c143c by Alisa Jung

set initial focus to window

parent 11b65874
......@@ -53,7 +53,7 @@ MainWindow::MainWindow(QWidget *parent) :
this->setCentralWidget(m_centralWidget);
m_centralWidget->setFocusPolicy(Qt::StrongFocus);
m_centralWidget->setFocus();
// showMaximized();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment