大家好,我是Qt新手,我用的QT是4.4.3,VS2005编译环境。
我在学《C++ GUI Qt4编程(第二版)》过程中2.3节遇到个问题。我按照他说的步骤
1)用QT Designer设计了一个QT窗口并保存为UI文件,名为gotocelldialog.ui,
2)然后我建了一个工程,建立gotocelldialog.h头文件,引入#inclue "ui_gotocelldialg.h"。问题就出在这里,书上说虽然这个头文件我们没有建,但它会自动检测gotocelldialog.ui文件,并转换成ui_gotocelldialg.h,而我在编译过程中却出现
fatal error C1083: Cannot open include file: 'ui_gotocelldialog.h': No such file or directory
我的vs Integration版本是1.2.2
为什么??
请大家帮忙指点,郁闷了好几天了都。