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
Classes
QLabel with animated background color. |
|
Log-in dialog to CG-Wire |
Module Contents
- class AnimatedLabel
Bases:
tik_manager4.ui.Qt.QtWidgets.QLabelQLabel 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.QDialogLog-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