mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
styleSheet
This commit is contained in:
20
GUIdataBaseLMS/Debug64/styleSheetListWidget.css
Normal file
20
GUIdataBaseLMS/Debug64/styleSheetListWidget.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user