до изменения 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,25 +35,39 @@ QTreeWidget::branch:open:has-children:has-siblings {
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);
}
/*Выделение Обучаемых/Инструкторов при наведении курсора*/
QTreeWidget::item:!has-children:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
QTreeWidget::item:hover,
QTreeWidget::branch:hover {
background: #aee1ff;
}
/*Выделение Групп*/
QTreeWidget::item:selected,
QTreeWidget::branch:selected {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);
color: #ffffff;
}
/*Выделение Групп при наведении курсора
QTreeWidget::item:has-children:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #88cc88, stop: 1 #88cc88);
}*/
/*Выделение Обучаемых/Инструкторов при наведении курсора
QTreeWidget::item:!has-children:hover {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #e7effd, stop: 1 #cbdaf1);
}*/
/*Выделение Групп
QTreeWidget::item:has-children,
QTreeWidget::branch:has-children {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #88aa88, stop: 1 #88bb88);
}
QTreeWidget::item:has-children:selected {
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #55aa55, stop: 1 #55bb55);
}
}*/
/*Выделение Обучаемых/Инструкторов*/
/*Выделение Обучаемых/Инструкторов
QTreeWidget::branch:!has-children {
background: transparent;
}
@@ -64,7 +78,7 @@ QTreeWidget::item:!has-children:selected{
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6ea1f1, stop: 1 #567dbc);
color: #ffffff;
}
}*/
/*Разделение ячеек Обучаемых
QTreeWidget::item:!has-children:has-siblings {