mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-25 03:32:05 +00:00
14 lines
275 B
Text
14 lines
275 B
Text
QFrame
|
|
{
|
|
border-radius: 10px;
|
|
background-color: rgb(0, 150, 136);
|
|
border-color: rgb(0, 0, 0);
|
|
}
|
|
QLabel
|
|
{
|
|
font: 75 9pt "Calibri";
|
|
color: rgb(255, 255, 255);
|
|
border-radius: 10px;
|
|
background-color: rgb(0, 150, 136);
|
|
border-color: rgb(0, 0, 0);
|
|
}
|