当前位置:   article > 正文

Qt创建QLineEdit对象时报错: error: invalid use of incomplete type ‘class QLineEdit‘_error: invalid use of incomplete type 'class qtime

error: invalid use of incomplete type 'class qtimer

我要在QTableWidget的一个单元格中添加一个QLineEdit控件:
在这里插入图片描述
编译的时候遇到报错: error: invalid use of incomplete type ‘class QLineEdit’
不怎么会C++的语法了,所以很奇怪,以为是QLineEdit的初始化有问题,结果也没发现问题,后来找到解决办法,
解决:在代码头部添加头文件 "#include <qlineedit.h>"即可。
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Gausst松鼠会/article/detail/121208
推荐阅读
相关标签
  

闽ICP备14008679号