Mercurial > trustbridge
comparison ui/administratorwindow.h @ 1001:0b7bb4f68f5a
(issue89) Add Help button
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 02 Sep 2014 10:43:51 +0200 |
parents | 75cd2fbf9ac6 |
children | 78798d3af8f0 |
comparison
equal
deleted
inserted
replaced
1000:c6c8f4ce48f8 | 1001:0b7bb4f68f5a |
---|---|
58 QList<Certificate> currentChanges(); | 58 QList<Certificate> currentChanges(); |
59 | 59 |
60 private slots: | 60 private slots: |
61 void createInstaller(); | 61 void createInstaller(); |
62 void showAbout(); | 62 void showAbout(); |
63 void showHelp(); | |
63 void loadCertificateFile(); | 64 void loadCertificateFile(); |
64 void saveCertificateFile(); | 65 void saveCertificateFile(); |
65 void addCertificates(); | 66 void addCertificates(); |
66 void removeCertificates(); | 67 void removeCertificates(); |
67 void clickedCertificate(const QModelIndex&); | 68 void clickedCertificate(const QModelIndex&); |