Hi ,
On Ubuntu QSettings values do not serialize properly.
When view the settings INI file it looks like this:

     tabifiedDockWidgets=@Variant(\
0\0\0\t\0\0\0\x1\0\0\0\x89)

and while reading the value it gives an error syaing,

tabifiedDockWidgets=settings.value("tabifiedDockWidgets")
self.tabifyDockWidget(tabifiedDockWidgets)

*QVariant::load: unable to load type 137.


thanks,
*
_______________________________________________
PySide mailing list
PySide@lists.pyside.org
http://lists.pyside.org/listinfo/pyside

Reply via email to