tik_manager4.management.kitsu.ui.login ====================================== .. py:module:: tik_manager4.management.kitsu.ui.login .. autoapi-nested-parse:: Credit to https://github.com/Colorbleed for the original code. This is a modified version of the original code. Attributes ---------- .. autoapisummary:: tik_manager4.management.kitsu.ui.login.LOG Classes ------- .. autoapisummary:: tik_manager4.management.kitsu.ui.login.AnimatedLabel tik_manager4.management.kitsu.ui.login.Login Module Contents --------------- .. py:class:: AnimatedLabel Bases: :py:obj:`tik_manager4.ui.Qt.QtWidgets.QLabel` QLabel with animated background color. .. py:method:: create_animation() Create the animation of the color background. .. py:method:: get_back_color() Get the background color. .. py:method:: set_back_color(color) Set the given color as background color by parsing the style sheet. .. py:method:: start_animation() Start the animation of the color background. .. py:attribute:: background_color .. py:class:: Login(gazu_instance, parent=None, initialize_host=True) Bases: :py:obj:`tik_manager4.ui.Qt.QtWidgets.QDialog` Log-in dialog to CG-Wire .. py:method:: initialize_host() Initialize host value based on environment .. py:method:: on_login() Perform login with current settings in the dialog. .. py:attribute:: logged_in .. py:data:: LOG