#include <mxcpcAuthenticationDialog.h>
Inheritance diagram for mxcpcAuthenticationDialog:
Public Slots | |
void | setMessage (const QString &msg) |
Sets the text message displayed above the login and password input fields. | |
void | openDialog (const QString &msg) |
Shows and raises the authentication dialog. | |
Signals | |
void | authenticationCommitted (QString user, QString password) |
Emmitted when the user commits the authentication data. | |
void | authenticationCancelled (void) |
Emmitted when the user has cancelled authentication. | |
Public Member Functions | |
mxcpcAuthenticationDialog (QWidget *parent=0) | |
Protected Member Functions | |
void | closeEvent (QCloseEvent *e) |
Private Slots | |
void | okClicked (void) |
void | cancelClicked (void) |
Private Attributes | |
QLabel * | MessageLabel |
QLineEdit * | UserEdit |
QLineEdit * | PasswordEdit |
Definition at line 38 of file mxcpcAuthenticationDialog.h.