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.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/noncore/net/wellenreiter/gui/wellenreiterbase.h b/noncore/net/wellenreiter/gui/wellenreiterbase.h
index edb2930..1fa1ea3 100644
--- a/noncore/net/wellenreiter/gui/wellenreiterbase.h
+++ b/noncore/net/wellenreiter/gui/wellenreiterbase.h
@@ -9,67 +9,64 @@
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 WellenreiterConfigWindow;
31 30
32#ifdef QWS 31#ifdef QWS
33class OTabWidget; 32class OTabWidget;
34#else 33#else
35class QTabWidget; 34class QTabWidget;
36#endif 35#endif
37 36
38class WellenreiterBase : public QWidget 37class WellenreiterBase : public QWidget
39{ 38{
40 Q_OBJECT 39 Q_OBJECT
41 40
42public: 41public:
43 WellenreiterBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 42 WellenreiterBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
44 ~WellenreiterBase(); 43 ~WellenreiterBase();
45 44
46#ifdef QWS 45#ifdef QWS
47 OTabWidget* TabWidget; 46 OTabWidget* TabWidget;
48#else 47#else
49 QTabWidget* TabWidget; 48 QTabWidget* TabWidget;
50#endif 49#endif
51 QWidget* ap; 50 QWidget* ap;
52 MScanListView* netview; 51 MScanListView* netview;
53 MLogWindow* logwindow; 52 MLogWindow* logwindow;
54 MHexWindow* hexwindow; 53 MHexWindow* hexwindow;
55 WellenreiterConfigWindow* configwindow;
56 QWidget* about; 54 QWidget* about;
57 QLabel* PixmapLabel1_3_2; 55 QLabel* PixmapLabel1_3_2;
58 QLabel* TextLabel1_4_2; 56 QLabel* TextLabel1_4_2;
59 QPushButton* button;
60 57
61protected: 58protected:
62 QVBoxLayout* WellenreiterBaseLayout; 59 QVBoxLayout* WellenreiterBaseLayout;
63 QVBoxLayout* apLayout; 60 QVBoxLayout* apLayout;
64 QGridLayout* aboutLayout; 61 QGridLayout* aboutLayout;
65 bool event( QEvent* ); 62 bool event( QEvent* );
66 63
67 QPixmap* ani1; 64 QPixmap* ani1;
68 QPixmap* ani2; 65 QPixmap* ani2;
69 QPixmap* ani3; 66 QPixmap* ani3;
70 QPixmap* ani4; 67 QPixmap* ani4;
71 68
72 69
73}; 70};
74 71
75#endif // WELLENREITERBASE_H 72#endif // WELLENREITERBASE_H