=\ искал не нашёл, как в начало добавить строку <?xml version="1.0" characters="UTF-8" ?>
Проверено:
QDomDocument doc;
QDomProcessingInstruction instr;
instr = doc.createProcessingInstruction("xml", " version=\"1.0\" encoding=\"UTF-8\"");
doc.appendChild( instr );