Use QCad to develop an external application

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
mahddikooshesh
Registered Member
Posts: 1
Joined: Sun Nov 19, 2023 1:24 pm

Use QCad to develop an external application

Post by mahddikooshesh » Sun Nov 19, 2023 1:30 pm

Hi

I want to use QCad capabilities in an external application. For example develop an application with Delphi that draw some 2D entities on its UI but with QCad APIs. Is there any way?

User avatar
andrew
Site Admin
Posts: 9063
Joined: Fri Mar 30, 2007 6:07 am

Re: Use QCad to develop an external application

Post by andrew » Mon Nov 20, 2023 8:10 am

QCAD uses the Qt toolkit (qt.io). I don't think this will fully integrate with something like Delphi.

You could call into QCAD as an external process and return from QCAD to your app when the user presses a special button or quits QCAD or similar.

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”