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;
|
2015-01-26 00:18:20 +08:00
|
|
|
width: 22px;
|
2014-12-17 19:36:34 +08:00
|
|
|
height: 18px;
|
2014-08-13 23:03:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
2015-01-26 00:18:20 +08:00
|
|
|
width: 22px;
|
2014-12-17 19:36:34 +08:00
|
|
|
height: 18px;
|
2014-08-13 23:03:32 +08:00
|
|
|
}
|
|
|
|
|
2015-01-26 06:19:25 +08:00
|
|
|
QPushButton#grey
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: url(":/ui/volButton/volButtonDisabled.png");
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
|
|
|
}
|
|
|
|
|
2014-08-16 04:08:19 +08:00
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|