Mercurial > trustbridge
comparison ui/administratorwindow.h @ 376:9731d28b95af
Implemented 'remove certificate' in administrator app.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 15 Apr 2014 12:32:34 +0200 |
parents | f9c98f9e9f76 |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
369:78eec57bc133 | 376:9731d28b95af |
---|---|
31 void showHelp(); | 31 void showHelp(); |
32 void showAbout(); | 32 void showAbout(); |
33 void loadCertificateFile(); | 33 void loadCertificateFile(); |
34 void saveCertificateFile(); | 34 void saveCertificateFile(); |
35 void addCertificates(); | 35 void addCertificates(); |
36 void removeCertificates(); | |
37 void clickedCertificate(const QModelIndex&); | |
36 | 38 |
37 private: | 39 private: |
38 void createActions(); | 40 void createActions(); |
39 void createMenuBar(); | 41 void createMenuBar(); |
40 void createContent(); | 42 void createContent(); |