Mercurial > trustbridge
comparison ui/administratorwindow.h @ 358:9ba7b4b4c1de
Implemented the load from certificate file and set the edit state of certificates.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 17:06:37 +0200 |
parents | 4454a4dc73a3 |
children | f9c98f9e9f76 |
comparison
equal
deleted
inserted
replaced
357:d56f952ba817 | 358:9ba7b4b4c1de |
---|---|
29 void createInstaller(); | 29 void createInstaller(); |
30 void showSettings(); | 30 void showSettings(); |
31 void showHelp(); | 31 void showHelp(); |
32 void showAbout(); | 32 void showAbout(); |
33 void loadCertificateFile(); | 33 void loadCertificateFile(); |
34 void addCertificates(); | |
34 | 35 |
35 private: | 36 private: |
36 void createActions(); | 37 void createActions(); |
37 void createMenuBar(); | 38 void createMenuBar(); |
38 void createContent(); | 39 void createContent(); |
39 void loadCertificateTable(); | 40 void loadCertificateTable(); |
41 void addToCertificateTable(const QList<Certificate> &certs); | |
40 | 42 |
41 QSettings settings; | 43 QSettings settings; |
42 | 44 |
43 QMenuBar *menuBar; | 45 QMenuBar *menuBar; |
44 | 46 |