Plasma
lineedit.cpp
Go to the documentation of this file.
165 nativeWidget()->render(painter, QPoint(0, 0), QRegion(), QWidget::DrawChildren|QWidget::IgnoreMask);
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
Definition lineedit.cpp:154
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition lineedit.cpp:160
void setNativeWidget(KLineEdit *nativeWidget)
Sets the line edit wrapped by this LineEdit (widget must inherit KLineEdit), ownership is transferred...
Definition lineedit.cpp:122
void editingFinished()
void returnPressed()
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this LineEdit.
Definition lineedit.cpp:112
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
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition lineedit.cpp:174
void hoverEnterEvent(QGraphicsSceneHoverEvent *event)
Definition lineedit.cpp:148
void textEdited(const QString &text)
void focusChanged(bool focused)
Emitted when the widget receives or loses focus.
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.