tommy.view.error_view

Classes

class tommy.view.error_view.ErrorView(error_description: str, errors: list[str], *args, **kwargs)[source]

Bases: QMessageBox

The error view class is responsible for displaying error messages to the user.

__init__(error_description: str, errors: list[str], *args, **kwargs)[source]

Create a new error popup

staticMetaObject = PySide6.QtCore.QMetaObject("ErrorView" inherits "QMessageBox": )