ْQT and ObjectARX

ْQT and ObjectARX

bahman.jf.68
Advocate Advocate
489 Views
1 Reply
Message 1 of 2

ْQT and ObjectARX

bahman.jf.68
Advocate
Advocate

Hello everyone,
I used to program AutoCAD using C# .NET, and now I want to write plugins for AutoCAD in C++. I'm curious to know if it's possible to build a CAD plugin using the Qt framework with C++.
Has anyone experienced this with the Qt framework?

0 Likes
490 Views
1 Reply
Reply (1)
Message 2 of 2

daniel_cadext
Advisor
Advisor

Following with interest

I use wxWindows and ARX, which is nice because I can build GUIs using .XRC (XML).  ( on windows )

I had always shied away from QT because of its licensing policies, but that was a long time ago and things may have changed.

Python for AutoCAD, Python wrappers for ARX https://github.com/CEXT-Dan/PyRx
0 Likes