-
Key setting widget.
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.
-
Re: Key setting widget.
you can check in designer's sources: you can enter shortcuts for QActions there
-
Re: Key setting widget.
Ill take a look at the code, thanks.