Добавил колонку code в виджет AMM

This commit is contained in:
krivoshein
2025-01-27 09:55:25 +03:00
parent d9f660555e
commit 2fe92856f8
4 changed files with 18 additions and 9 deletions

View File

@@ -6,6 +6,12 @@
#include <QDomElement>
#include "module.h"
enum ColumnsTree{
clmn_PMorDM = 0,
clmn_code,
clmn_ID
};
class TaskTreePreparation : public QObject
{
Q_OBJECT