On Fri, 10 Apr 2009 14:58:30 -0700 (PDT), Demetrius Cassidy
wrote:
> I am not sure if passing a string by itself to pyqtSignal is correct, but
> shoulden't it raise an exception instead of crashing? I don't see why we
> can't use this form instead.
>
> If I use the latter form of pyqtSignal(['QSt
I am not sure if passing a string by itself to pyqtSignal is correct, but
shoulden't it raise an exception instead of crashing? I don't see why we
can't use this form instead.
If I use the latter form of pyqtSignal(['QString']), passing it a list of
strings, everything works great. If I pass it a