Public Member Functions

Koo::Common::WhatsThisEventFilter::WhatsThisEventFilter Class Reference

The WhatsThisEventFilter class provides an eventFilter that allows viewing the What's This information of the current widget by pressing a key. More...

List of all members.

Public Member Functions

def __init__
 Creates a new WhatsThisEventFilter object.

Detailed Description

The WhatsThisEventFilter class provides an eventFilter that allows viewing the What's This information of the current widget by pressing a key.

This is mostly interesting for viewing help of form fields. By default the shortcut is F10.

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

Definition at line 28 of file WhatsThisEventFilter.py.


Member Function Documentation

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

Creates a new WhatsThisEventFilter object.

Definition at line 30 of file WhatsThisEventFilter.py.


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