Module implementing a QWebEngineView to load the web inspector in.
_VIEWS |
WebInspector | Class implementing a QWebEngineView to load the web inspector in. |
pushView | Function to push a view to the front of the list. |
registerView | Function to register a view. |
unregisterView | Function to unregister a view. |
Class implementing a QWebEngineView to load the web inspector in.
None |
isEnabled | Class method to check, if the web inspector is enabled. |
WebInspector | Constructor |
__inspectorReplyFinished | Private slot handling the reply. |
__loadFinished | Private slot handling the finished signal. |
__reloadGeometry | Private method to restore the geometry. |
closeEvent | Protected method to save the geometry when closed. |
inspectElement | Public method to inspect an element. |
setView | Public method to connect a view to this inspector. |
None |
Class method to check, if the web inspector is enabled.
Constructor
Private slot handling the reply.
Private slot handling the finished signal.
Private method to restore the geometry.
Protected method to save the geometry when closed.
Public method to inspect an element.
Public method to connect a view to this inspector.
Function to push a view to the front of the list.
Function to register a view.
Function to unregister a view.