-
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
Description
Just to let you know I ported alphaplot and the associated dependencies to Qt6. (this includes qtscript which is not normally present in Qt6; consider switching the code to the other script stuff qt provides.) (I only tested the windows build the other platforms might have other lib names for the dependencies which are not yet considered.)
If you know how to use vcpkg and overlay ports you can find all the stuff here:
https://github.com/Neumann-A/my-vcpkg-ports
or to be more precise here:
https://github.com/Neumann-A/my-vcpkg-ports/tree/master/alphaplot
My Main question would be:
Why do you need the propertyId and compare function in qpropertybrowser ? Is this really necessary?
manuel76413