2014-08-13 19:03:32 +04:00
|
|
|
QPushButton#green
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-08-19 19:20:20 +04:00
|
|
|
background-image: url(":/ui/micButton/micButton.png");
|
2014-08-13 19:03:32 +04:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
2015-01-25 17:18:20 +01:00
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
2014-08-13 19:03:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:hover
|
|
|
|
{
|
|
|
|
background-image:url(":/ui/micButton/micButtonHover.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#red
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
|
|
|
background-image: url(":/ui/micButton/micButtonPressed.png");
|
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
2015-01-25 17:18:20 +01:00
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
2014-08-13 19:03:32 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#grey
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-08-16 00:08:19 +04:00
|
|
|
background-image: url(":/ui/micButton/micButtonDisabled.png");
|
2014-08-13 19:03:32 +04:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
2015-01-25 17:18:20 +01:00
|
|
|
width: 22px;
|
|
|
|
height: 18px;
|
2014-08-16 00:08:19 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|