2014-06-28 21:52:17 +08:00
|
|
|
QPushButton
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/acceptFileButton/default.png");
|
2014-06-28 21:52:17 +08:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
QPushButton:hover
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/acceptFileButton/hover.png");
|
2014-06-28 21:52:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/acceptFileButton/pressed.png");
|
2014-06-28 21:52:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|