[PyKDE] pyqt4 & escape function

Olivier Fournier o.fournier at perigord.com
Fri Feb 10 10:37:17 GMT 2006


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)

***********************************************




More information about the PyQt mailing list