str = QtCore.QString('Hello')
AttributeError: 'module' object has no attribute 'QString'
QtCore.QString._init_(self)
AttributeError: 'module' object has no attribute 'QString'
Yes, I'm read QString Class Reference
if you can, answer with code sample. Thanks