Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

chatpage.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'chatpage.ui'
00003 **
00004 ** Created: Mon Jan 6 19:25:19 2003
00005 **      by: The User Interface Compiler ($Id: chatpage.h,v 1.3 2003/05/06 07:11:36 Sigma Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef CHATPAGE_H
00011 #define CHATPAGE_H
00012 
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015 
00016 #include <master.h>
00017 
00018 class QVBoxLayout;
00019 class QHBoxLayout;
00020 class QGridLayout;
00021 class MtpBrowser;
00022 class QListBox;
00023 class QListBoxItem;
00024 class QTextEdit;
00025 
00026 class ChatPage : public Master
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     ChatPage( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00032     ~ChatPage();
00033 
00034     QTextEdit* chat_edit;
00035     QListBox* users_box;
00036     MtpBrowser* chat_view;
00037 
00038 public slots:
00039     virtual void returnPressed();
00040 
00041 protected:
00042     QGridLayout* ChatPageLayout;
00043 
00044 protected slots:
00045     virtual void languageChange();
00046 };
00047 
00048 #endif // CHATPAGE_H

Generated on Sat May 10 15:09:26 2003 for qnet by doxygen1.3