1
0
Fork 0
mirror of https://github.com/eliboa/TegraRcmGUI.git synced 2025-02-17 22:15:36 +00:00
TegraRcmGUI/res/QMainWindow.qss
eliboa 44c4a7fb0d driver install
settings tab
autoRCM tool
2020-06-27 17:51:01 +02:00

23 lines
332 B
Text

QMainWindow
{
background-color: rgb(30, 30, 30);
border-radius: 10px;
color: rgb(255, 255, 255);
}
QStatusBar
{
color: rgb(255, 255, 255);
}
QToolTip
{
background-color: rgb(30, 30, 30);
color: rgb(255, 255, 255);
}
QMessageBox QLabel
{
color: rgb(0, 0, 0);
}
QLabel
{
color: rgb(255, 255, 255);
}