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:
@@ -79,6 +79,8 @@ Q_SIGNALS:
|
||||
|
||||
public Q_SLOTS:
|
||||
void slot_AMMlistItemsReady(QList<QTreeWidgetItem*> listItems);
|
||||
public slots:
|
||||
void slot_UpdateSubProcForDMCode(QString dmCode);
|
||||
|
||||
private:
|
||||
Ui::AMMtasksWidget *ui;
|
||||
@@ -100,6 +102,12 @@ private:
|
||||
bool flOnlyActive; //AMM
|
||||
|
||||
int lastCurrentID;
|
||||
|
||||
TaskAmmFim lastSelectedTask;
|
||||
|
||||
CustomDelegate* delegate;
|
||||
|
||||
QStyle* style;
|
||||
};
|
||||
|
||||
#endif // AMMTASKSWIDGET_H
|
||||
|
||||
Reference in New Issue
Block a user