13#include <QTextBrowser>
34 bool Internal_ =
true;
35 std::unique_ptr<QTextBrowser> InternalBrowser_;
36 std::unique_ptr<IWebWidget> ExternalBrowser_;
72 void SetHtml (
const QString& html,
const QUrl& base = QUrl ());
85 void SetNavBarVisible (
bool visible);
98 void SetEverythingElseVisible (
bool visible);
100 void PrepareInternal ();
Base class for plugins that provide a web browser.
A "browser" that shows HTML either via QTextBrowser or a browser plugin.