KCompletion
kcompletionbox.h
115 * When off, KLineEdit handles Tab itself, making it select the current item from the completion box,
174 * Call it only if you really need it (i.e. the widget was hidden before) to have better performance.
221 * Called when an item is activated. Emits KCompletionBox::textActivated(const QString &) with the item text.
A helper widget for "completion-widgets" (KLineEdit, KComboBox))
Definition kcompletionbox.h:37
void userCancelled(const QString &)
Emitted whenever the user chooses to ignore the available selections and closes this box.
void textActivated(const QString &text)
Emitted when an item is selected, text is the text of the selected item.
virtual bool eventFilter(QObject *object, QEvent *event) override
virtual QSize sizeHint() const const override
void insertItems(int row, const QStringList &labels)
QList< QListWidgetItem * > items(const QMimeData *data) const const
Q_PROPERTY(...)
Q_SIGNALSQ_SIGNALS
Q_SLOTSQ_SLOTS
virtual void setVisible(bool visible)
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:04:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:04:01 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.