mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
Рефакт1 Интерфейса
This commit is contained in:
@@ -257,7 +257,7 @@ void AMMtasksWidget::reSetHeadTreeWidget()
|
||||
if(type == TypeListTreeAMMFIM::listForTrainee)
|
||||
listHeaders = QStringList{tr("Task AMM"), tr("DM code"), tr("ID"), tr("Status")};
|
||||
else
|
||||
listHeaders = QStringList{tr("PM/DM"), tr("Code"), tr("ID"), tr("Status")};
|
||||
listHeaders = QStringList{tr("Task AMM"), tr("DM code"), tr("ID"), tr("Status")};
|
||||
|
||||
|
||||
treeWidget->setHeaderLabels(listHeaders);
|
||||
|
||||
@@ -288,7 +288,7 @@ void FIMtasksWidget::reSetHeadTreeWidget()
|
||||
if(type == TypeListTreeAMMFIM::listForTrainee)
|
||||
listHeaders = QStringList{tr("Task FIM"), tr("ID"), tr("Status")};
|
||||
else
|
||||
listHeaders = QStringList{tr("Title"), tr("ID"), tr("Status")};
|
||||
listHeaders = QStringList{tr("Task FIM"), tr("ID"), tr("Status")};
|
||||
|
||||
treeWidget->setHeaderLabels(listHeaders);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user