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

mtpbrowser.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2002 by Yann Hodique                                    *
00003  *   Yann.Hodique@lifl.fr                                                  *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  ***************************************************************************/
00010 
00011 #ifndef _MTPBROWSER_H_
00012 #define _MTPBROWSER_H_
00013 
00014 #include <qwidget.h>
00015 #include <qstring.h>
00016 #include <qtextbrowser.h>
00017 
00022 class MtpBrowser : public QTextBrowser
00023 {
00024   Q_OBJECT
00025 
00026 public:
00027     MtpBrowser(QWidget *parent, const char *name) : QTextBrowser(parent,name) {
00028   setTextFormat(Qt::RichText);
00029     }
00030     ~MtpBrowser() {}
00031   
00032 public slots:
00033     void setSource(const QString &) {}
00034 };
00035 
00036 #endif

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