Page 1 of 1

terminate Qcad

Posted: Wed Dec 04, 2024 6:05 pm
by neri alamanni
Hi
i am using Qcad 3.31.2 on Windows 11
How do i close programmatically the Qcad session?
thank you
regards
neri

Re: terminate Qcad

Posted: Wed Dec 04, 2024 7:06 pm
by andrew
You can quit QCAD by quitting the application window:

Code: Select all

var appWin = EAction.getMainWindow();
appWin.quit();