2014-06-28 13:14:38 +08:00
|
|
|
QPushButton
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #6bc260;
|
|
|
|
background-image: url(":/ui/sendButton/sendButton.svg");
|
|
|
|
background-repeat: none;
|
|
|
|
background-position: center;
|
2014-06-28 13:14:38 +08:00
|
|
|
border: none;
|
2015-02-12 20:18:04 +08:00
|
|
|
border-radius: 5px;
|
2014-06-28 13:14:38 +08:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
2015-02-12 20:18:04 +08:00
|
|
|
|
2014-06-28 13:14:38 +08:00
|
|
|
QPushButton:hover
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #79c76f;
|
2014-06-28 13:14:38 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton:pressed
|
|
|
|
{
|
2015-02-12 20:18:04 +08:00
|
|
|
background-color: #51b244;
|
2014-06-28 15:41:19 +08:00
|
|
|
}
|
|
|
|
|
2015-02-12 20:18:04 +08:00
|
|
|
QPushButton:focus
|
|
|
|
{
|
2014-06-28 15:41:19 +08:00
|
|
|
outline: none;
|
|
|
|
}
|