11 class CredentialDialog;
25 Ui::CredentialDialog* mUi;
34 void setUser(
const QString& pUser);
QString getPassword() const
Definition: CredentialDialog.cpp:47
void setUser(const QString &pUser)
Definition: CredentialDialog.cpp:30
CredentialDialog(QWidget *pParent=nullptr)
Definition: CredentialDialog.cpp:10
Definition: CredentialDialog.h:19
virtual ~CredentialDialog() override
Definition: CredentialDialog.cpp:24
QString getUser() const
Definition: CredentialDialog.cpp:41
virtual void changeEvent(QEvent *pEvent) override
Definition: CredentialDialog.cpp:53