Login interface

The login_interface module creates the login interface of the GUI.

class login_interface.LoginInterface(window, style)

Bases : object

Manage login interface.

property login

Get login.

property username

Get username.

property password

Get password.

return_connect(event)

Connect to the server with the <ENTER> command.

connect()

Try to connect to the server.