7#ifndef DLG_FORGOTPASSWORDREQUEST_H
8#define DLG_FORGOTPASSWORDREQUEST_H
QLabel * infoLabel
Definition dlg_forgot_password_request.h:39
QLabel * playernameLabel
Definition dlg_forgot_password_request.h:39
QLabel * portLabel
Definition dlg_forgot_password_request.h:39
QString getHost() const
Definition dlg_forgot_password_request.h:23
void actOk()
Definition dlg_forgot_password_request.cpp:69
int getPort() const
Definition dlg_forgot_password_request.h:27
QLineEdit * portEdit
Definition dlg_forgot_password_request.h:40
QLineEdit * playernameEdit
Definition dlg_forgot_password_request.h:40
QString getPlayerName() const
Definition dlg_forgot_password_request.h:31
DlgForgotPasswordRequest(QWidget *parent=nullptr)
Definition dlg_forgot_password_request.cpp:12
QLabel * hostLabel
Definition dlg_forgot_password_request.h:39
QLineEdit * hostEdit
Definition dlg_forgot_password_request.h:40