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...
Public Member Functions | |
| def | __init__ |
| Creates a new ArrowsEventFilter object. | |
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.
| def Koo::Common::ArrowsEventFilter::ArrowsEventFilter::__init__ | ( | self, | ||
parent = None | ||||
| ) |
Creates a new ArrowsEventFilter object.
Definition at line 28 of file ArrowsEventFilter.py.