当前位置: 技术问答>linux和unix
(新手问题)关于QT的问题
来源: 互联网 发布时间:2016-07-21
本文导语: 我把QT的ui文件转成了.h后,在使用的时候为什么提示: dialog.h:13:26: 错误: QtGui/QVariant:没有该文件或目录 dialog.h:14:25: 错误: QtGui/QAction:没有该文件或目录 dialog.h:15:30: 错误: QtGui/QApplication:没有该文件或...
我把QT的ui文件转成了.h后,在使用的时候为什么提示:
dialog.h:13:26: 错误: QtGui/QVariant:没有该文件或目录
dialog.h:14:25: 错误: QtGui/QAction:没有该文件或目录
dialog.h:15:30: 错误: QtGui/QApplication:没有该文件或目录
dialog.h:16:30: 错误: QtGui/QButtonGroup:没有该文件或目录
dialog.h:17:25: 错误: QtGui/QDialog:没有该文件或目录
dialog.h:18:29: 错误: QtGui/QHeaderView:没有该文件或目录
In file included from c.cpp:3:
dialog.h:22: 错误: expected constructor, destructor, or type conversion before ‘class’
刚接触QT 谢谢谢、、、、
dialog.h:13:26: 错误: QtGui/QVariant:没有该文件或目录
dialog.h:14:25: 错误: QtGui/QAction:没有该文件或目录
dialog.h:15:30: 错误: QtGui/QApplication:没有该文件或目录
dialog.h:16:30: 错误: QtGui/QButtonGroup:没有该文件或目录
dialog.h:17:25: 错误: QtGui/QDialog:没有该文件或目录
dialog.h:18:29: 错误: QtGui/QHeaderView:没有该文件或目录
In file included from c.cpp:3:
dialog.h:22: 错误: expected constructor, destructor, or type conversion before ‘class’
刚接触QT 谢谢谢、、、、
|
不懂QT 友情UP 等待牛人给你解答!