Skip to content
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

Open
Neumann-A opened this issue Feb 10, 2022 · 3 comments
Open

porting to qt6 #38

Neumann-A opened this issue Feb 10, 2022 · 3 comments

Comments

@Neumann-A
Copy link

Neumann-A commented Feb 10, 2022

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?

@narunlifescience
Copy link
Owner

Thanks for the effort!
QJSEngine is available in qt6, it is quite similar to qtscript I guess. Only thing that wont be available is debugger that we can pretty much ditch at this point. Any way the script engine is not widely used or necessary to accomplish any particular task.

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.

@Neumann-A
Copy link
Author

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.

Ah forgot about that. Changed it to public.

@xiota
Copy link

xiota commented Jul 16, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants