where does QWebEnginePage::linkHovered get its url
Unsolved
QtWebEngine
-
Hi,
I have some urls with relative paths that begin with "../" but the url's path that I received from QWebEnginePage::linkHovered begins with the current directory instead of the parent directory.
It's not only the QWebEnginePage::linkHovered that doesn't work for me, if I try to open these urls the QtWebEngine try to use the wrong path.
I'd like to know where is the settings to make the QtWebEngine interpret relative path correctly ?
I don't know if it's related to the fact that I use a custom scheme.