summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-gutenbrowser/output.h
blob: 39c3eec7bc93ae591f73a7317a58b969f1d1b122 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/****************************************************************************
** Form interface generated from reading ui file 'outputEdit.ui'
    copyright            : (C) 2000 -2004 by llornkcor
    email                : ljp@llornkcor.com
****************************************************************************/
#ifndef OUTPUT_H
#define OUTPUT_H

#include <qvariant.h>
#include <qdialog.h>
class QVBoxLayout; 
class QHBoxLayout; 
class QGridLayout; 
class QMultiLineEdit;

class Output : public QDialog
{ 
    Q_OBJECT

public:
    Output( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
    ~Output();

    QMultiLineEdit* OutputEdit;

protected:
    QGridLayout* OutputLayout;
};

#endif // OUTPUT_H