Mercurial > trustbridge
comparison ui/mainwindow.h @ 718:e7a070e64b80
(Issue26) Make updates tip and install button depend on changes
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 02 Jul 2014 16:27:46 +0200 |
parents | 929c3db85eb7 |
children | b0929968562a |
comparison
equal
deleted
inserted
replaced
717:77c9c2dfc8ac | 718:e7a070e64b80 |
---|---|
230 QLabel *mSoftwareVersionLabel; | 230 QLabel *mSoftwareVersionLabel; |
231 QLabel *mLastUpdateCheck; | 231 QLabel *mLastUpdateCheck; |
232 QLabel *mUpdatesNewCertificates; | 232 QLabel *mUpdatesNewCertificates; |
233 QLabel *mUpdatesRemoveCertificates; | 233 QLabel *mUpdatesRemoveCertificates; |
234 QLabel *mUpdatesManualCertificates; | 234 QLabel *mUpdatesManualCertificates; |
235 QLabel *mUpdatesTip; | |
235 | 236 |
236 CertificateListWidget *mUpdatesNew; | 237 CertificateListWidget *mUpdatesNew; |
237 CertificateListWidget *mUpdatesRemove; | 238 CertificateListWidget *mUpdatesRemove; |
238 CertificateListWidget *mUpdatesManual; | 239 CertificateListWidget *mUpdatesManual; |
239 CertificateListWidget *mInstallList; | 240 CertificateListWidget *mInstallList; |
241 | 242 |
242 QPushButton *mUpdatesDetailsNew; | 243 QPushButton *mUpdatesDetailsNew; |
243 QPushButton *mUpdatesDetailsRemove; | 244 QPushButton *mUpdatesDetailsRemove; |
244 QPushButton *mUpdatesDetailsManual; | 245 QPushButton *mUpdatesDetailsManual; |
245 | 246 |
247 QPushButton *mInstallButton; | |
246 int mChangeCount; | 248 int mChangeCount; |
247 }; | 249 }; |
248 | 250 |
249 #endif // MAINWINDOW_H | 251 #endif // MAINWINDOW_H |