1. 在main函数中创建完 QApplication对象后马上添加
QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8"));
如果以上的编码方式不行, 可以换其他编码方式尝试