1
0
This commit is contained in:
Gary Wang
2019-09-30 13:11:43 +08:00
parent d106d9beee
commit 89c21bc90b
5 changed files with 25 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ BottomButtonGroup::BottomButtonGroup(QWidget *parent)
"QPushButton {"
"background-color:rgba(225,255,255,0);"
"color: white;"
"border-style: none;"
"}");
auto newBtn = [](QString text) -> QPushButton * {