19 lines
490 B
Plaintext
19 lines
490 B
Plaintext
|
|
QPushButton {
|
||
|
|
border: 2px solid black;
|
||
|
|
background-color: #00000000;
|
||
|
|
font-size: 18px;
|
||
|
|
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);
|
||
|
|
}
|