class KMenu


Module kdeui
Namespace
Class KMenu
Inherits QMenu
A menu with keyboard searching

KMenu is a class for menus with keyboard accessibility for popups with many options and/or varying options. It acts identically to QMenu, with the addition of setKeyboardShortcutsEnabled() and setKeyboardShortcutsExecute() methods.

The keyboard search algorithm is incremental with additional underlining for user feedback.

Author Daniel M. Duley Author Hamish Rodda



methods