mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
27 lines
426 B
CSS
27 lines
426 B
CSS
QFrame {
|
|
border-image: url(:/ui/fileTransferInstance/background_grey.png);
|
|
border-left:25;padding-top:-30;
|
|
border-top:28;
|
|
border-right:25; padding-right:-28;
|
|
border-bottom:28;padding-bottom:-30;
|
|
}
|
|
|
|
QLabel {
|
|
color:black;
|
|
}
|
|
|
|
QPushButton {
|
|
margin:0;
|
|
}
|
|
|
|
QProgressBar {
|
|
border: 2px solid black;
|
|
border-radius: 0px;
|
|
color: white;
|
|
background-color:white;
|
|
}
|
|
|
|
QProgressBar::chunk {
|
|
background-color: black;
|
|
width: 20px;
|
|
} |