一、
setWindowTitle(QStringLiteral("我是中文"));
二、
QTextCodec *codec = QTextCodec::codecForName("GB18030"); setWindowTitle(codec->toUnicode("我是中文"));
Qt5中文乱码解决方法
时间: 2024-10-21 14:30:52
一、
setWindowTitle(QStringLiteral("我是中文"));
二、
QTextCodec *codec = QTextCodec::codecForName("GB18030"); setWindowTitle(codec->toUnicode("我是中文"));
Qt5中文乱码解决方法