I'm learning Pyqt5 for my program, and I have some problems.
I'm using Pycharm, and it shows three warning in my sample code like this, but it works well. I know nothing about Pyqt yet and this warnings are very annoying.
I found this Stack Overflow question but I think this is not same situation with me. (Wrong?)
Warning messages are like this:
Parameter 'flags' unfilled.
(What is flags parameter?)
Unresolved attribute reference 'connect' for class 'pyqtBoundSignal'
Parameter 'p_str_1' unfilled
(What is this Thing?)
How to solve these warnings?
I'm using Pycharm community edition, Python 3.8 and Windows 10.