Open
Description
Steps
Install PyQt5 package and type the import statement:
from PyQt5 import QtGui, uic
PyCharm will offer to install PyQt5-stubs. Agree.
Actual - uic submodule is marked as unresolved. The code runs.
Reported to JetBrains, and listed as an issue:
https://youtrack.jetbrains.com/issue/PY-47685