mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-29 20:05:38 +03:00
ПП отображаются в виде выпадающего списка (назн-е)
This commit is contained in:
@@ -36,7 +36,7 @@ class TaskAMMFIMTreePreparation : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit TaskAMMFIMTreePreparation(TypeListTreeAMMFIM type, QObject *parent = nullptr);
|
||||
explicit TaskAMMFIMTreePreparation(TypeListTreeAMMFIM type, QTreeWidget* treeWidget, QObject *parent = nullptr);
|
||||
~TaskAMMFIMTreePreparation();
|
||||
|
||||
public:
|
||||
@@ -83,6 +83,8 @@ private:
|
||||
QMutex mtxAccess;
|
||||
|
||||
int countItems = 0;
|
||||
|
||||
QTreeWidget* treeWidget;
|
||||
};
|
||||
|
||||
#endif // TASKTREEPREPARATION_H
|
||||
|
||||
Reference in New Issue
Block a user