Skip to content

Binding support for PySide6 #11

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

Open
KT-network opened this issue Sep 26, 2024 · 2 comments
Open

Binding support for PySide6 #11

KT-network opened this issue Sep 26, 2024 · 2 comments

Comments

@KT-network
Copy link

Hi, since I'm not very good at using PyQt, in addition to the fact that the author of the Pyside-QCP project hasn't maintained it for a long time, all is it possible for you to provide support for the PySide6 bindings? I'm sure this is what most PySide6 developers want.

Hope to get your reply.
In case I don't hear back from you, good afternoon, good evening, and good night.😉😉😉

@salsergey
Copy link
Owner

Hello.

PyQt and PySide bindings are entirely different. I have no experience with PySide bindings and don't use PySide myself. I guess it should not be very difficult to create bindings for PySide6, since one can use PySide-QCP as an example. However, I have no plans to provide support for PySide6 in the nearest future (and I'm not sure if I will eventually). Also I think that bindings for PyQt and PySide should be developed in different repositories because they differ a lot.

From user perspective though, PySide and PyQt are very similar. Most code written for PySide should work with PyQt with minor modifications (import statements, some function names, etc.). If you really want Qt6, you might check if your code can be ported to PyQt6 with little effort.

Wish you a good day.

@KT-network
Copy link
Author

Hello.

PyQt and PySide bindings are entirely different. I have no experience with PySide bindings and don't use PySide myself. I guess it should not be very difficult to create bindings for PySide6, since one can use PySide-QCP as an example. However, I have no plans to provide support for PySide6 in the nearest future (and I'm not sure if I will eventually). Also I think that bindings for PyQt and PySide should be developed in different repositories because they differ a lot.

From user perspective though, PySide and PyQt are very similar. Most code written for PySide should work with PyQt with minor modifications (import statements, some function names, etc.). If you really want Qt6, you might check if your code can be ported to PyQt6 with little effort.

Wish you a good day.

Thank you very much for your reply.

As you said it is possible to use PySide-QCP as an example, but I don't have any relevant experience about this kind of thing either. 😅😅

It really wouldn't be difficult to convert PySide to PyQt, but that's not practical for my current project.

Thanks for your reply, once again.wish you happy every day.
f461f397259659e4487a8dba67dda85

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

No branches or pull requests

2 participants