New backup 2025-11-10 14:00:02
This commit is contained in:
parent
c089538af0
commit
1f31e65bd9
1 changed files with 9 additions and 0 deletions
|
|
@ -3,4 +3,13 @@ QMenuBar {
|
||||||
}
|
}
|
||||||
QMenu {
|
QMenu {
|
||||||
background-color: palette(window);
|
background-color: palette(window);
|
||||||
|
}
|
||||||
|
QHeaderView::section {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
QTreeView {
|
||||||
|
alternate-background-color: yellow;
|
||||||
|
}
|
||||||
|
QHeaderView::section {
|
||||||
|
background: red;
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue