qt chinese txt

 

#include <QTextCodec>

main()

{

   QTextCodec::setCodecForTr(QTextCodec::codecForName("GBK"));

}

 

QObject::tr("计算参数值")当成字符串使用。

你可能感兴趣的:(qt,include)