Skip to content

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
23
def sigint_handler(sig, frame):
    """Handle SIGINT (ctrl+c)"""
    QGuiApplication.quit()