oopapidocs  2.0
ActionEditorDialog Class Reference

A dialog for editing a single action. More...

#include <actioneditordialog.h>

List of all members.

Public Member Functions

 ActionEditorDialog (QAction *action, QWidget *parent=0)
QKeySequence keySequence () const

Detailed Description

A dialog for editing a single action.

Captures QKeySequence and displays it in a QLineEdit.

Author:
Alan Ezust

Definition at line 18 of file actioneditordialog.h.


Constructor & Destructor Documentation

ActionEditorDialog::ActionEditorDialog ( QAction *  action,
QWidget *  parent = 0 
) [explicit]
Parameters:
action- the action we wish to edit the shortcut for

Definition at line 10 of file actioneditordialog.cpp.


Member Function Documentation

QKeySequence ActionEditorDialog::keySequence ( ) const [inline]
Returns:
keys entered since the last clear button

Definition at line 26 of file actioneditordialog.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Enumerations