博客
关于我
Qt5 creator ubuntu16.04无法输入中文
阅读量:509 次
发布时间:2019-03-07

本文共 306 字,大约阅读时间需要 1 分钟。

解决方法

  • 安装fcitx-frontend-qt5
sudo apt-get install fcitx-frontend-qt5
  • 找到动态文件
/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so
  • 复制到
/home/user/Qt5.7.0/5.7/gcc_64/plugins/platforminputcontexts /home/user/Qt5.7.0/Tools/QtCreator/lib/Qt/plugins/platforminputcontexts

转载地址:http://eapjz.baihongyu.com/

你可能感兴趣的文章
MySQL之SQL语句优化步骤
查看>>
MYSQL之union和order by分析([Err] 1221 - Incorrect usage of UNION and ORDER BY)
查看>>
Mysql之主从复制
查看>>