NOISSUE improve account UI

This commit is contained in:
Petr Mrázek
2015-08-14 02:27:01 +02:00
parent 8ed10c5b81
commit 0adb572a07
6 changed files with 52 additions and 18 deletions

View File

@ -31,14 +31,10 @@ public:
int flags = UsernameField | PasswordField);
~EditAccountDialog();
/*!
* Gets the text entered in the dialog's username field.
*/
QString username() const;
void setUsername(const QString & user) const;
void setPassword(const QString & pass) const;
/*!
* Gets the text entered in the dialog's password field.
*/
QString username() const;
QString password() const;
enum Flags