summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/gui/wellenreiterbase.h
authormickeyl <mickeyl>2002-12-08 19:31:23 (UTC)
committer mickeyl <mickeyl>2002-12-08 19:31:23 (UTC)
commit77ab301a0ab41befda91e6a210c64a72f0d7c264 (patch) (side-by-side diff)
tree5c41c48b2f41dc1eb9350a138b8ba03fe3ac7fb1 /noncore/net/wellenreiter/gui/wellenreiterbase.h
parentf91aa29028f6807312e059229627ec4a8b1191d4 (diff)
downloadopie-77ab301a0ab41befda91e6a210c64a72f0d7c264.zip
opie-77ab301a0ab41befda91e6a210c64a72f0d7c264.tar.gz
opie-77ab301a0ab41befda91e6a210c64a72f0d7c264.tar.bz2
started work on logwindow and hexwindow
Diffstat (limited to 'noncore/net/wellenreiter/gui/wellenreiterbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/gui/wellenreiterbase.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/noncore/net/wellenreiter/gui/wellenreiterbase.h b/noncore/net/wellenreiter/gui/wellenreiterbase.h
index b133d28..b7bd820 100644
--- a/noncore/net/wellenreiter/gui/wellenreiterbase.h
+++ b/noncore/net/wellenreiter/gui/wellenreiterbase.h
@@ -24,9 +24,10 @@ class QGridLayout;
class QLabel;
class QListView;
class QListViewItem;
-class QMultiLineEdit;
class QPushButton;
class OTabWidget;
+class MLogWindow;
+class MHexWindow;
class WellenreiterBase : public QWidget
{
@@ -39,10 +40,8 @@ public:
OTabWidget* TabWidget;
QWidget* ap;
QListView* netview;
- QWidget* Log;
- QMultiLineEdit* Log_2;
- QWidget* tab;
- QMultiLineEdit* Log_2_2;
+ MLogWindow* logwindow;
+ MHexWindow* hexwindow;
QWidget* about;
QLabel* PixmapLabel1_3_2;
QLabel* TextLabel1_4_2;
@@ -51,8 +50,6 @@ public:
protected:
QVBoxLayout* WellenreiterBaseLayout;
QVBoxLayout* apLayout;
- QVBoxLayout* LogLayout;
- QGridLayout* tabLayout;
QGridLayout* aboutLayout;
bool event( QEvent* );
};