Use QWebView::pageAction() to get a pointer to the QAction object associated with the action you want. Then add this action to your toolbar or menu. If you want to manually associate it with a tool button that is not in the toolbar, call setDefaultAction() on it, passing it the action received from QWebView.