trspectrometer.logpanel module

class trspectrometer.logpanel.LogPanel(parent=None)[source]

Bases: Ui_Frame, QFrame

flush()[source]

Does nothing, but required to support stream-like behaviour.

write(data)[source]

Write data to the log window.

Primarily used to handle input provided from the StreamHandler.

staticMetaObject = PySide6.QtCore.QMetaObject("LogPanel" inherits "QFrame": )