调整标题gbox的颜色

This commit is contained in:
work-zym\zhangyiming 2024-11-05 16:22:19 +08:00
parent 606e58ec9a
commit 0f4c43a3ca
2 changed files with 9 additions and 2 deletions

Binary file not shown.

View File

@ -114,8 +114,15 @@ color: #F2F2F2;
}
QTextEdit{ color: black;
background-color: white; border:1px solid black;
};
QPushButton{border:1px solid black;};
}
QPushButton{border:1px solid black;}
QGroupBox{
background-color: #4F4F4F;
border: 1px solid #969696;
color: rgb(13,157,219);
border-radius: 5px;
margin-top: 2ex;
}
)";
a.setStyleSheet(qss1);