25 lines
603 B
Plaintext
25 lines
603 B
Plaintext
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);
|
|
}
|
|
|
|
CSecondButtonGroupWidget{
|
|
qproperty-buttonWidth:0;
|
|
qproperty-buttonHeight:0;
|
|
qproperty-baseX:140;
|
|
} |