Mercurial > trustbridge
comparison ui/administratorwindow.h @ 344:4454a4dc73a3
Added file dialog to load a certificate list from file.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 10 Apr 2014 10:07:52 +0200 |
parents | e3d6de930c90 |
children | 9ba7b4b4c1de |
comparison
equal
deleted
inserted
replaced
343:e3d6de930c90 | 344:4454a4dc73a3 |
---|---|
28 private slots: | 28 private slots: |
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 | 34 |
34 private: | 35 private: |
35 void createActions(); | 36 void createActions(); |
36 void createMenuBar(); | 37 void createMenuBar(); |
37 void createContent(); | 38 void createContent(); |
39 void loadCertificateTable(); | |
38 | 40 |
39 QSettings settings; | 41 QSettings settings; |
40 | 42 |
41 QMenuBar *menuBar; | 43 QMenuBar *menuBar; |
42 | 44 |