2020-06-24 19:31:54 +01:00
|
|
|
QTableView
|
|
|
|
{
|
|
|
|
border-radius: 10px;
|
2020-06-27 16:51:01 +01:00
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
alternate-background-color: rgb(80, 80, 80);
|
|
|
|
background: rgb(41, 41, 41);
|
|
|
|
selection-background-color: rgb(30, 105, 98);
|
2020-06-24 19:31:54 +01:00
|
|
|
}
|