mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
refs #288, first version of login screen
* login component * preparation of main window for new component
This commit is contained in:
committed by
Roland Winklmeier
parent
49be1c2bb7
commit
86167e14c5
@@ -198,6 +198,11 @@ void MainWindow::ps_toggleNetworkConnection()
|
||||
}
|
||||
}
|
||||
|
||||
void MainWindow::ps_loginRequested()
|
||||
{
|
||||
this->ps_setMainPage(MainPageLogin);
|
||||
}
|
||||
|
||||
/*
|
||||
* Is the network context available?
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user