bec_widgets.utils.bec_login#

Login dialog for user authentication. The Login Widget is styled in a Material Design style and emits the entered credentials through a signal for further processing.

Classes#

BECLogin

Login dialog for user authentication in Material Design style.

Module Contents#

class BECLogin(parent=None)#

Bases: qtpy.QtWidgets.QWidget

Login dialog for user authentication in Material Design style.

_clear_password()#

Clear the password field.

_emit_credentials()#

Emit credentials and clear the password field.

credentials_entered#
ok_btn#
password#
username#