mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
21 lines
330 B
CSS
21 lines
330 B
CSS
/*Содержимое*/
|
|
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;
|
|
}
|
|
|
|
|
|
|