-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
uic.compileUi for PySide2 #190
Milestone
Comments
With PySide2 5.14.2.2 pytside2-uic was brought back, we had to re-incorporate it in pyqtgraph, you can see the diff too re-enable that in our abstraction layer here: |
Closing since the Lines 85 to 88 in 6b12fba
Current state ( Lines 84 to 102 in 936e0c9
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think
compileUi
can be added smoothly touic
module for PySide2 backend.pyside2uic
is a part of PySide2 distribution andpyside2uic.compileUi
has almost the same interface as PyQt's analogue.Now I use monkey-patching in my project:
The text was updated successfully, but these errors were encountered: