Is the PySide Slot Decorator Necessary?
This link explains the following about the pyqtSlot decorator: Although PyQt4 allows any Python callable to be used as a slot when connecting signals, it is sometimes necessary to explicitly mark a Python method as being a Qt slot and to provide a C++ signature for it. PyQt4 provides the pyqtSlot() function decorator to do … Read more