-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
porting to qt6 #38
Comments
Thanks for the effort! Unfortunately I am not familiar with vcpkg and overlay ports. any way I will have a look in to it. is this a private repository ? bcoz I am unable to access the link. yes, it seems trivial but that's how the library was designed. any way I am completely ditching it and moving to a model/view framework setting for the property editor. So that wont be a problem anymore. |
Ah forgot about that. Changed it to public. |
@narunlifescience Are there any plans to officially port this to Qt6? I have not tried the Neumann-A patches. Also, late last year, I adopted the AUR package via orphan request because it was not working and hadn't been updated in years. I wonder whether you want to be added back to the package. If this project will not be ported to Qt6, I am considering disowning the package. |
Do you have your modified repo, I'm trying to port this repo to QT6, but failed |
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
andcompare
function in qpropertybrowser ? Is this really necessary?The text was updated successfully, but these errors were encountered: