basicScandal / raft

Automatically exported from code.google.com/p/raft

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate use of pyqtSlot decorator for all methods

GoogleCodeExporter opened this issue · comments


From http://pyqt.sourceforge.net/Docs/PyQt4/new_style_signals_slots.html:

"""
Connecting a signal to a decorated Python method also has the advantage of 
reducing the amount of memory used and is slightly faster.
"""

Original issue reported on code.google.com by gfleisch...@gmail.com on 25 Jul 2013 at 2:49