Linux下Qt编程怎么显示中文?

Linux下Qt编程怎么显示中文?,第1张

的是qt3版本?

没平台,你试下下面的方法:

QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf8"))

QTextCodec::setCodecForTr(QTextCodec::codecForLocale())

QTextCodec::setCodecForCStrings(QTextCodec::codecForLocale())

I don't quite understand "我想知道linux的中文字符安装界面是用什么做的"

If you are trying to display chinese characters, all you need is to download a chinese font, and place it in folder that contains system fonts.

You can find this folder in system preference

材料/工具:linux系统

1、首先打开ubuntu设置(右上角的齿轮),或者直接在左面找到设置

2、然后点【language support】设置

3、在d出的窗口再点击【install】设置 *** 作

4、完成设置后点击【install/remove language】,在d出的窗口找到【chinese(simplified)】,

5、最后点击【apply change】

6、最后只要等待下载,下载完成后选项里已经有了中文选项。然后鼠标左键把它拖到第一位,然后点击【close】关闭就可以了。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/11151065.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-14
下一篇 2023-05-14

发表评论

登录后才能评论

评论列表(0条)

保存