Add addVerticalLine function to tabformwidget.
This commit is contained in:
@@ -10,17 +10,22 @@
|
||||
#include "EditPatientDialog.h"
|
||||
class EditPatientForm;
|
||||
class SlideTableView;
|
||||
class QToolButton;
|
||||
class SelectFormWidget: public TabFormWidget {
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit SelectFormWidget(QWidget *parent = nullptr);
|
||||
~SelectFormWidget();
|
||||
~SelectFormWidget() override = default;;
|
||||
|
||||
private:
|
||||
QString selectedPatientUID;
|
||||
|
||||
void
|
||||
setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, EditPatientForm *edit_patient) const;
|
||||
void setPatientDetail(const SlideTableView *table, const QSqlTableModel *model, EditPatientForm *edit_patient) const;
|
||||
QToolButton* mBtnAccount;
|
||||
QToolButton* mBtnWorklist;
|
||||
QToolButton* mBtnAdd;
|
||||
QToolButton* mBtnEdit;
|
||||
QToolButton* mBtnDelete;
|
||||
QToolButton* mBtnSelect;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user