mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 03:15:34 +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
@@ -76,8 +76,8 @@ protected:
|
||||
//! \remarks keep the values in sync with the real tab indexes
|
||||
enum MainPageIndex
|
||||
{
|
||||
MainPageLogin = 0,
|
||||
MainPageInfoArea = 1
|
||||
MainPageInfoArea = 0,
|
||||
MainPageLogin = 1
|
||||
};
|
||||
|
||||
private:
|
||||
@@ -203,6 +203,9 @@ private slots:
|
||||
//! Connect to network
|
||||
void ps_toggleNetworkConnection();
|
||||
|
||||
//! Login requested
|
||||
void ps_loginRequested();
|
||||
|
||||
//! Menu item clicked
|
||||
void ps_onMenuClicked();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user