1:通过StyleSheet修改QPushButton背景
问题:添加image: url(:/logo.png);后背景未改变
解决:需要通过新建->QT->QT Resoure file,并将图片添加到reource 中
2:qml程序打包
文件夹,然后将.exe文件拷贝进去,如my.exe放到e:\qt\pack\
cd /d e:\qt\pack\
windeployqt xxx.exe --qmldir e:\qt\qml路径