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 :) _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
