QString strbtnTitleStyle = "QPushButton {"
"background-color: rgba(0, 0, 0, 0);"
"background: transparent;"
"}"
"QPushButton:hover {"
"border: none;"
"background: transparent;"
"background-color: %1;"
"}";
较为方便的样式设置实践
最新推荐文章于 2025-05-21 20:10:03 发布