Mercurial > trustbridge
comparison ui/certificateitemwidget.h @ 1109:6594e8e63a25
(issue115) Add tooltips and fix manual changes handling
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 15 Sep 2014 19:02:17 +0200 |
parents | 9bb9932bb819 |
children | ad4fc3649ffb |
comparison
equal
deleted
inserted
replaced
1108:9bb9932bb819 | 1109:6594e8e63a25 |
---|---|
35 | 35 |
36 private: | 36 private: |
37 void setupGUI(); | 37 void setupGUI(); |
38 | 38 |
39 Certificate mCertificate; | 39 Certificate mCertificate; |
40 bool mState; | 40 bool mOriginalState; |
41 QLabel *mLabel; | 41 QLabel *mLabel; |
42 QToolButton *mButton; | 42 QToolButton *mButton; |
43 | 43 |
44 private slots: | 44 private slots: |
45 void currentStateChanged(bool state); | 45 void currentStateChanged(bool state); |