Fix patient tableView selection bugs.

This commit is contained in:
Krad
2022-03-15 16:22:58 +08:00
parent 52bf2527fa
commit 5fb24642e3
2 changed files with 89 additions and 65 deletions

View File

@@ -6,6 +6,7 @@
#define GUI_SELECTFORMWIDGET_H
#include "tabformwidget.h"
class EditPatientForm;
class SelectFormWidget: public TabFormWidget {
Q_OBJECT
public:
@@ -13,8 +14,7 @@ public:
~SelectFormWidget();
private:
int currentRow = -1;
QString selectedPatientUID;
};