Plasma
textbrowser.h
Go to the documentation of this file.
void setText(const QString &text)
Sets the display text for this TextBrowser.
Definition textbrowser.cpp:105
void textChanged()
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this TextBrowser.
Definition textbrowser.cpp:125
void append(const QString &text)
Allows appending text to the text browser.
Definition textbrowser.cpp:140
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition textbrowser.cpp:168
void setVerticalScrollBarPolicy(Qt::ScrollBarPolicy policy)
Sets the policy used to show/hide the vertical scrollbar.
Definition textbrowser.cpp:120
void setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy policy)
Sets the policy used to show/hide the horizontal scrollbar.
Definition textbrowser.cpp:115
void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
Definition textbrowser.cpp:145
void wheelEvent(QGraphicsSceneWheelEvent *event)
Definition textbrowser.cpp:174
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition textbrowser.cpp:159
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.