class KKeyChooser

Widget for configuration of KAccel and KGlobalAccel. More...

Definition#include <kkeydialog.h>
InheritsQWidget (qk)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Slots

Signals

Public Members

Protected Methods

Protected Slots

Protected Members


Detailed Description

Configure dictionaries of key/action associations for KAccel and KGlobalAccel.

The class takes care of all aspects of configuration, including handling key conflicts internally. Connect to the allDefault() slot if you want to set all configurable keybindings to their default values.

KKeyChooser ( QDict<KKeyEntry>* aKeyDict, QWidget* parent = 0, bool check_against_std_keys = false )

Constructor.

Parameters:
aKeyDictA dictionary (QDict) of key definitons.

void keyChange ()
[signal]

Emitted when a key definition has been changed.

void allDefault ()
[slot]

Set all keys to their default values (bindings).

void listSync ()
[slot]

Synchronize the viewed split list with the currently used key codes.