-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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. |
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.😉😉😉
The text was updated successfully, but these errors were encountered: