mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2025-01-10 11:47:21 -03:00
12 lines
187 B
Text
12 lines
187 B
Text
QFrame
|
|
{
|
|
background-color: rgb(60, 60, 60);
|
|
border-radius: 10px;
|
|
border-color: rgb(0, 0, 0);
|
|
}
|
|
QLabel
|
|
{
|
|
border-radius: 0px;
|
|
font: 10pt "Calibri";
|
|
color: rgb(255, 255, 255);
|
|
}
|