refs #768, adjusted GUI components to previous changes

* such as changed completers
* also minor typo fixes, formatting
* removed outdated qss
This commit is contained in:
Klaus Basan
2016-10-17 03:20:22 +02:00
parent 91167ae2db
commit 2d30b0b8e1
6 changed files with 28 additions and 573 deletions

View File

@@ -57,7 +57,7 @@ namespace BlackGui
connect(ui->pb_Login, &QPushButton::clicked, this, &CDbLoginComponent::ps_onLoginClicked);
connect(ui->pb_Logoff, &QPushButton::clicked, this, &CDbLoginComponent::ps_onLogoffClicked);
connect(&m_loginService, &CDatabaseAuthenticationService::userAuthenticationFinished, this, &CDbLoginComponent::ps_AuthenticationFinished);
connect(&m_loginService, &CDatabaseAuthenticationService::userAuthenticationFinished, this, &CDbLoginComponent::ps_authenticationFinished);
connect(ui->le_Password, &QLineEdit::returnPressed, this, &CDbLoginComponent::ps_onLoginClicked);
}
@@ -97,7 +97,7 @@ namespace BlackGui
this->setModeLogin(true);
}
void CDbLoginComponent::ps_AuthenticationFinished(const CAuthenticatedUser &user, const CStatusMessageList &status)
void CDbLoginComponent::ps_authenticationFinished(const CAuthenticatedUser &user, const CStatusMessageList &status)
{
bool ok = !status.hasErrorMessages();
if (ok)