We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.py
I do see that uic.py somehow got corrupted, and no test reveals it.
See this line:
qtpy/qtpy/uic.py
Line 170 in b3b222a
There is no NoCustomWidget defined there.
NoCustomWidget
Moreover, PyCharm just screams with warnings there. That is, if something fails within lines
Lines 82 to 99 in b3b222a
compileUi
It isn't the part of QtPy that I use, and not what I'm interested in.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I do see that
uic.py
somehow got corrupted, and no test reveals it.See this line:
qtpy/qtpy/uic.py
Line 170 in b3b222a
There is no
NoCustomWidget
defined there.Moreover, PyCharm just screams with warnings there. That is, if something fails within lines
qtpy/qtpy/uic.py
Lines 82 to 99 in b3b222a
compileUi
might never be imported, although used later.It isn't the part of QtPy that I use, and not what I'm interested in.
The text was updated successfully, but these errors were encountered: