mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-24 19:22:04 +00:00
21 lines
386 B
Text
21 lines
386 B
Text
|
QFrame
|
||
|
{
|
||
|
border-radius: 10px;
|
||
|
border-color: rgb(0, 0, 0);
|
||
|
background-color: rgb(41, 41, 41);
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
QLabel
|
||
|
{
|
||
|
border-radius: 0px;
|
||
|
font: 10pt "Calibri";
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
QLineEdit
|
||
|
{
|
||
|
border-color: rgb(0, 0, 0);
|
||
|
background-color: rgb(60, 60, 60);
|
||
|
font: 9pt "Calibri";
|
||
|
border-radius: 2px;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|