Plasma
textedit.cpp
Go to the documentation of this file.
void append(const QString &text)
Allows appending text to the text browser.
Definition: textedit.cpp:125
void dataUpdated(const QString &sourceName, const Plasma::DataEngine::Data &data)
Definition: textedit.cpp:130
void setReadOnly(bool readOnly)
Sets the text area to be read only or interactive.
Definition: textedit.cpp:80
void setText(const QString &text)
Sets the display text for this TextEdit.
Definition: textedit.cpp:70
void setNativeWidget(KTextEdit *nativeWidget)
Sets the text edit wrapped by this TextEdit (widget must inherit KTextEdit), ownership is transferred...
Definition: textedit.cpp:100
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition: textedit.cpp:151
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition: textedit.cpp:144
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this TextEdit.
Definition: textedit.cpp:90
void textChanged()
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition: textedit.cpp:162
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 26 2021 00:00:00 by doxygen 1.9.1 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.