Qt Support #291
Qt Support
#291
Answered by
Brunner246
Nov 21, 2025
Replies: 4 comments 1 reply
|
Hi, In cadwork 3d versions <2026 you have to use Qt5. We recommend using PyQt. |
1 reply
Answer selected by
NickatLCB
|
When running a PyQt plugin in cadwork 2026 I get the following error at plugin start :
I found where the two different QT6Core.dll are : "C:\Program Files\cadwork.dir\EXE_2026\Pclib.x64\python314\site-packages\PyQt6\Qt6\bin\Qt6Core.dll" uses version Is that coming from me or from the cadwork install ? |
0 replies
|
What Code are you running that raises this error ? Those Qt Versions should be compatible. |
0 replies
|
Thanks Michi, I can't pin it on this project. I'll come back to you when I find it out. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi,
In cadwork 3d versions <2026 you have to use Qt5.
Versions >= 2026 uses Qt6.
We recommend using PyQt.