oopapidocs
2.0
|
A dialog for editing a single action. More...
#include <actioneditordialog.h>
Public Member Functions | |
ActionEditorDialog (QAction *action, QWidget *parent=0) | |
QKeySequence | keySequence () const |
A dialog for editing a single action.
Captures QKeySequence and displays it in a QLineEdit.
Definition at line 18 of file actioneditordialog.h.
ActionEditorDialog::ActionEditorDialog | ( | QAction * | action, |
QWidget * | parent = 0 |
||
) | [explicit] |
action | - the action we wish to edit the shortcut for |
Definition at line 10 of file actioneditordialog.cpp.
QKeySequence ActionEditorDialog::keySequence | ( | ) | const [inline] |
Definition at line 26 of file actioneditordialog.h.