pyanno4rt.gui.windows._log_window

Logging window.

Overview

Classes

LogWindow

Logging window for the application.

Classes

class pyanno4rt.gui.windows._log_window.LogWindow(parent=None)[source]

Bases: PyQt5.QtWidgets.QMainWindow, pyanno4rt.gui.compilations.log_window.Ui_log_window

Logging window for the application.

This class creates the log window for the graphical user interface, including the output of the logger.

Overview

Methods

position()

.

update_log_output()

.

close()

.

Members

position()[source]

.

update_log_output()[source]

.

close()[source]

.