Hi
i am using Qcad 3.31.2 on Windows 11
How do i close programmatically the Qcad session?
thank you
regards
neri
terminate Qcad
Moderator: andrew
Forum rules
Always indicate your operating system and QCAD version.
Attach drawing files, scripts and screenshots.
Post one question per topic.
Always indicate your operating system and QCAD version.
Attach drawing files, scripts and screenshots.
Post one question per topic.
- andrew
- Site Admin
- Posts: 8779
- Joined: Fri Mar 30, 2007 6:07 am
Re: terminate Qcad
You can quit QCAD by quitting the application window:
Code: Select all
var appWin = EAction.getMainWindow();
appWin.quit();