Refactor forms select package.
This commit is contained in:
@@ -26,6 +26,20 @@ private:
|
||||
QToolButton* mBtnEdit;
|
||||
QToolButton* mBtnDelete;
|
||||
QToolButton* mBtnSelect;
|
||||
SlideTableView* mPatTable;
|
||||
QSqlTableModel* mModel;
|
||||
EditPatientForm* mEditPatForm;
|
||||
|
||||
void prepareButtons(bool disableALL);
|
||||
void initGeneralButtons(QHBoxLayout *layout);
|
||||
void initPatEditButtons(QHBoxLayout *layout);
|
||||
void editPatient();
|
||||
void delPatient();
|
||||
void selectPatient();
|
||||
void initDataModel();
|
||||
void initDetailPanel(QHBoxLayout *contentLayout);
|
||||
void initTableView(QHBoxLayout *contentLayout);
|
||||
void reloadLanguage();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user