# 自定QWidget 设置QSS样式 由于自定义QWidget 会导致QSS无效 这里通过两个方法来实现 1.重写paintEvent 2.设置Qt.WA_StyledBackground属性 # 截图