Hi,

I'm using QString::arg() to fill in data in a string.

Unfortunately, my string contains also the text "%1" that must appear in the output unchanged.

Is there a way to escape the %n when using .arg() ?

Best regards,
Marc