Mercurial > trustbridge
comparison ui/mainwindow.h @ 708:bd48fae793b6
(Issue25) Log update check success, change header labels.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 02 Jul 2014 12:49:11 +0200 |
parents | 0fc1a20adaff |
children | 929c3db85eb7 |
comparison
equal
deleted
inserted
replaced
707:37899f717fa5 | 708:bd48fae793b6 |
---|---|
128 * | 128 * |
129 * On error mPreviouslyUnselected is empty after this call. | 129 * On error mPreviouslyUnselected is empty after this call. |
130 */ | 130 */ |
131 void loadUnselectedCertificates(); | 131 void loadUnselectedCertificates(); |
132 | 132 |
133 /** @brief log / store a successful downloader run | |
134 * | |
135 * A downloader run is successful if the finished signal | |
136 * is emited and the state is not TransferError | |
137 */ | |
138 void updateCheckSuccess(); | |
139 | |
133 protected: | 140 protected: |
134 virtual void closeEvent(QCloseEvent *event); | 141 virtual void closeEvent(QCloseEvent *event); |
135 | 142 |
136 protected slots: | 143 protected slots: |
137 /** @brief cleanup and close the main window | 144 /** @brief cleanup and close the main window |
207 QScrollArea *mRemovePanel; | 214 QScrollArea *mRemovePanel; |
208 QScrollArea *mInfoPanel; | 215 QScrollArea *mInfoPanel; |
209 | 216 |
210 QLabel *mUpdatesHeader; | 217 QLabel *mUpdatesHeader; |
211 QLabel *mLastCertUpdate; | 218 QLabel *mLastCertUpdate; |
212 QLabel *mLastSWupdate; | 219 QLabel *mSoftwareVersionLabel; |
220 QLabel *mLastUpdateCheck; | |
213 QLabel *mUpdatesNewCertificates; | 221 QLabel *mUpdatesNewCertificates; |
214 QLabel *mUpdatesRemoveCertificates; | 222 QLabel *mUpdatesRemoveCertificates; |
215 QLabel *mUpdatesManualCertificates; | 223 QLabel *mUpdatesManualCertificates; |
216 | 224 |
217 CertificateListWidget *mUpdatesNew; | 225 CertificateListWidget *mUpdatesNew; |