保存后,在该
目录下运行qmake,创建.pro 文件,然后运行qmake -project 生成
makefile 文件。qmake 可以发现gotocelldialog.ui 文件,然后就会调用uic(Qt 的用户
界面编译器),uic 工具把gotocelldialog.ui 转换成
c++代码,保存在ui_gotocelldialog.h
中。
我按照上面的做,并
没有生成C++代码,qmake -project 只生成了
pro文件,qmake -makefile 生成了makefile ,debug和release 目录
,然后下一步怎么调用uic,该怎么做,望高手指点,十分感谢~~~
[ 此帖被dragon_fly在2010-08-27 13:47重新编辑 ]