2014-08-13 23:03:32 +08:00
|
|
|
QPushButton#green
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: url(":/ui/volButton/volButton.png");
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 25px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:hover
|
|
|
|
{
|
|
|
|
background-image: url(":/ui/volButton/volButtonHover.png");
|
|
|
|
}
|
|
|
|
|
2014-10-28 20:50:30 +08:00
|
|
|
QPushButton#red
|
2014-08-13 23:03:32 +08:00
|
|
|
{
|
2014-10-28 20:50:30 +08:00
|
|
|
background-color: transparent;
|
|
|
|
background-image: url(":/ui/volButton/volButtonPressed.png");
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 25px;
|
|
|
|
height: 20px;
|
2014-08-13 23:03:32 +08:00
|
|
|
}
|
|
|
|
|
2014-08-16 04:08:19 +08:00
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|