Using SQLHelper to retrieve data to dataView, add simple control to edit patient panel.

This commit is contained in:
Krad
2021-10-12 10:28:30 +08:00
parent 700282bd2f
commit d03de1009d
4 changed files with 135 additions and 31 deletions

View File

@@ -12,6 +12,8 @@ public:
explicit SelectFormWidget(QWidget *parent = nullptr);
~SelectFormWidget();
private:
int currentRow = -1;
};