qt
leedehua_
学生小白
展开
-
error: forward declaration of 'class QLabel'
../untitled/finddialog.cpp: In constructor 'FindDialog::FindDialog(QWidget*)': ../untitled/finddialog.cpp:7:45: error: invalid use of incomplete type 'class QLabel' label = new QLabel(tr("Find &what原创 2014-02-21 11:41:29 · 4604 阅读 · 0 评论 -
qt5找不到<QApplication>等头文件
qt5中 qmake -project后生成××.pro 编辑pro,加入 QT += core gui widgets 再执行qmake **.pro生成Makefile 执行make,不报错了~~原创 2014-02-20 15:53:51 · 4156 阅读 · 0 评论