до изменения NEW_INSTRUCTOR

This commit is contained in:
krivoshein
2024-12-13 13:07:20 +03:00
parent 1c9e0510a9
commit 14148356e0
30 changed files with 484 additions and 352 deletions

View File

@@ -35,6 +35,15 @@ QTreeWidget::branch:open:has-children:has-siblings {
image: url(branch-open.png);
}
QTreeWidget::branch:top-level:closed {
border-image: none;
image: url(branch-closed.png);
}
QTreeWidget::branch:top-level:open {
border-image: none;
image: url(branch-open.png);
}
/*Выделение Групп при наведении курсора*/
QTreeWidget::item:has-children:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #88cc88, stop: 1 #88cc88);