QPainter painter(this);painter.drawPixmap(0,0,QPixmap(":/image/Bg.png"));
用上面这条语句,但是没有图。。。资源也添加了,各位大神这是什么情况?
路径对吗,用绝对路径试试