赞
踩
1. 采用设计师设计 Ui界面时,xxx.ui文件是 Qt Creator自动生成的。
2. 在 .h/.cpp中,对与 Ui对应的类进行了重命名。此时:
xxx.ui文件,不会自动跟随着修改,从而产生了这种错误。
(这个错误,未来应该可以通过改善 Qt Creator来解决的吧?)
------------------------------
关联参考:
QT: error: invalid use of incomplete type ‘class Ui::Widget‘ , ui(new Ui::Widget) 错误处理办法 -2
https://blog.csdn.net/ken2232/article/details/129771629
QT: error: invalid use of incomplete type ‘class Ui::Widget‘ , ui(new Ui::Widget) 错误处理办法 -1
https://blog.csdn.net/ken2232/article/details/135581921
------------------------------
在QT中更改QWidget的对象名称后,
对应的源代码中类的名称变为:
转到对应的widget.cpp添加部分代码后报错如下:
将对象名称修改为提示的Widget后重新再编译,错误消除。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。