Search found 6 matches

by StSt94
Fri Feb 04, 2022 11:07 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 64281

Re: Supporting Qt 6 - What's needed?

I will start looking at something simpler since I am not very much skilled with programming. So on FC start there is also not working module: - TUX (really, what is it used for?) Further not working WB's are: - Render - Addon Manager Addons starting OK: - Manipulator - Raytracing - Sheet Metal - Ki...
by StSt94
Fri Feb 04, 2022 9:46 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 64281

Re: Supporting Qt 6 - What's needed?

I will start looking at something simpler since I am not very much skilled with programming. So on FC start there is also not working module: - TUX (really, what is it used for?) . . . Nothing I can Answer you :D I really appreciate your help, thank you! :) About the getMainWindow() issue: /** * Th...
by StSt94
Fri Feb 04, 2022 8:55 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 64281

Re: Supporting Qt 6 - What's needed?

Path, Draft and Arch is not working. These all depend on pivy. I suspect pivy is not working or not compiled with Qt6. I fear it is not that easy... I compiled coin and pivy from source and linked it agains qt6 which was almost no problem. However, PySide6 changes some things. Mainly, lots of class...
by StSt94
Sat Jan 29, 2022 11:55 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 64281

Re: Supporting Qt 6 - What's needed?

That said, the Measure, TechDraw and WebGui Mod is still not ready. I was trying to get the WebGui up and running but I miss symbols for arm64 so next step is to compile chromium for qt6 webengine. Measure and TechDraw are also alive now. And: Testing, Testing, Testing. As I do not have a amd64 com...
by StSt94
Thu Jan 27, 2022 10:25 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 64281

Re: Supporting Qt 6 - What's needed?

Nice work StSt94! I notice we've done a lot of redundant work :D What's left to do in your branch regarding functionality? And are you planning on getting this cleaned up and sent upstream too? Thanks! Well I should have had a look at the forum before starting, I might have used lots of your work a...
by StSt94
Wed Jan 26, 2022 8:00 pm
Forum: Developers corner
Topic: Supporting Qt 6 - What's needed?
Replies: 175
Views: 64281

Re: Supporting Qt 6 - What's needed?

Hi all, I had issues running FreeCAD on my 2020 MacBook Pro with the M1 Apple Silicon (and wanted it nativ, not using Rosetta). Therefore (because of the Lack of Python 3.7 support) I had to migrate to QT6! I did lots of the mentioned work, some things are still missing though. Please have a look at...