Mercurial > trustbridge
comparison ui/mainwindow.h @ 153:252ffe6e27fd
Changed type of MainWindow from QDialog to QMainWindow.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 25 Mar 2014 08:58:18 +0100 |
parents | f22a99f7cb69 |
children | c0fdb8d336cf |
comparison
equal
deleted
inserted
replaced
142:52993db093f4 | 153:252ffe6e27fd |
---|---|
5 * @file mainwindow.h | 5 * @file mainwindow.h |
6 * @brief Main UI controller | 6 * @brief Main UI controller |
7 */ | 7 */ |
8 | 8 |
9 #include <QSystemTrayIcon> | 9 #include <QSystemTrayIcon> |
10 #include <QDialog> | 10 #include <QMainWindow> |
11 #include <QSettings> | 11 #include <QSettings> |
12 | 12 |
13 #include "downloader.h" | 13 #include "downloader.h" |
14 #include "certificatelist.h" | 14 #include "certificatelist.h" |
15 class QMenu; | 15 class QMenu; |
16 class QAction; | 16 class QAction; |
17 class QTimer; | 17 class QTimer; |
18 | 18 |
19 class MainWindow : public QDialog | 19 class MainWindow : public QMainWindow |
20 { | 20 { |
21 Q_OBJECT | 21 Q_OBJECT |
22 | 22 |
23 public: | 23 public: |
24 MainWindow(); | 24 MainWindow(); |