You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
"QWebkit is not available" message appears in the "Help->Manual" panel. This is because this panel was originally implemented simply as a QWebkit browser showing the official documentation web page.
In "modern" Qt versions QWebkit is not available and a placeholder was left (it was not considered worth implementing a replacement).
IMHO, this panel is not too useful and can simply be removed from the TaurusGui, but I prefer not to do it until we officially stop supporting the older Qt versions (it would be perceived as a regression for people still using them)
The text was updated successfully, but these errors were encountered:
The TaurusMainWindow "Manual" Panel uses the deprecated
QtWebkit.QWebView widget for displaying the manual, which
is not directly available from PyQt5 or PySide.
Replace it by its successor QtWebEngineWidgets.QWebEngineView
Closestaurus-org#1163
jkotan
pushed a commit
to desy-fsec/taurus
that referenced
this issue
Jun 23, 2023
The TaurusMainWindow "Manual" Panel uses the deprecated
QtWebkit.QWebView widget for displaying the manual, which
is not directly available from PyQt5 or PySide.
Replace it by its successor QtWebEngineWidgets.QWebEngineView
Closestaurus-org#1163
jkotan
pushed a commit
to desy-fsec/taurus
that referenced
this issue
Jun 23, 2023
"QWebkit is not available" message appears in the "Help->Manual" panel. This is because this panel was originally implemented simply as a
QWebkit
browser showing the official documentation web page.In "modern" Qt versions
QWebkit
is not available and a placeholder was left (it was not considered worth implementing a replacement).IMHO, this panel is not too useful and can simply be removed from the TaurusGui, but I prefer not to do it until we officially stop supporting the older Qt versions (it would be perceived as a regression for people still using them)
The text was updated successfully, but these errors were encountered: