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