artellapipe.gui.tray module

Module that contains custom tray balloon widget

class artellapipe.gui.tray.ArtellaTray(project, parent=None)

Bases: tpQtLib.core.base.BaseWidget, object

ICON_NAME = None
create_menu()

Creates menu used by the tray Overrides in child classes to create custom menus :return: QMenu

property project

Returns project linked to this tray :return: ArtellaProject

show_message(title, msg)

Shows a message in the tray :param title: str :param msg: str

staticMetaObject = <PySide2.QtCore.QMetaObject object>
ui()

Function that sets up the ui of the widget Override it on new widgets (but always call super)