bec_widgets.utils.bec_login =========================== .. py:module:: bec_widgets.utils.bec_login .. autoapi-nested-parse:: 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 ------- .. autoapisummary:: bec_widgets.utils.bec_login.BECLogin Module Contents --------------- .. py:class:: BECLogin(parent=None) Bases: :py:obj:`qtpy.QtWidgets.QWidget` Login dialog for user authentication in Material Design style. .. py:method:: _clear_password() Clear the password field. .. py:method:: _emit_credentials() Emit credentials and clear the password field. .. py:attribute:: credentials_entered .. py:attribute:: ok_btn .. py:attribute:: password .. py:attribute:: username