main plantimager.controller.main Link sigint_handler Link sigint_handler(sig, frame) Handle SIGINT (ctrl+c) Source code in plantimager/controller/main.py 21 22 23def sigint_handler(sig, frame): """Handle SIGINT (ctrl+c)""" QGuiApplication.quit()