Home | History | Annotate | Download | only in Api

Lines Matching refs:focusNextPrevChild

2641     Similar to QWidget::focusNextPrevChild it focuses the next focusable web element
2646 bool QWebPage::focusNextPrevChild(bool next)
2656 //qDebug() << "focusNextPrevChild(" << next << ") =" << ev.isAccepted() << "focusedNode?" << hasFocusedNode;