qt中设置pushbutton背景为图片,不知道为什么显示不出来

qt中,在.cpp文件中,使用setStyleSheet方法给pushbutton添加图片 ,我的代码是:
ui-〉button->setStyleSheet("Qpushbutton#button{background-image:url(图片路径)});"
其中图片已经导入项目中
为什么运行之后 button没有显示图片