changed window title from ekgplotter

This commit is contained in:
Lucas Pleß 2014-12-03 17:48:31 +01:00
parent e0f49c1232
commit 5b87ca1bc5
1 changed files with 1 additions and 0 deletions

View File

@ -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)