/
comp
/
gb.qt
/
control
/ .keyrelease
Control.KeyRelease (gb.qt)
Syntax
EVENT
KeyRelease
(
)
Raised when a key is released while the control has the focus.
You get information about the released key with the
Key
class
.
See also
KeyPress