diff --git a/ekgplotter/ekgplotter/main_qt.py b/ekgplotter/ekgplotter/main_qt.py index a57b302..ace17f5 100644 --- a/ekgplotter/ekgplotter/main_qt.py +++ b/ekgplotter/ekgplotter/main_qt.py @@ -235,6 +235,7 @@ def main(): window = EkgPlotWidget(args) logger.info("foooooooo") + window.setWindowTitle("EKGPlotterMain") window.show() # sys.excepthook = window.sigint_handler # signal.signal(signal.SIGTERM, window.sigterm_handler)