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