2016-12-25 18:55:23 +08:00
|
|
|
QToolButton
|
|
|
|
{
|
|
|
|
image: url(":/ui/volButton/volButton.svg");
|
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton
|
2014-08-13 23:03:32 +08:00
|
|
|
{
|
2016-08-29 21:42:56 +08:00
|
|
|
border-radius: 5px;
|
2014-08-13 23:03:32 +08:00
|
|
|
border: none;
|
2016-08-29 21:42:56 +08:00
|
|
|
background-repeat: none;
|
|
|
|
background-position: center;
|
2014-08-13 23:03:32 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton:disabled
|
2014-08-13 23:03:32 +08:00
|
|
|
{
|
2016-08-29 21:42:56 +08:00
|
|
|
background-color: #919191;
|
2014-08-13 23:03:32 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton:focus
|
2014-08-13 23:03:32 +08:00
|
|
|
{
|
2016-08-29 15:07:23 +08:00
|
|
|
outline: none;
|
2014-08-13 23:03:32 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 21:42:56 +08:00
|
|
|
QAbstractButton#green
|
|
|
|
{
|
|
|
|
background-color: #6bc260;
|
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#green:hover
|
2015-01-26 06:19:25 +08:00
|
|
|
{
|
2016-08-29 21:42:56 +08:00
|
|
|
background-color: #79c76f;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#green:pressed
|
|
|
|
{
|
|
|
|
background-color: #51b244;
|
2015-01-26 06:19:25 +08:00
|
|
|
}
|
|
|
|
|
2016-08-29 15:07:23 +08:00
|
|
|
QAbstractButton#red
|
|
|
|
{
|
2016-08-29 21:42:56 +08:00
|
|
|
background-color: #c84e4e;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#red:hover
|
|
|
|
{
|
|
|
|
background-color: #e87474;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#red:pressed
|
|
|
|
{
|
|
|
|
background-color: #df3b3b;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#yellow
|
|
|
|
{
|
|
|
|
background-color: #e6e465;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#yellow:hover
|
|
|
|
{
|
|
|
|
background-color: #e8e774;
|
|
|
|
}
|
|
|
|
|
|
|
|
QAbstractButton#yellow:pressed
|
|
|
|
{
|
|
|
|
background-color: #e3e155;
|
2014-08-16 04:08:19 +08:00
|
|
|
}
|