2010/9/10 Mikael Lammentausta <[email protected]>

>
> Signal triggered from QML is received in QtCore.Slot, but the emitted
> signal is not received back in QML. Maybe this has something to do with the
> signal being type QVariant, while it has been removed from PySide, and I
> defined it as unicode?
>
>
Right, after having a look at answered posts, the solution was to define the
signal "data" as:

    data = QtCore.Signal('QVariant')

This was fixed for QString in master? As I am using the latest git version,
is the recommended solution to define the signal like this or is this a bug?

-- 
-- mikael
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to