Init
This commit is contained in:
22
src/patientinformationform.h
Normal file
22
src/patientinformationform.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#ifndef PATIENTINFORMATIONFORM_H
|
||||
#define PATIENTINFORMATIONFORM_H
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
namespace Ui {
|
||||
class PatientInformationForm;
|
||||
}
|
||||
|
||||
class PatientInformationForm : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit PatientInformationForm(QWidget *parent = nullptr);
|
||||
~PatientInformationForm();
|
||||
|
||||
private:
|
||||
Ui::PatientInformationForm *ui;
|
||||
};
|
||||
|
||||
#endif // PATIENTINFORMATIONFORM_H
|
||||
Reference in New Issue
Block a user