Add fully-functional administration panel for administrators and dispatchers
This commit is contained in:
parent
bf599549ea
commit
ff6901e3a9
22 changed files with 1257 additions and 42 deletions
18
iFacility/viewmodels/professionsviewmodel.h
Normal file
18
iFacility/viewmodels/professionsviewmodel.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
#ifndef PROFESSIONSVIEMODEL_H
|
||||
#define PROFESSIONSVIEMODEL_H
|
||||
|
||||
#include <QStandardItemModel>
|
||||
|
||||
#include "../db/database.h"
|
||||
|
||||
class ProfessionsViewModel : public QStandardItemModel {
|
||||
private:
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ProfessionsViewModel(QObject *parent);
|
||||
|
||||
void invalidateData();
|
||||
};
|
||||
|
||||
#endif // PROFESSIONSVIEMODEL_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue