From bcdad9b4af129ceb45d5a1e24716f26e347806a8 Mon Sep 17 00:00:00 2001 From: PengGuanjun Date: Tue, 27 Apr 2021 20:25:27 +0800 Subject: [PATCH] Add genTxtItems and saveTxtItems functions void genTxtItems(); void saveTxtItems(); --- examples/TaoQuickShow/Src/DeviceAddTable/DeviceAddModel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/TaoQuickShow/Src/DeviceAddTable/DeviceAddModel.h b/examples/TaoQuickShow/Src/DeviceAddTable/DeviceAddModel.h index 3a2197b..05c8323 100644 --- a/examples/TaoQuickShow/Src/DeviceAddTable/DeviceAddModel.h +++ b/examples/TaoQuickShow/Src/DeviceAddTable/DeviceAddModel.h @@ -19,6 +19,9 @@ public slots: void addOne(); void addMulti(int count); + void genTxtItems(); + void saveTxtItems(); + void insertBeforeSelected(); void insertBeforeRow(int row); @@ -36,4 +39,3 @@ private: private: DeviceAddModelPrivate *d; }; -