-
-
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.loadUiType is missing #67
Comments
@astrofrog, what do you say? |
We can import all of uic in pyqt, since some people use qtpy for compatibility with pyqt4 and pyqt5 only. It just need a warning that it's not available in pyside. |
What @Nodd suggests is fine - I don't have time to work on this, but I agree in principle, provided loadUi itself still works with PyQt and PySide. |
Ok, fine by me too. @Nodd, could you work on a PR following your own advice? I also don't have time to work on it right now, but it shouldn't take too much time :-) |
I found an implementation of |
This could be useful, but is it feature complete? we would need to add some tests :-p any volunteers? @astrofrog ? |
Prior to 48eecd3, all of
uic
was imported from PyQt in__init__.py
, but now it is onlyloadUi
inuic.py
. I understand that there may be an issue with the functions not being present in Pyside. Would it be possible to add something similar to theloadUi
implementation?The text was updated successfully, but these errors were encountered: