KCompletion
kcompletionbox.h
116 * When off, KLineEdit handles Tab itself, making it select the current item from the completion box,
175 * Call it only if you really need it (i.e. the widget was hidden before) to have better performance.
222 * Called when an item is activated. Emits KCompletionBox::textActivated(const QString &) with the item text.
Q_PROPERTY(...)
Q_SLOTSQ_SLOTS
virtual QSize sizeHint() const const override
virtual void setVisible(bool visible)
QList< QListWidgetItem * > items(const QMimeData *data) const const
void insertItems(int row, const QStringList &labels)
A helper widget for "completion-widgets" (KLineEdit, KComboBox))
Definition: kcompletionbox.h:36
Q_SIGNALSQ_SIGNALS
virtual bool eventFilter(QObject *object, QEvent *event) override
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:56:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jun 4 2023 03:56:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.