Hi ,

  can any one please tells me on how to type cast unicode object into
PySide object
settings=QtCore.QSettings()
value= settings.value('size')

print 'size:',value #will print  PySide.QtCore.QSize(200, 100) and

print 'value:' type(value)  # will print <type 'unicode'>

how to convert value which is in unicode back to
QtCore.QSize() ???????????????????????

please help me|

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

Reply via email to