The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

QAccel - Interface to the Qt QAccel class

SYNOPSIS

use QAccel;

Inherits QObject.

Member functions

new, clear, connectItem, count, disconnectItem, findKey, insertItem, isEnabled, isItemEnabled, key, removeItem, setEnabled, setItemEnabled

DESCRIPTION

The complete class is implemented. Do not try to use SIGNAL() or SLOT().

EXPORTED

The %Key hash is exported into the caller's namespace, the elements represent the values of the Key_* macros in C++ Qt. For example, the Key_Space value in C++ would be accessible as $Key{Space} in Perl, the Key_Q value would be accessible with $Key{Q}, and so on.

The scalar values $SHIFT, $CTRL, $ALT, and $ASCII_ACCEL are also exported, and have the same value and function as their C++ counterparts.

SEE ALSO

QAccel(3qt)

AUTHOR

Ashley Winters <jql@accessone.com>