PDA

View Full Version : Key setting widget.



Netich
13th October 2009, 11:13
Hi, i have an application, and i want to have a keys setting menu. So the user can bind some functions to keys. Is there any third party widget, that captures a keystroke, so i can query all these widgets and save the user's configuration to a file?

I guess i could do it, but it would save me some time.
Thanks in advance.

caduel
13th October 2009, 11:56
you can check in designer's sources: you can enter shortcuts for QActions there

Netich
13th October 2009, 12:25
Ill take a look at the code, thanks.