class KCompletionBox


Module kdeui
Namespace
Class KCompletionBox
Inherits KListWidget
A helper widget for "completion-widgets" (KLineEdit, KComboBox))

A little utility class for "completion-widgets", like KLineEdit or KComboBox. KCompletionBox is a listbox, displayed as a rectangle without any window decoration, usually directly under the lineedit or combobox. It is filled with all possible matches for a completion, so the user can select the one he wants.

It is used when KGlobalSettings.Completion == CompletionPopup or CompletionPopupAuto.

Author Carsten Pfeiffer



methods