_ZN13QInputContext14setFocusWidgetEP7QWidget

Name

QInputContext::setFocusWidget -- set the input focus for the current context

Synopsis


#include <QtGui/qinputcontext.h>

void QInputContext::setFocusWidget(QWidget * w);

Description

The QInputContext::setFocusWidget() shall set the widget that has an input focus for this input context to w.

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

See Also

focusWidget()