Exemple #1
0
void QGraphicsWebViewPrivate::setInputMethodEnabled(bool enable)
{
    q->setAttribute(Qt::WA_InputMethodEnabled, enable);
}