30 #include <QTextBrowser>
31 #include <yui/YRichText.h>
48 const std::string & text,
49 bool plainTextMode =
false );
61 virtual void setValue(
const std::string & newValue );
96 virtual void setSize(
int newWidth,
int newHeight );
117 virtual bool eventFilter( QObject * obj, QEvent * ev );
143 bool *_colors_specified;
167 QTextBrowser( parent ) {}
177 virtual void setSource(
const QUrl & name );
181 #endif // YQRichText_h