Qt::escape(...) :

Converts the plain text string plain to a HTML string with HTML metacharacters <, >, and & replaced by HTML entities.
I need to convert a String containing HTM entities like &amp; / &gt; ... to a plain unicode text string.

I could not find any information about that...