Mercurial > trustbridge
comparison ui/mainwindow.h @ 628:3a9c0f38bbad trustbridge-refactor
Made certificate lists member of mainwindow and added some temporary debug msgs.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Mon, 23 Jun 2014 12:49:09 +0200 |
parents | ebfe1128ee97 |
children | 626507197360 |
comparison
equal
deleted
inserted
replaced
627:566ee111e331 | 628:3a9c0f38bbad |
---|---|
84 | 84 |
85 void togglePages(int button); | 85 void togglePages(int button); |
86 void toggleUpdatesNew(); | 86 void toggleUpdatesNew(); |
87 void toggleUpdatesRemove(); | 87 void toggleUpdatesRemove(); |
88 void toggleUpdatesManual(); | 88 void toggleUpdatesManual(); |
89 void listChanged(int selected); | |
89 | 90 |
90 /** @brief get the last modified date on the download server for | 91 /** @brief get the last modified date on the download server for |
91 * the current version. | 92 * the current version. |
92 * | 93 * |
93 * After the initial installation this function can be used to | 94 * After the initial installation this function can be used to |
228 QWidget *mUpdatesWidget; | 229 QWidget *mUpdatesWidget; |
229 QScrollArea *mInstallPanel; | 230 QScrollArea *mInstallPanel; |
230 QScrollArea *mRemovePanel; | 231 QScrollArea *mRemovePanel; |
231 QScrollArea *mInfoPanel; | 232 QScrollArea *mInfoPanel; |
232 | 233 |
234 QLabel *mUpdatesHeader; | |
235 QLabel *mLastCertUpdate; | |
236 QLabel *mLastSWupdate; | |
237 QLabel *mUpdatesNewCertificates; | |
238 QLabel *mUpdatesRemoveCertificates; | |
239 QLabel *mUpdatesManualCertificates; | |
240 | |
233 CertificateListWidget *mUpdatesNew; | 241 CertificateListWidget *mUpdatesNew; |
234 CertificateListWidget *mUpdatesRemove; | 242 CertificateListWidget *mUpdatesRemove; |
235 CertificateListWidget *mUpdatesManual; | 243 CertificateListWidget *mUpdatesManual; |
236 CertificateListWidget *mInstallList; | 244 CertificateListWidget *mInstallList; |
245 CertificateListWidget *mRemoveList; | |
237 }; | 246 }; |
238 | 247 |
239 #endif // MAINWINDOW_H | 248 #endif // MAINWINDOW_H |