2014-11-18 03:08:55 +08:00
|
|
|
QFrame {
|
|
|
|
border-image: url(:/ui/fileTransferInstance/background_red.png);
|
2014-12-10 17:35:56 +08:00
|
|
|
border-left:25; padding-left:-25;
|
|
|
|
border-top:28; padding-top:-28;
|
|
|
|
border-right:25; padding-right:-25;
|
|
|
|
border-bottom:28; padding-bottom:-28;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QLabel {
|
|
|
|
color:white;
|
2015-01-04 19:04:30 +08:00
|
|
|
font:@medium;
|
2014-11-18 03:08:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
QPushButton {
|
|
|
|
margin:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
QProgressBar {
|
|
|
|
border: 2px solid black;
|
|
|
|
border-radius: 0px;
|
|
|
|
color: white;
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
|
|
|
|
QProgressBar::chunk {
|
|
|
|
background-color: black;
|
|
|
|
width: 20px;
|
|
|
|
}
|