>>> from PyQt4 import QtCore
>>> str = QtCore.QString('Hello')
AttributeError: 'module' object has no attribute 'QString'
>>> QtCore.QString._init_(self)
AttributeError: 'module' object has no attribute 'QString'
是的,我已经阅读了QString 类参考
为什么我不能按照文档中的说明QString
从导入?QtCore