| 73 | } |
| 74 | |
| 75 | void UBWebEngineView::closeInspector() |
| 76 | { |
| 77 | if (mInspectorWindow) |
| 78 | { |
| 79 | page()->setDevToolsPage(nullptr); |
| 80 | mInspectorWindow->close(); |
| 81 | mInspectorWindow->deleteLater(); |
| 82 | mInspectorWindow = nullptr; |
| 83 | } |
| 84 | } |
| 85 | |
| 86 | void UBWebEngineView::contextMenuEvent(QContextMenuEvent *event) |
| 87 | { |