调整标题gbox的颜色
This commit is contained in:
parent
606e58ec9a
commit
0f4c43a3ca
Binary file not shown.
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user