我使用 Qt 设计器制作界面,并且其中有一个 QWebView。我想重新实现mouseDoubleClickEvent
我的 QWebView 的功能。
我可以这样做吗?我知道我必须使用ui->webview
它来访问它,我知道我可以轻松地使用信号on_webView_selectionChanged
,但是其他方法mouseDoubleClickEvent
呢?
我使用 Qt 设计器制作界面,并且其中有一个 QWebView。我想重新实现mouseDoubleClickEvent
我的 QWebView 的功能。
我可以这样做吗?我知道我必须使用ui->webview
它来访问它,我知道我可以轻松地使用信号on_webView_selectionChanged
,但是其他方法mouseDoubleClickEvent
呢?