#include <QMainWindow>
#include <QAction>
#include <QLabel>
#include "finddialog.h"
class Spreadsheet;
第五行有错
错误:forward declaration of 'class Spreadsheet'
我是按照 qt gui 4那本书上的例子打的 怎么会有错
------解决方案--------------------
最好别看这个例子,有难度。
看样子你对C++也不是太了解,这个是前向声明。
个人推荐先好好学C++,然后再看Qt,要不挺累的。
------解决方案--------------------
缺少头文件,你安装了spreadsheet的话,在安装目录下应该有,它是个active控件