Ref T659, ajusted login component/dialog for poup login

This commit is contained in:
Klaus Basan
2019-07-22 01:41:29 +02:00
committed by Mat Sutcliffe
parent eb4c8eed35
commit 34cdffc9fa
7 changed files with 37 additions and 82 deletions

View File

@@ -67,8 +67,11 @@ namespace BlackGui
//! Automatically popup
void setAutoPopupWizad(bool autoPopup);
//! Set auto logoff
void setAutoLogoff(bool autoLogoff);
//! Main info area changed
void mainInfoAreaChanged(const QWidget *currentWidget);
// void mainInfoAreaChanged(const QWidget *currentWidget);
//! Login requested
void toggleNetworkConnection();
@@ -150,7 +153,6 @@ namespace BlackGui
QScopedPointer<Ui::CLoginAdvComponent> ui;
BlackMisc::CDigestSignal m_changedLoginDataDigestSignal { this, &CLoginAdvComponent::loginDataChangedDigest, 1500, 10 };
bool m_visible = false; //!< is this component selected?
BlackCore::Data::CNetworkSetup m_networkSetup; //!< servers last used
};
} // namespace