KDEUI
keditlistwidget.h
Go to the documentation of this file.
virtual QWidget * representationWidget() const
Definition keditlistwidget.cpp:229
void setLineEdit(KLineEdit *edit)
Definition keditlistwidget.cpp:224
virtual KLineEdit * lineEdit() const
Definition keditlistwidget.cpp:234
friend class CustomEditorPrivate
Definition keditlistwidget.h:78
void setRepresentationWidget(QWidget *repWidget)
Definition keditlistwidget.cpp:219
bool eventFilter(QObject *o, QEvent *e)
Reimplented for interal reasons.
Definition keditlistwidget.cpp:654
void setCheckAtEntering(bool check)
If check is true, after every character you type in the line edit KEditListWidget will enable or disa...
Definition keditlistwidget.cpp:350
void setItems(const QStringList &items)
Clears the listbox and sets the contents to items.
Definition keditlistwidget.cpp:634
void setCustomEditor(const CustomEditor &editor)
Allows to use a custom editing widget instead of the standard KLineEdit widget.
Definition keditlistwidget.cpp:260
void removed(const QString &text)
This signal is emitted when the user removes a string from the list, the parameter is the removed str...
friend class KEditListWidgetPrivate
Definition keditlistwidget.h:255
void changed()
void added(const QString &text)
This signal is emitted when the user adds a new string to the list, the parameter is the added string...
void setButtons(Buttons buttons)
Specifies which buttons should be visible.
Definition keditlistwidget.cpp:300
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.