您的位置:首页 > 编程语言 > Java开发

Win7 下QT+Eclipse环境安装

2011-11-19 15:14 405 查看
1.QT,Eclipse的安装及HelloWorld程序

http://developer.51cto.com/art/200906/127663.htm

2.按照上面的步骤配置完,并编写完HelloWorld程序后,出现如下错误

syntax checker underlines ui.setupUi(this);

Type 'Ui::Test123Class' could not be resolved test123.h /Test123 line 16 Semantic Error

解决方法:

1 - Go to your project's properties [alt+enter];

2 - Go to left menu option C/C++ general->Indexer;

3 - Check all check boxes (just like the picture).
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: