[PyQt] Signals, QStrings

Matt Smith melkor at orangepalantir.org
Wed Nov 26 22:11:26 GMT 2008


Here is a basic question because I am not so familiar with cpp.  Whats
the difference between:

emit(SIGNAL("mySignal( QString )"),myQstring)
emit(SIGNAL("mySignal( const QString&)"),myQstring)

and more importantly, which one should I use?

thanks
mbs



More information about the PyQt mailing list