QPushButton 圆角 绿色 红色

self.btnStart.setStyleSheet(
"border:2px groove gray;border-radius:10px;padding:2px 4px;background-color:lightpink"
)
https://doc.qt.io/qt-5/qml-color.html
颜色表:


self.btnStart.setStyleSheet(
"border:2px groove gray;border-radius:10px;padding:2px 4px;background-color:lightpink"
)
https://doc.qt.io/qt-5/qml-color.html
颜色表:
