>>> 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