当前位置: 代码迷 >> QT开发 >> 关于Spreadsheet的有关问题
  详细解决方案

关于Spreadsheet的有关问题

热度:51   发布时间:2016-04-25 03:47:09.0
关于Spreadsheet的问题
#include <QMainWindow>
#include <QAction>
#include <QLabel>
#include "finddialog.h"
class Spreadsheet;



第五行有错


错误:forward declaration of 'class Spreadsheet'



我是按照 qt gui 4那本书上的例子打的 怎么会有错 


------解决方案--------------------
最好别看这个例子,有难度。
看样子你对C++也不是太了解,这个是前向声明。
个人推荐先好好学C++,然后再看Qt,要不挺累的。
------解决方案--------------------
缺少头文件,你安装了spreadsheet的话,在安装目录下应该有,它是个active控件