Public Member Functions

Koo::Common::ArrowsEventFilter::ArrowsEventFilter Class Reference

The ArrowsEventFilter class provides an eventFilter that allows moving from one widget to another using Alt + Arrow (Left, Right, Up, Down) and also Alt + Minus and Alt + Plus. More...

List of all members.

Public Member Functions

def __init__
 Creates a new ArrowsEventFilter object.

Detailed Description

The ArrowsEventFilter class provides an eventFilter that allows moving from one widget to another using Alt + Arrow (Left, Right, Up, Down) and also Alt + Minus and Alt + Plus.

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

Definition at line 26 of file ArrowsEventFilter.py.


Member Function Documentation

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

Creates a new ArrowsEventFilter object.

Definition at line 28 of file ArrowsEventFilter.py.


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