赞
踩
设置颜色 color: Qt.rgba(65,105,225,255) ,应该是蓝色,却显示白色。
color: Qt.rgba(65,105,225,255)
//正确代码 color: Qt.rgba(65/255, 105/255, 225/255, 255/255)