betty.gui.error module¶
Provide error handling for the Graphical User Interface.
- class betty.gui.error.Error(app, message, *, parent, close_parent=False)[source]¶
Bases:
BettyMainWindow-
window_height =
300¶
- property window_title : Localizable¶
-
window_width =
500¶
-
window_height =
- class betty.gui.error.ExceptionCatcher(parent, *, close_parent=False)[source]¶
Bases:
Generic[P,T]Catch any exception and show an error window instead.