2014-06-28 14:05:31 +08:00
|
|
|
QPushButton#green
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButton.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 50px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:hover
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonHover.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#green:pressed
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonPressed.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#red
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonRed.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 50px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
QPushButton#red:hover
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonRedHover.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#red:pressed
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonRedPressed.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#yellow
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonYellow.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 50px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
QPushButton#yellow:hover
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonYellowHover.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#yellow:pressed
|
|
|
|
{
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonYellowPressed.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton#grey
|
|
|
|
{
|
|
|
|
background-color: transparent;
|
2014-07-01 08:06:15 +08:00
|
|
|
background-image: url(":/ui/videoButton/videoButtonDisabled.png");
|
2014-06-28 14:05:31 +08:00
|
|
|
background-repeat: none;
|
|
|
|
border: none;
|
|
|
|
width: 50px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
|
|
|
|
2014-06-28 15:41:19 +08:00
|
|
|
QPushButton:focus {
|
|
|
|
outline: none;
|
|
|
|
}
|