TegraRcmGUI/res/ProgressWidget.qss

19 lines
255 B
Text
Raw Permalink Normal View History

2020-12-11 08:46:53 -03:00
QDialog
{
background-color: transparent;
color: rgb(255, 255, 255);
}
QFrame
{
background-color: rgb(100, 100, 100);
border-radius: 10px;
border-color: rgb(0, 0, 0);
}
QLabel
{
font: 8pt "Rubik";
color: rgb(255, 255, 255);
}