LoginDialog Class Reference
Custom login dialog. Email and password inserted into dialog will be forwarded to webview Email and password will not be saved.
More...
#include <logindialog.h>
List of all members.
Public Slots |
void | setEmailField (const QString &email) |
| Sets email address to emailEdit field.
|
void | clearTextFields () |
| Clears line edits.
|
Public Member Functions |
| LoginDialog (QWidget *parent=0) |
| Default constructor.
|
void | userInput (QString &email, QString &password) |
| Gets email and password.
|
Private Attributes |
QLineEdit * | m_emailEdit |
| Pointer to email line edit.
|
QLineEdit * | m_passwordEdit |
| Pointer to password line edit.
|
Detailed Description
Custom login dialog. Email and password inserted into dialog will be forwarded to webview Email and password will not be saved.
- Author:
- Henri Lampela
Constructor & Destructor Documentation
LoginDialog::LoginDialog |
( |
QWidget * |
parent = 0 |
) |
|
Default constructor.
- Parameters:
-
| parent | Instance of parent widget |
Member Function Documentation
void LoginDialog::setEmailField |
( |
const QString & |
email |
) |
[slot] |
Sets email address to emailEdit field.
- Parameters:
-
| email | E-mail address to be set |
void LoginDialog::userInput |
( |
QString & |
email, |
|
|
QString & |
password | |
|
) |
| | |
Gets email and password.
- Parameters:
-
| email | Email address |
| password | Password |
The documentation for this class was generated from the following files: