[PyKDE] Auto-connecting Slots

Giovanni Bajo rasky at develer.com
Mon Jan 30 19:48:39 GMT 2006


Jesper Anderson <jesper at pobox.com> wrote:

> and when you want to avoid typing pyqtSignature:
> 
> from PyQt4.QtCore import *
> from PyQt4.QtCore import pyqtSignature as signature


Sure, or more simply:

signature = pyqtSignature

-- 
Giovanni Bajo




More information about the PyQt mailing list