Public Member Functions

Koo::Common::EnterEventFilter::EnterEventFilter Class Reference

The EnterEventFilter class provides an eventFilter that treats Enter key events as if they were Tab Key hits. More...

List of all members.

Public Member Functions

def __init__
 Creates a new EnterEventFilter object.
def eventFilter
 Reimplements eventFilter() to send the Tab Key press.

Detailed Description

The EnterEventFilter class provides an eventFilter that treats Enter key events as if they were Tab Key hits.

Exceptions are buttons (in which it's replaced with space) and QTextEdits in which it's the event is sent as is.

To install it in an application use 'app.installEventFilter( Koo.Common.EnterEventFilter( mainWindow ) )'

Definition at line 27 of file EnterEventFilter.py.


Member Function Documentation

def Koo::Common::EnterEventFilter::EnterEventFilter::__init__ (   self,
  parent = None 
)

Creates a new EnterEventFilter object.

Definition at line 29 of file EnterEventFilter.py.


The documentation for this class was generated from the following file:
Generated by Doxygen