Skip to content

addon

AYON addon definition for UI Qt library.

This module provides the client-side addon integration with AYON.

UIQtAddon

Bases: AYONAddon

Addon providing AYON-styled Qt widgets.

This addon provides a library of Qt widgets that match AYON's frontend design system, enabling consistent UI across all AYON tools.

Source code in client/ayon_ui_qt/addon.py
12
13
14
15
16
17
18
19
20
21
22
class UIQtAddon(AYONAddon):
    """Addon providing AYON-styled Qt widgets.

    This addon provides a library of Qt widgets that match AYON's
    frontend design system, enabling consistent UI across all
    AYON tools.
    """

    name = "ui_qt"
    title = "AYON UI Qt"
    version = __version__