forked from IPKM/nmreval
display logged error messages within program
This commit is contained in:
@ -1019,3 +1019,10 @@ class NMRMainWindow(QtWidgets.QMainWindow, Ui_BaseWindow):
|
||||
def look_for_update(self):
|
||||
w = UpdateDialog(parent=self)
|
||||
w.show()
|
||||
|
||||
@QtCore.pyqtSlot(name='on_actionShow_error_log_triggered')
|
||||
def open_log(self):
|
||||
from ..lib.logger import QLog
|
||||
|
||||
QLog(parent=self).show()
|
||||
|
||||
|
Reference in New Issue
Block a user