Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Signal in pyqt5
-
I created class with pyqtPropertie. I set notify on it.
Then I emit signal set to notify on one instance signal emmited on other instances too.
I tried to create signals in__new__
of class, butid()
of created new signals equals.For example i have two lists of 10-20 elements. If first list changed GUI reread it, but also reread second list because signal is same.