13 #include <QTextBrowser> 
   34         bool Internal_ = 
true;
 
   35         std::unique_ptr<QTextBrowser> InternalBrowser_;
 
   36         std::unique_ptr<IWebWidget> ExternalBrowser_;
 
   49         explicit SelectableBrowser (QWidget *parent = 
nullptr);
 
   72         void SetHtml (
const QString& html, 
const QUrl& base = QUrl ());
 
   85         void SetNavBarVisible (
bool visible);
 
   98         void SetEverythingElseVisible (
bool visible);
 
  100         void PrepareInternal ();