до изменения 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

@@ -25,7 +25,7 @@ CommonView::CommonView(ConnectorToServer* connectorToServer, TypeView type, QWid
void CommonView::setItemColorArchive(QTreeWidgetItem *item)
{
setItemColor(item,QColor(250, 250, 150));
setItemColor(item,QColor(240, 240, 240));
}
void CommonView::setItemColorNoArchive(QTreeWidgetItem *item)