-
Notifications
You must be signed in to change notification settings - Fork 315
guidata PySide2 compatibility #635
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
a patch needed for QtAwesome : spyder-ide/qtawesome#84 |
lot of patching to move Guidata to QtPy. And also in testing part, so the external API part.... maybe it's more a new package. Yet it roughly works, PySide2 bug aside. |
replacing classic guidata/Qt per Qtpy is not good:
the good method would be to move 'vendored' QtPy aside, then redirect guidata/Qt load to guidata/Qtpy Loads. Benefit = having guiqwt working for free, no more example rewrite |
procedure of next test:
|
so in second example, we need to patch in the applicative part the ToPyDateTime() and ToPyDate(), that are both ToPython() in PySide2, in guidata/datasets/qtitemwidgets.py
|
I have a mysterious message "Qpicture: invalid format version 0"" |
but overal, it works without effort (probably not optimal in perf, but I don't care) |
procedure of test:
The text was updated successfully, but these errors were encountered: