mirror of
https://github.com/eliboa/TegraRcmGUI.git
synced 2024-11-24 19:22:04 +00:00
18 lines
255 B
Text
18 lines
255 B
Text
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);
|
|
}
|