All checks were successful
Build MuCaPy Executable / build-and-package (push) Successful in 1m43s
12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
QProgressBar {
|
|
border: 1px solid #555;
|
|
border-radius: 2px;
|
|
text-align: center;
|
|
background-color: #2A2A2A;
|
|
max-height: 12px;
|
|
}
|
|
|
|
QProgressBar::chunk {
|
|
background-color: #3A6EA5;
|
|
width: 1px;
|
|
} |