2014-06-28 13:14:38 +08:00
|
|
|
QPushButton
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/sendButton/sendButton.png");
|
2014-06-28 13:14:38 +08:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
QPushButton:hover
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/sendButton/sendButtonHover.png");
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/sendButton/sendButtonPressed.png");
|
2014-06-28 15:41:19 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|