update highlineview lastorder

This commit is contained in:
2025-08-31 23:07:06 +08:00
parent 4bf7977a30
commit 6ede3eff92
11 changed files with 145 additions and 36 deletions

View File

@@ -50,6 +50,7 @@ private:
QStandardItemModel *m_model;
QSortFilterProxyModel *m_proxyModel;
OrderTypeDelegate *m_typeDelegate;
HighlightDelegate *m_lastOrderDelegate;
// 数据存储
QList<QSharedPointer<BigOrderInfo>> m_allOrders;