Plasma
lineedit.cpp
Go to the documentation of this file.
160 void LineEdit::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
165 nativeWidget()->render(painter, QPoint(0, 0), QRegion(), QWidget::DrawChildren|QWidget::IgnoreMask);
KLineEdit * nativeWidget() const
void textEdited(const QString &text)
QString clickMessage() const
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
Definition: lineedit.cpp:154
void editingFinished()
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition: lineedit.cpp:174
void returnPressed()
void setClickMessage(const QString &message)
Sets a greyed out message that will go away after the user clicked the line edit. ...
Definition: lineedit.cpp:102
QString styleSheet()
QString text() const
void setText(const QString &text)
Sets the display text for this LineEdit.
Definition: lineedit.cpp:82
void setNativeWidget(KLineEdit *nativeWidget)
Sets the line edit wrapped by this LineEdit (widget must inherit KLineEdit), ownership is transferred...
Definition: lineedit.cpp:122
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition: lineedit.cpp:160
void focusChanged(bool focused)
Emitted when the widget receives or loses focus.
void hoverEnterEvent(QGraphicsSceneHoverEvent *event)
Definition: lineedit.cpp:148
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this LineEdit.
Definition: lineedit.cpp:112
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:33 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:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.