comparison ui/listupdatedialog.h @ 82:1f27d6db5ee3

Polarssl based certificate handling
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 18:04:14 +0000
parents f22a99f7cb69
children 252ffe6e27fd
comparison
equal deleted inserted replaced
81:112228bd7e4b 82:1f27d6db5ee3
6 /** 6 /**
7 * @file listupdatedialog.h 7 * @file listupdatedialog.h
8 * @brief The dialog for certificate selection. 8 * @brief The dialog for certificate selection.
9 */ 9 */
10 10
11 class QListWidget;
12
11 class ListUpdateDialog : public QDialog 13 class ListUpdateDialog : public QDialog
12 { 14 {
13 public: 15 public:
14 /** @brief Create a list update dialog for the listToInstall */ 16 /** @brief Create a list update dialog for the listToInstall */
15 ListUpdateDialog(QDialog *parent, const CertificateList &listToInstall); 17 ListUpdateDialog(QDialog *parent, const CertificateList &listToInstall);
16 18
17 private: 19 private:
18 CertificateList mCertificateList; 20 CertificateList mCertificateList;
19 void setupGUI(); 21 void setupGUI();
22
23 QListWidget *mInstallListWidget;
24 QListWidget *mRemoveListWidget;
25
26 private slots:
27 void executeUpdate();
20 }; 28 };
21 29
22 #endif // LISTUPDATEDIALOG_H 30 #endif // LISTUPDATEDIALOG_H

http://wald.intevation.org/projects/trustbridge/