#include <logindialog.h>
◆ LogInDialog()
| LogInDialog::LogInDialog |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
◆ ~LogInDialog()
| LogInDialog::~LogInDialog |
( |
| ) |
|
◆ findUsername()
| bool LogInDialog::findUsername |
( |
QString |
m_usrname | ) |
|
◆ loginExec()
| void LogInDialog::loginExec |
( |
| ) |
|
◆ on_buttonBox_accepted
| void LogInDialog::on_buttonBox_accepted |
( |
| ) |
|
|
privateslot |
◆ on_buttonBox_rejected
| void LogInDialog::on_buttonBox_rejected |
( |
| ) |
|
|
privateslot |
◆ on_userName_textChanged
| void LogInDialog::on_userName_textChanged |
( |
const QString & |
arg1 | ) |
|
|
privateslot |
◆ on_userPassword_textChanged
| void LogInDialog::on_userPassword_textChanged |
( |
const QString & |
arg1 | ) |
|
|
privateslot |
◆ on_userRegister_clicked
| void LogInDialog::on_userRegister_clicked |
( |
| ) |
|
|
privateslot |
◆ userLogin()
| void LogInDialog::userLogin |
( |
QString |
m_usrname, |
|
|
QString |
m_password |
|
) |
| |
◆ verifyPassword()
| bool LogInDialog::verifyPassword |
( |
QString |
m_usrname, |
|
|
QString |
m_password |
|
) |
| |
◆ loginStatus
| bool LogInDialog::loginStatus =false |
◆ password
| QString LogInDialog::password |
◆ ui
| Ui::LogInDialog* LogInDialog::ui |
|
private |
◆ username
| QString LogInDialog::username |
The documentation for this class was generated from the following files: