Закончил стилизацию css

This commit is contained in:
krivoshein
2024-12-19 12:40:52 +03:00
parent 3ed2b5f5d1
commit bc1f864815
61 changed files with 1168 additions and 1343 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;
}