Re: Qt6 migration
Posted by
dxli on
Nov 14, 2023; 5:56pm
URL: https://forum.librecad.org/Qt6-migration-tp5723851p5723865.html
I feel it's probably the same regexp issue as we have with the layer widget.
marko.p.radojcic wrote
dxli wrote
With qt6, there's a chance we can properly fix the high resolution issues finally, but I don't have a 4k display at home.
There might be some filtering issue with the qg_layerwidget class due to the qt6 changes.
All deprecated api calls should have been fixed by my last commit.
It successfully built and runs on Windows, but the problem is with hatches. It loaded only ansi31 pattern and when clicking on preview the program crashed.
I will have to QA test it a bit more today, and verify my mac build if it is doing the same.
BTW, the hatch is not working properly with alpha build with C++17 enabled. I will test stable as well.
It seems like an open wound, maybe it should be just left as is for now.
Do you know how should I configure freetype2 to work with LibreCAD build on mac and Windows ?