taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

TODO: Remove TaurusGui's "Manual" panel when Qt4 is no longer supported #1163

Open cpascual opened 3 years ago

cpascual commented 3 years ago

"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)