Hi,
I try to use escape function but I have an error: AttributeError: escape
can you tell me where I wrong ?
Thanks
**********************************************
from PyQt4 import QtCore
string = QtCore.QString("escape function")
print string
print QtCore.Qt.escape(string)
***********************************************