The AccelLineEdit class provides a lineedit to specfify shortcuts. More...
#include <Widgets.h>
Public Member Functions | |
AccelLineEdit (QWidget *parent=0) | |
Constructs a line edit with no text. | |
Protected Member Functions | |
void | keyPressEvent (QKeyEvent *e) |
Checks which keys are pressed and show it as text. |
The AccelLineEdit class provides a lineedit to specfify shortcuts.
Definition at line 70 of file Widgets.h.
AccelLineEdit::AccelLineEdit | ( | QWidget * | parent = 0 |
) |
Constructs a line edit with no text.
The parent and name arguments are sent to the QLineEdit constructor.
Definition at line 111 of file Widgets.cpp.
void AccelLineEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected] |
Checks which keys are pressed and show it as text.
Definition at line 120 of file Widgets.cpp.