The WhatsThisEventFilter class provides an eventFilter that allows viewing the What's This information of the current widget by pressing a key. More...
Public Member Functions | |
| def | __init__ |
| Creates a new WhatsThisEventFilter object. | |
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.
| def Koo::Common::WhatsThisEventFilter::WhatsThisEventFilter::__init__ | ( | self, | ||
parent = None | ||||
| ) |
Creates a new WhatsThisEventFilter object.
Definition at line 30 of file WhatsThisEventFilter.py.