TegraRcmGUI/res/QMainWindow.qss

24 lines
332 B
Text
Raw Normal View History

2020-06-24 20:30:39 +02:00
QMainWindow
{
background-color: rgb(30, 30, 30);
border-radius: 10px;
2020-06-24 20:31:54 +02:00
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
{
2020-06-24 20:31:54 +02:00
color: rgb(0, 0, 0);
}
QLabel
{
color: rgb(255, 255, 255);
}