红联Linux门户
Linux帮助

ubuntu14.04 qtcreator无法显示帮助的解决方案

发布时间:2015-11-02 17:19:45来源:linux网站作者:yzbx

错误信息如下:

"The page could not be found!Error loading: qthelp://org.qt-project.qtcreator.300/doc/index.htmlCheck that you have one or more documentation sets installed."


解决方案:

sudo apt-get install qt5-doc 


相关问题:

ubuntu 14.04 QtCreator Qt5 examples minssing


解决方案:

参考:http://askubuntu.com/questions/450983/ubuntu-14-04-qtcreator-qt5-examples-missing

sudo apt-get install qtbase5-examples qtbase5-doc-html


Ubuntu15.04 QTCreator支持中文输入:http://www.linuxdiyf.com/linux/12985.html

解决在Ubuntu Kylin系统中QtCreator不能输入中文的问题:http://www.linuxdiyf.com/linux/9961.html

ubuntu 14.04 QtCreator无法使用搜狗输入法问题:http://www.linuxdiyf.com/linux/13545.html

Ubuntu建立QT/Creator/embedded环境:http://www.linuxdiyf.com/linux/11060.html

Ubuntu下安装Qt环境及Qt Creator开发工具:http://www.linuxdiyf.com/linux/10958.html