LoginPageView

class LoginPageView : public QDialog

This class is used to authenticate the Github User.

Public Functions

explicit LoginPageView(QWidget *parent = 0)

Sets up the UI and sets the text edit for the password field so that the typed characters are not visible.

Parameters:

parent

~LoginPageView()

Destructor.

Private Slots

void on_loginButton_clicked()

This function Authenticates the user.