qt中经常遇到显示中文乱码问题。 有两种好的解决办法: 1.中英文翻译器(推荐) 2.在汉字前面加上u8 如下: QString str = u8"测试"; QAction *action1 = new QAction(str); 相关文章: QT中文乱码解决 2021-12-07 Qt解决中文乱码 2021-04-18 zabbix中文乱码解决办法 2021-06-30 Xshell中文乱码解决办法 2021-10-22 MySql中文乱码解决办法 2021-12-28 MyEclipse2014 中文乱码解决办法 2021-06-19 linux 中文乱码解决办法 2021-11-06 oracle 中文乱码解决办法 2021-12-15