2014-06-27 22:14:38 -07:00
|
|
|
QPushButton
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 02:06:15 +02:00
|
|
|
background-image: url(":/ui/fileButton/fileButton.png");
|
2014-06-27 22:14:38 -07:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
QPushButton:hover
|
|
|
|
{
|
2014-07-01 02:06:15 +02:00
|
|
|
background-image: url(":/ui/fileButton/fileButtonHover.png");
|
2014-06-27 22:14:38 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed
|
|
|
|
{
|
2014-07-01 02:06:15 +02:00
|
|
|
background-image: url(":/ui/fileButton/fileButtonPressed.png");
|
2014-06-28 00:41:19 -07:00
|
|
|
}
|
|
|
|
|
2014-09-05 22:05:57 +07:00
|
|
|
QPushButton[enabled="false"]
|
|
|
|
{
|
|
|
|
background-image: url(":/ui/fileButton/fileButtonDisabled.png");
|
|
|
|
}
|
|
|
|
|
2014-06-28 00:41:19 -07:00
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|