QLabel 怎么设置底色和字体颜色
styleSheet -- 可手动填上: background-color: color: ......; //记得这个分号
background-color:......
setStyleSheet("background-color:red"); // 设置QLabel背景的颜色