2025-03-20 17:30:43 +08:00
|
|
|
QPushButton {
|
|
|
|
|
border: 2px solid black;
|
|
|
|
|
background-color: #00000000;
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-family: "Microsoft YaHei";
|
|
|
|
|
color: #00D3FF;
|
|
|
|
|
width: 222px;
|
|
|
|
|
height: 46px;
|
|
|
|
|
border-image:url(../../data/back_pixmap/unselect.png);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:hover {
|
|
|
|
|
background-color: #00000000;
|
|
|
|
|
border-image:url(../../data/back_pixmap/selected.png);
|
|
|
|
|
}
|
|
|
|
|
QPushButton:checked {
|
|
|
|
|
background-color: #00000000;
|
|
|
|
|
border-image:url(../../data/back_pixmap/selected.png);
|
2025-05-15 14:54:29 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
CSecondButtonGroupWidget{
|
|
|
|
|
qproperty-buttonWidth:0;
|
|
|
|
|
qproperty-buttonHeight:0;
|
|
|
|
|
qproperty-baseX:140;
|
2025-03-20 17:30:43 +08:00
|
|
|
}
|