refs #288, first version of login screen

* login component
* preparation of main window for new component
This commit is contained in:
Klaus Basan
2014-11-10 20:54:38 +01:00
committed by Roland Winklmeier
parent 49be1c2bb7
commit 86167e14c5
6 changed files with 1091 additions and 22 deletions

View File

@@ -198,6 +198,11 @@ void MainWindow::ps_toggleNetworkConnection()
}
}
void MainWindow::ps_loginRequested()
{
this->ps_setMainPage(MainPageLogin);
}
/*
* Is the network context available?
*/