![]() |
BuildmLearn Toolkit
2.0.4
BuildmLearn Toolkit is an easy-to-use program that helps users make mobile apps without any knowledge of application development.
|
Represents single button for changing keyboard shortcut. More...
#include <shortcutbutton.h>

Public Member Functions | |
| ShortcutButton (ShortcutCatcher *catcher, QWidget *parent=0) | |
| Constructor. More... | |
Protected Member Functions | |
| void | keyPressEvent (QKeyEvent *event) |
| void | keyReleaseEvent (QKeyEvent *event) |
Represents single button for changing keyboard shortcut.
Definition at line 39 of file shortcutbutton.h.
|
explicit |
Constructor.
| catcher | Pointer to catcher widget which contains the button. |
| parent | Pointer to parent widget. |
Definition at line 36 of file shortcutbutton.cpp.