class KMenu


Table of contents
Modules
kdeui Classes
All Classes
Module kdeui
Namespace global
Class KMenu
Inherits QMenu

These global convenience functions (that come with a varying number of template arguments) are a replacement for the RESTORE macro provided in earlier versions of KDE. The old RESTORE macro is still provided for backwards compatibility. See KMainWindow documentation for more.

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