chp1084 / raft

Automatically exported from code.google.com/p/raft
GNU General Public License v3.0
0 stars 0 forks source link

Investigate use of pyqtSlot decorator for all methods #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

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