mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Оптимизировал дерево в Задачах (размеры колонок)
This commit is contained in:
@@ -51,6 +51,9 @@ public Q_SLOTS:
|
||||
private:
|
||||
void preparationTreeWidget();
|
||||
void reSetHeadTreeWidget();
|
||||
void setWidthColumnsTree();
|
||||
int calculateWidth_0Column();
|
||||
|
||||
void loadTasksFIM();
|
||||
void assignTaskFIMtoTrainee();
|
||||
void updateTaskItem(QTreeWidgetItem *itemTask);
|
||||
@@ -73,6 +76,7 @@ private:
|
||||
ConnectorToServer* connectorToServer;
|
||||
QTreeWidget* treeWidget;
|
||||
TypeListTreeAMMFIM type;
|
||||
QList<int> listWidthColumn;
|
||||
|
||||
int idTraineeSelected;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user