Mercurial > trustbridge
comparison ui/administratorwindow.h @ 343:e3d6de930c90
Updated the table ui in administrator app.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 10:06:47 +0200 |
parents | 811eec4e1b99 |
children | 4454a4dc73a3 |
comparison
equal
deleted
inserted
replaced
342:fba80767fd7a | 343:e3d6de930c90 |
---|---|
9 #include <QMainWindow> | 9 #include <QMainWindow> |
10 #include <QSettings> | 10 #include <QSettings> |
11 #include <QMenuBar> | 11 #include <QMenuBar> |
12 #include <QTableView> | 12 #include <QTableView> |
13 #include <QPushButton> | 13 #include <QPushButton> |
14 | |
15 #include "certificatelist.h" | |
16 #include "certificatetablemodel.h" | |
14 | 17 |
15 class QMenu; | 18 class QMenu; |
16 class QAction; | 19 class QAction; |
17 | 20 |
18 class AdministratorWindow : public QMainWindow | 21 class AdministratorWindow : public QMainWindow |
36 QSettings settings; | 39 QSettings settings; |
37 | 40 |
38 QMenuBar *menuBar; | 41 QMenuBar *menuBar; |
39 | 42 |
40 QTableView *certificateView; | 43 QTableView *certificateView; |
44 CertificateList certList; | |
45 CertificateTabelModel *certificateModel; | |
41 QPushButton *saveButton; | 46 QPushButton *saveButton; |
42 QPushButton *loadButton; | 47 QPushButton *loadButton; |
43 QPushButton *addButton; | 48 QPushButton *addButton; |
44 QPushButton *removeButton; | 49 QPushButton *removeButton; |
45 }; | 50 }; |