comparison ui/mainwindow.h @ 693:0fc1a20adaff

(Issue 27) Change Quit button text depending on changes or no changes.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 01 Jul 2014 16:43:58 +0200
parents e4abb41484a0
children bd48fae793b6
comparison
equal deleted inserted replaced
692:3791a277f00b 693:0fc1a20adaff
28 #include "certificatelist.h" 28 #include "certificatelist.h"
29 #include "certificatelistwidget.h" 29 #include "certificatelistwidget.h"
30 class QMenu; 30 class QMenu;
31 class QAction; 31 class QAction;
32 class QTimer; 32 class QTimer;
33 class QPushButton;
33 34
34 35
35 class MainWindow : public QMainWindow 36 class MainWindow : public QMainWindow
36 { 37 {
37 Q_OBJECT 38 Q_OBJECT
184 QMenu *mTrayMenu; 185 QMenu *mTrayMenu;
185 QAction *mCheckUpdates; 186 QAction *mCheckUpdates;
186 QAction *mQuitAction; 187 QAction *mQuitAction;
187 CurrentState mCurState; 188 CurrentState mCurState;
188 QMenuBar *mMenuBar; 189 QMenuBar *mMenuBar;
190 QPushButton *mQuitButton;
189 191
190 /* The current list that should be installed */ 192 /* The current list that should be installed */
191 CertificateList mListToInstall; 193 CertificateList mListToInstall;
192 /* The last list that we installed */ 194 /* The last list that we installed */
193 CertificateList mInstalledList; 195 CertificateList mInstalledList;

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