Home | History | Annotate | Download | only in Api

Lines Matching full:button

748     if (mev.button() != NoButton)
774 if (mev.button() != NoButton)
796 if (mev.button() != NoButton)
813 if (mev.button() != NoButton)
830 if (mev.button() != NoButton)
844 if (mev.button() != NoButton)
849 void QWebPagePrivate::handleClipboard(QEvent* ev, Qt::MouseButton button)
856 if (button == Qt::LeftButton) {
861 } else if (button == Qt::MidButton) {
881 if (mev.button() != NoButton)
885 handleClipboard(ev, ev->button());
886 handleSoftwareInputPanel(ev->button());
889 void QWebPagePrivate::handleSoftwareInputPanel(Qt::MouseButton button)
898 && button == Qt::LeftButton && qApp->autoSipEnabled()) {
920 if (mev.button() != NoButton)
924 handleClipboard(ev, ev->button());
925 handleSoftwareInputPanel(ev->button());
942 the user clicks on the web page with the right mouse button. It is
1583 \value NavigationTypeFormSubmitted The user activated a submit button for an HTML form.
2830 as a result of the user clicking on a "file upload" button in a HTML form where multiple
3018 as a result of the user clicking on a "file upload" button in a HTML form.