Account Table and form update, add edit and add function .

This commit is contained in:
Krad
2021-12-10 10:17:45 +08:00
parent aed07807a6
commit dce0ad563c
4 changed files with 330 additions and 44 deletions

View File

@@ -17,6 +17,7 @@ public:
~AccountTableForm();
private:
QVBoxLayout* layout = nullptr;
int currentRow = -1;
};