[PyQt] Strange behaviour with string conversions when emitting signals with dicts

Stefan Scherfke stefan.scherfke at uni-oldenburg.de
Wed Apr 7 20:12:26 BST 2010


Am 2010-04-07 um 19:04 schrieb Phil Thompson:

> It's a bug fix. Dicts with string keys are converted to a native QVariant
> rather than being left as a Python object (because you may be trying to
> pass data to some C++ code). On the conversion back it will leave those
> strings as QStrings.
> 
> Phil

Makes sense. Thanks :)


More information about the PyQt mailing list