Init
This commit is contained in:
14
src/patientinformationform.cpp
Normal file
14
src/patientinformationform.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "patientinformationform.h"
|
||||
#include "ui_patientinformationform.h"
|
||||
|
||||
PatientInformationForm::PatientInformationForm(QWidget *parent) :
|
||||
QWidget(parent),
|
||||
ui(new Ui::PatientInformationForm)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
PatientInformationForm::~PatientInformationForm()
|
||||
{
|
||||
delete ui;
|
||||
}
|
||||
Reference in New Issue
Block a user