artellapipe.tools.welcome.welcome module

Tool that allows to detect errors and trace calls and easily them to TDs

class artellapipe.tools.welcome.welcome.FinalWidget(project, parent=None)

Bases: tpQtLib.core.base.BaseWidget, object

get_main_layout()

Function that generates the main layout used by the widget Override if necessary on new widgets :return: QLayout

setup_signals()

Function that set up signals of the widget

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

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

class artellapipe.tools.welcome.welcome.ShortcutsWidget(project, parent=None)

Bases: tpQtLib.core.base.BaseWidget, object

get_main_layout()

Function that generates the main layout used by the widget Override if necessary on new widgets :return: QLayout

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

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

class artellapipe.tools.welcome.welcome.WelcomeDialog(project, config)

Bases: artellapipe.core.tool.Tool

ATTACHER_TYPE = 1
mouseMoveEvent(event)

Overrides base ArtellaDialog mouseMoveEvent function :param event: QMouseEvent

mousePressEvent(event)

Overrides base ArtellaDialog mousePressEvent function :param event: QMouseEvent

post_attacher_set()

Function that is called once an attacher has been set Override in child classes

setup_signals()

Function that set up signals of the widget

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

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

class artellapipe.tools.welcome.welcome.WelcomeFrame(pixmap, parent=None)

Bases: PySide2.QtWidgets.QFrame, object

paintEvent(event)

Override base QFrame paintEvent function :param event: QPaintEvent

staticMetaObject = <PySide2.QtCore.QMetaObject object>
class artellapipe.tools.welcome.welcome.WelcomeWidget(project, parent=None)

Bases: tpQtLib.core.base.BaseWidget, object

get_main_layout()

Function that generates the main layout used by the widget Override if necessary on new widgets :return: QLayout

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

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