comparison ui/certificateitemwidget.h @ 1288:265583011f24

(issue123) Add possibility to open native certificate dialog This is currently only implemented for windows.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 29 Sep 2014 13:12:58 +0200
parents 2a1aa9df8f11
children d2b32c75efcf
comparison
equal deleted inserted replaced
1287:d3d66d43365f 1288:265583011f24
64 bool mOriginalState; 64 bool mOriginalState;
65 QLabel *mLabel; 65 QLabel *mLabel;
66 QToolButton *mButton; 66 QToolButton *mButton;
67 67
68 private slots: 68 private slots:
69 /** @brief called when the certificate state has been changed */
69 void currentStateChanged(bool state); 70 void currentStateChanged(bool state);
71
72 /** @brief Used to open the native cert dialog of the certificate */
73 void showCertDlg();
70 74
71 signals: 75 signals:
72 void stateChanged(bool state, const Certificate &cert); 76 void stateChanged(bool state, const Certificate &cert);
73 }; 77 };
74 #endif 78 #endif

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