_ZNK13QInputContext11focusWidgetEv

Name

QInputContext::focusWidget -- get the widget that has an input focus for this input context

Synopsis

#include <QtGui/qinputcontext.h>

QWidget * QInputContext::focusWidget(void);

Description

The QInputContext::focusWidget() function shall return the widget that has an input focus for this input context.

The return value may differ from holderWidget() if the input context is shared between several text widgets.

Ordinary input methods should not call this function directly to keep platform independence and flexible configuration possibility.

This function is not intended to be used by applications directly, but may appear among appliction dependencies as a result of usage of other functions and macros.

See Also

setFocusWidget(), holderWidget()