This commit is contained in:
Krad
2021-10-09 16:38:34 +08:00
parent 2b8c18277d
commit e56d43ae97
41 changed files with 1023 additions and 0 deletions

22
src/editpatientform.h Normal file
View File

@@ -0,0 +1,22 @@
#ifndef EDITPATIENTFORM_H
#define EDITPATIENTFORM_H
#include <QWidget>
namespace Ui {
class EditPatientForm;
}
class EditPatientForm : public QWidget
{
Q_OBJECT
public:
explicit EditPatientForm(QWidget *parent = nullptr);
~EditPatientForm();
private:
Ui::EditPatientForm *ui;
};
#endif // EDITPATIENTFORM_H