Cannot find reference 'connect' in 'pyqtSignal | pyqtSignal | function'- What can I do so that the notice no longer appears?
Unsolved
Qt for Python
-
Hello,
PyCharm Community Edition 2023.1.2. PyQt6.
At this code point:
btn_kommando.clicked.connect(execute_command)
I get the hint:
Cannot find reference 'connect' in 'pyqtSignal | pyqtSignal | function'
Ask:
What can I do so that the notice no longer appears? -
Hi,
That's something you should check with the PyCharm and possibly the PyQt6 folks.
-
This post is deleted!