tik_manager4.management.kitsu.ui.login

Credit to https://github.com/Colorbleed for the original code. This is a modified version of the original code.

Attributes

LOG

Classes

AnimatedLabel

QLabel with animated background color.

Login

Log-in dialog to CG-Wire

Module Contents

class AnimatedLabel

Bases: tik_manager4.ui.Qt.QtWidgets.QLabel

QLabel with animated background color.

create_animation()

Create the animation of the color background.

get_back_color()

Get the background color.

set_back_color(color)

Set the given color as background color by parsing the style sheet.

start_animation()

Start the animation of the color background.

background_color
class Login(gazu_instance, parent=None, initialize_host=True)

Bases: tik_manager4.ui.Qt.QtWidgets.QDialog

Log-in dialog to CG-Wire

initialize_host()

Initialize host value based on environment

on_login()

Perform login with current settings in the dialog.

logged_in
LOG