如何制作" \ n"字符串转换为Qt语言的新行字符。翻译不起作用。
QString com = "Communication & \n Speech";
QLabel *Heading = new QLabel();
Heading.setText(QLabel::tr(com));
japanese_jn.ts
<message>
<source>Communication & \n Speech</source>
<translation>コミュニケーションとスピーチ</translation>
</message>