Plasma
textbrowser.cpp
Go to the documentation of this file.
bool canConvert(Type t) const
void setStyleSheet(const QString &styleSheet)
void setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy policy)
Sets the policy used to show/hide the horizontal scrollbar.
Definition: textbrowser.cpp:115
TextBrowser(QGraphicsWidget *parent=0)
Definition: textbrowser.cpp:78
void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
Definition: textbrowser.cpp:145
void wheelEvent(QGraphicsSceneWheelEvent *event)
Definition: textbrowser.cpp:174
void setVerticalScrollBarPolicy(Qt::ScrollBarPolicy policy)
Sets the policy used to show/hide the vertical scrollbar.
Definition: textbrowser.cpp:120
virtual void resizeEvent(QGraphicsSceneResizeEvent *event)
virtual void changeEvent(QEvent *event)
QString styleSheet()
void append(const QString &text)
Allows appending text to the text browser.
Definition: textbrowser.cpp:140
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition: textbrowser.cpp:159
void setText(const QString &text)
Sets the display text for this TextBrowser.
Definition: textbrowser.cpp:105
virtual void wheelEvent(QGraphicsSceneWheelEvent *event)
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this TextBrowser.
Definition: textbrowser.cpp:125
void setWindowFlags(QFlags< Qt::WindowType > wFlags)
KTextBrowser * nativeWidget() const
void textChanged()
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition: textbrowser.cpp:168
int height() const
QWidget * widget() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
QString text() const
QString toString() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.