c++ GUI Qt4 的关于forward declaration of "class xxx 的错误"

本文记录了一个使用C++和Qt进行GUI开发时遇到的编译错误:尝试使用未完成类型声明的QPushButton。错误发生在main.cpp第18行,并提示需要包含相应的头文件。通过简单的头文件包含操作即可解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

C++ GUI Qt4 23页的程序在编译时出了个错误ubunto终端显示错误如下main.cpp:18:43: error: invalid use of incomplete type ‘class QPushButton’ buttonBox->button(QDialogButtonBox::Ok)->setEnabled(lineEdit->hasAcceptableI ^In file included from /usr/local/Trolltech/Qt-4.8.1/include/QtGui/QDialog:1:0, from main.cpp:2:/usr/local/Trolltech/Qt-4.8.1/include/QtGui/qdialog.h:53:7: note: forward declaration of ‘class QPushButton’ class QPushButton; ^Makefile:213: recipe for target 'main.o' failedmake: *** [main.o] Error 1包含一个头文件#include就可以了!哈哈
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值