新人求教关于Qt绘图问题。。。解决问题有追加 10

cpp文件显示有6个错误。。。5:error:nomatchingfunctionforcallto'QWidget::QWidget(QWidget*&,constch... cpp文件显示有6个错误。。。
5: error: no matching function for call to 'QWidget::QWidget(QWidget*&, const char*&)' :QWidget( parent, name ) :8: error: no matching function for call to 'QFrame::QFrame(DrawDemo* const, const char [6])' frame = new QFrame( this,"frame" ); 9: error: no matching function for call to 'QFrame::drawFrame(Qt::GlobalColor)' frame->drawFrame(Qt::black); 16: error: no matching function for call to 'QTimer::QTimer(DrawDemo* const, const char [6])' QTimer *timer = new QTimer( this, "timer" ); 30: error: 'TRUE' was not declared in this scope repaint( 0, 0, 480, 320,TRUE ); 34: error: 'class QFrame' has no member named 'erase' frame->erase( 0, 0, 400, 320 ); 是不是因为是Qt5.31了所以好多绘图的函数都改了?应该用什么函数来替代呢? 感激不尽T T
展开
 我来答
涂颜帅
2014-07-14 · TA获得超过137个赞
知道答主
回答量:48
采纳率:100%
帮助的人:45.1万
展开全部
需要在pro文件中增加widgets支持。qt+=widgets 同时头文件包含qwidgets。qmake后编译就应该好了
追问
现在知道似乎是构造函数出现了问题,qframe类的构造函数第二个参数是Qt::windowflags f,想问下初始化f应该怎么写,例如frame = new QFrame( this,? ),希望显示frame这个字符的
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式