Hi,

I'm trying to convert a simple QtWebKit based PyQt4 app to PySide. It's all working except I can't post back a string value from javascript to QtCore.Slot. It was working properly on PyQt4 with "@QtCore.Slot(QtCore.QString)" decorator but with PySide, I can't find a working counterpart for "QtCore.QString". It's workig for "int" data type and parameterless calls, but while I've tried str, unicode and a few less logical possiblites, none of them worked for passing strings.


Thanks,
Evren
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to