styleSheet

This commit is contained in:
krivoshein
2024-12-18 14:53:12 +03:00
parent a839f964fe
commit 3ed2b5f5d1
55 changed files with 1160 additions and 874 deletions

View File

@@ -0,0 +1,20 @@
/*Содержимое*/
QListView {
font-size: 14pt;
font-family: Tahoma;
}
QListView::item {
align-items: top;
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #ABAFE5, stop: 1 #8588B2);
border: 1px solid #6a6ea9;
}
QListView::item::icon {
align: top;
size: 32p, 32p;
}