summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiterbase.h
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/gui/wellenreiterbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/wellenreiterbase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/gui/wellenreiterbase.h b/noncore/net/wellenreiter/gui/wellenreiterbase.h
index ad2e96c..e8dc924 100644
--- a/noncore/net/wellenreiter/gui/wellenreiterbase.h
+++ b/noncore/net/wellenreiter/gui/wellenreiterbase.h
@@ -7,68 +7,70 @@
7** GNU General Public License version 2 as published by the Free Software 7** GNU General Public License version 2 as published by the Free Software
8** Foundation and appearing in the file LICENSE.GPL included in the 8** Foundation and appearing in the file LICENSE.GPL included in the
9** packaging of this file. 9** packaging of this file.
10** 10**
11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE 11** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 12** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
13** 13**
14**********************************************************************/ 14**********************************************************************/
15 15
16#ifndef WELLENREITERBASE_H 16#ifndef WELLENREITERBASE_H
17#define WELLENREITERBASE_H 17#define WELLENREITERBASE_H
18 18
19#include <qvariant.h> 19#include <qvariant.h>
20#include <qwidget.h> 20#include <qwidget.h>
21class QVBoxLayout; 21class QVBoxLayout;
22class QHBoxLayout; 22class QHBoxLayout;
23class QGridLayout; 23class QGridLayout;
24class QLabel; 24class QLabel;
25class MScanListView; 25class MScanListView;
26class MScanListItem; 26class MScanListItem;
27class QPushButton; 27class QPushButton;
28class MLogWindow; 28class MLogWindow;
29class MHexWindow; 29class MHexWindow;
30class MStatWindow; 30class MStatWindow;
31class MGraphWindow;
31 32
32#ifdef QWS 33#ifdef QWS
33class OTabWidget; 34class OTabWidget;
34#else 35#else
35class QTabWidget; 36class QTabWidget;
36#endif 37#endif
37 38
38class WellenreiterBase : public QWidget 39class WellenreiterBase : public QWidget
39{ 40{
40 Q_OBJECT 41 Q_OBJECT
41 42
42public: 43public:
43 WellenreiterBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 44 WellenreiterBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
44 ~WellenreiterBase(); 45 ~WellenreiterBase();
45 46
46#ifdef QWS 47#ifdef QWS
47 OTabWidget* TabWidget; 48 OTabWidget* TabWidget;
48#else 49#else
49 QTabWidget* TabWidget; 50 QTabWidget* TabWidget;
50#endif 51#endif
51 QWidget* ap; 52 QWidget* ap;
52 MScanListView* netview; 53 MScanListView* netview;
53 MLogWindow* logwindow; 54 MLogWindow* logwindow;
54 MHexWindow* hexwindow; 55 MHexWindow* hexwindow;
55 MStatWindow* statwindow; 56 MStatWindow* statwindow;
57 MGraphWindow* graphwindow;
56 QWidget* about; 58 QWidget* about;
57 QLabel* PixmapLabel1_3_2; 59 QLabel* PixmapLabel1_3_2;
58 QLabel* TextLabel1_4_2; 60 QLabel* TextLabel1_4_2;
59 61
60protected: 62protected:
61 QVBoxLayout* WellenreiterBaseLayout; 63 QVBoxLayout* WellenreiterBaseLayout;
62 QVBoxLayout* apLayout; 64 QVBoxLayout* apLayout;
63 QGridLayout* aboutLayout; 65 QGridLayout* aboutLayout;
64 bool event( QEvent* ); 66 bool event( QEvent* );
65 67
66 QPixmap* ani1; 68 QPixmap* ani1;
67 QPixmap* ani2; 69 QPixmap* ani2;
68 QPixmap* ani3; 70 QPixmap* ani3;
69 QPixmap* ani4; 71 QPixmap* ani4;
70 72
71 73
72}; 74};
73 75
74#endif // WELLENREITERBASE_H 76#endif // WELLENREITERBASE_H