mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
В ГУИ принимается и отображается статус задачи назначенной
This commit is contained in:
@@ -89,6 +89,7 @@ void AMMtasksWidget::resizeEvent(QResizeEvent *event)
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_ID, 50);
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_code, 250);
|
||||
treeWidget->setColumnWidth(ColumnsTree::clmn_status, 50);
|
||||
|
||||
int widthPMorDM;
|
||||
if(type == TypeList::listCommon)
|
||||
@@ -246,9 +247,9 @@ void AMMtasksWidget::reSetHeadTreeWidget()
|
||||
QStringList listHeaders;
|
||||
|
||||
if(type == TypeList::listForTrainee)
|
||||
listHeaders = QStringList{tr("Task AMM"), tr("DM code"), tr("ID")};
|
||||
listHeaders = QStringList{tr("Task AMM"), tr("DM code"), tr("ID"), tr("Status")};
|
||||
else
|
||||
listHeaders = QStringList{tr("PM/DM"), tr("Code"), tr("ID")};
|
||||
listHeaders = QStringList{tr("PM/DM"), tr("Code"), tr("ID"), tr("Status")};
|
||||
|
||||
|
||||
treeWidget->setHeaderLabels(listHeaders);
|
||||
|
||||
Reference in New Issue
Block a user