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