学习 PySide。我在空闲的 IDE 中尝试调用 qCompress() 但失败了。谁能帮我?
>>> from PySide import QtCore
>>> QtCore.qCompress("test")
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
QtCore.qCompress("test")
AttributeError: 'module' object has no attribute 'qCompress'