30 #ifndef UTIL_SELECTABLEBROWSER_H 31 #define UTIL_SELECTABLEBROWSER_H 34 #include <QTextBrowser> 60 std::unique_ptr<QTextBrowser> InternalBrowser_;
61 std::unique_ptr<IWebWidget> ExternalBrowser_;
97 void SetHtml (
const QString& html,
const QUrl& base = QUrl ());
110 void SetNavBarVisible (
bool visible);
123 void SetEverythingElseVisible (
bool visible);
125 void PrepareInternal ();
Base class for plugins that provide a web browser.
A "browser" that shows HTML either via QTextBrowser or a browser plugin.