File arrangement
This commit is contained in:
27
src/forms/select/SelectFormWidget.h
Normal file
27
src/forms/select/SelectFormWidget.h
Normal file
@@ -0,0 +1,27 @@
|
||||
//
|
||||
// Created by Krad on 2021/10/8.
|
||||
//
|
||||
|
||||
#ifndef GUI_SELECTFORMWIDGET_H
|
||||
#define GUI_SELECTFORMWIDGET_H
|
||||
|
||||
|
||||
#include "tabformwidget.h"
|
||||
#include "EditPatientDialog.h"
|
||||
class EditPatientForm;
|
||||
class SlideableTableView;
|
||||
class SelectFormWidget: public TabFormWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SelectFormWidget(QWidget *parent = nullptr);
|
||||
~SelectFormWidget();
|
||||
|
||||
private:
|
||||
QString selectedPatientUID;
|
||||
|
||||
void
|
||||
setPatientDetail(const SlideableTableView *table, const QSqlTableModel *model, EditPatientForm *edit_patient) const;
|
||||
};
|
||||
|
||||
|
||||
#endif //GUI_SELECTFORMWIDGET_H
|
||||
Reference in New Issue
Block a user