New backup 2025-11-10 14:00:02

This commit is contained in:
Penelope Gwen 2025-11-10 14:00:02 -08:00
parent c089538af0
commit 1f31e65bd9

View file

@ -3,4 +3,13 @@ QMenuBar {
}
QMenu {
background-color: palette(window);
}
QHeaderView::section {
background-color: red;
}
QTreeView {
alternate-background-color: yellow;
}
QHeaderView::section {
background: red;
}